Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local time = 0.01
- click = false
- m = game.Players.LocalPlayer:GetMouse()
- m.KeyDown:connect(function(key)
- if key == "z" then
- if click == true then click = false
- elseif
- click == false then click = true
- while click == true do
- wait(time)
- mouse1click()
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement