Advertisement
xxxscnr

Maps 3 CNR

Jun 27th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Numpad3::
  2.  
  3. SetKeyDelay, 0
  4.  
  5.  
  6. Send {Escape down}
  7. Sleep 50
  8. Send {Escape up}
  9. Sleep 50
  10.  
  11. MouseMove, 888, 500
  12. Sleep 50
  13.  
  14. Send {Enter down}
  15. Sleep 50
  16. Send {Enter up}
  17. Sleep 50
  18.  
  19. Send {Z down}
  20. Sleep 600
  21. KeyWait, Numpad3 ; Wait for user to physically release it.
  22. Sleep 50
  23.  
  24. Send {Escape down}
  25. Sleep 50
  26. Send {Escape up}
  27. Sleep 50
  28.  
  29. Send {Escape down}
  30. Sleep 50
  31. Send {Escape up}
  32. Sleep 50
  33.  
  34. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement