Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. F12:: Suspend
  2.  
  3. $y::
  4. Loop
  5. {
  6. if not GetKeyState("y", "P")
  7. break
  8. send {8}
  9. Sleep, 60
  10. send {9}
  11. Sleep, 60
  12. send {2}
  13. Sleep, 60
  14. }
  15. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement