Advertisement
Zalaxia

Katana Simulator AutoClick

May 8th, 2020
977
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. --Made by Zala!
  2.  
  3. local time = 0.2
  4. click = false
  5. m = game.Players.LocalPlayer:GetMouse()
  6. m.KeyDown:connect(function(key)
  7. if key == "e" then
  8. if click == true then click = false
  9. elseif
  10. click == false then click = true
  11.  
  12. while click == true do
  13. wait(0)
  14. mouse1click()
  15. end
  16. end
  17. end
  18. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement