Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. toggleAutoclick = true
  2. OpenCLICK.Visible = false
  3. CloseCLICK.Visible = true
  4. wait(1)
  5. local UserIS = game:GetService("UserInputService")
  6. UserIS.InputBegan:Connect(function(LocalInput)
  7.  
  8. while toggleAutoclick do
  9. wait(0.01)
  10. Input.LeftClick(MOUSE_CLICK)
  11. wait(0.01)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement