Advertisement
xxxscnr

CNR maps v0.99 (beta)

Jul 4th, 2019
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 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 {Space down}
  37. Sleep 60
  38. Send {Enter down}
  39. Sleep 60
  40. Send {Enter up}
  41. Sleep 60
  42. Send {Enter down}
  43. Sleep 60
  44. Send {Enter up}
  45. Sleep 60
  46. Send {Space up}
  47.  
  48. Send {Z down}
  49. Sleep 60
  50. KeyWait, Numpad1 ; Wait for user to physically release it.
  51.  
  52.  
  53. Send {Z up}
  54. Sleep 60
  55. Send {Space down}
  56. Sleep 260
  57. Send {Enter down}
  58. Sleep 60
  59. Send {Enter up}
  60. Sleep 60
  61. Send {Enter down}
  62. Sleep 60
  63. Send {Enter up}
  64. Sleep 60
  65. Send {Space up}
  66. Sleep 60
  67.  
  68. Send {Escape down}
  69. Sleep 60
  70. Send {Escape up}
  71. Sleep 60
  72.  
  73. Send {Escape down}
  74. Sleep 60
  75. Send {Escape up}
  76. Sleep 60
  77.  
  78. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement