Guest User

Untitled

a guest
Jul 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #MaxHotkeysPerInterval 1000000000
  2.  
  3. SetMouseDelay 10
  4. SetKeyDelay 10
  5.  
  6. $2::
  7. Loop
  8. {
  9. if not GetKeyState("2", "P")
  10. break
  11.  
  12. send {2}
  13. click
  14. }
  15. return
Add Comment
Please, Sign In to add comment