Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #MaxHotkeysPerInterval 100
  2. SetKeyDelay [, 1, 50, -1]
  3. $lbutton::
  4. Loop
  5. {
  6. if not GetKeyState("lbutton", "P")
  7. break
  8. Send, z
  9. Sleep 50
  10. }
  11. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement