Guest User

Untitled

a guest
Jul 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #MaxThreadsPerHotkey 3
  2. IfWinNotActive, Wow.exe, , WinActivate, Global Agenda
  3. Winwaitactive, Wow.exe,
  4. ^b::
  5. #maxthreadsperhotkey 1
  6. if KeepRunning
  7. {
  8. KeepRunning := False
  9. return
  10. }
  11. KeepRunning :=true
  12. Loop
  13. {
  14. if not KeepRunning
  15. Break
  16. Send {w down}{w up}
  17. sleep, 1000
  18. send {a up}{a down}
  19. sleep, 1000
  20. Send {s up}{s down}
  21. sleep, 1000
  22. Send {d down}{d up}
  23. sleep, 1000
  24. sleep, 45000
  25. if not keeprunning
  26. Break
  27. }
  28. KeepRunning := false
  29. return
Add Comment
Please, Sign In to add comment