Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. WinGet, moid, list, MortalGame
  2.  
  3. F12::
  4. Loop {
  5. Loop 10
  6. {
  7. ControlSend,, {Y down}, ahk_id %moid1%
  8. ControlSend,, {2}, ahk_id %moid1%
  9. Sleep, 1200
  10. ControlSend,, {Y up}, ahk_id %moid1%
  11. ControlSend,, {2}, ahk_id %moid1%
  12.  
  13. }
  14. Sleep, 1200
  15. ControlSend,, {0}, ahk_id %moid1%
  16. Sleep, 30000
  17. }
  18. Return
  19.  
  20. F11::
  21. Pause, Toggle ; Stating the toggle command means the first press pauses, second unpauses.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement