Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. working := false
  2.  
  3. MsgBox, u mom gay
  4.  
  5. while true {
  6. if(!working) {
  7. continue
  8. }
  9. send {w down}
  10. Sleep, 50
  11. Send {w up}
  12. Random, r, 50, 100
  13. Sleep, r
  14. Send {s down}
  15. Sleep, 50
  16. Send {s up}
  17. Random, r, 15000, 20000
  18. Sleep, r
  19. }
  20.  
  21. F8::
  22. MsgBox, ok i toggle
  23. working := !working
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement