Advertisement
xxxscnr

Maps CNR 1

Jun 27th, 2019
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Numpad1::
  2.  
  3. SetKeyDelay, 0
  4.  
  5.  
  6. Send {Escape down}
  7. Sleep 60
  8. Send {Escape up}
  9. Sleep 60
  10.  
  11. Send {Escape down}
  12. Sleep 60
  13. Send {Escape up}
  14. Sleep 60
  15.  
  16. Send {Escape down}
  17. Sleep 60
  18. Send {Escape up}
  19. Sleep 60
  20.  
  21. Send {Down down}
  22. Sleep 60
  23. Send {Down up}
  24. Sleep 60
  25.  
  26. Send {Down down}
  27. Sleep 60
  28. Send {Down up}
  29. Sleep 60
  30.  
  31. Send {Enter down}
  32. Sleep 60
  33. Send {Enter up}
  34. sleep 60
  35.  
  36. Send {Z down}
  37. Sleep 60
  38. KeyWait, Numpad1 ; Wait for user to physically release it.
  39.  
  40.  
  41. Send {Escape down}
  42. Sleep 60
  43. Send {Escape up}
  44. Sleep 60
  45.  
  46. Send {Escape down}
  47. Sleep 60
  48. Send {Escape up}
  49. Sleep 60
  50.  
  51. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement