Guest User

Untitled

a guest
Feb 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #MaxThreadsPerHotkey 3
  2. IfWinNotActive, Global Agenda, , WinActivate, Global Agenda
  3. Winwaitactive, Global Agenda,
  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. Sendinput, {enter}
  17. sendinput, {/}
  18. Sendinput, l
  19. Sendinput, f
  20. sendinput, g
  21. sendinput {space}
  22. Sendinput {control down}
  23. Sendinput v
  24. sendinput {control up}
  25. Sendinput {enter}
  26. sleep 180000
  27.  
  28. if not keeprunning
  29. Break
  30. }
  31. KeepRunning := false
  32. return
Add Comment
Please, Sign In to add comment