Advertisement
Guest User

Source code

a guest
Oct 4th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Esc::
  2. ExitApp
  3.  
  4.  
  5. F9::
  6. count = 0
  7. toggle:=!toggle
  8. Send, Created by LeDirt
  9. while (toggle) {
  10. Click
  11. Sleep, 300
  12. Send, %count%
  13. Sleep, 300
  14. Send, {Enter}
  15. Sleep, 300
  16. count := count+1
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement