Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. If not A_IsAdmin
  2. {
  3. Run *RunAs "%A_ScriptFullPath%"
  4. ExitApp
  5. }
  6.  
  7.  
  8. F2::
  9. SetKeyDelay, 100, 100
  10.  
  11. Start:
  12. loop, 244444444111111
  13. {
  14. send {v}
  15. sleep, 1000
  16. Send {s down}
  17. send {c}
  18. Sleep, 1000
  19. Send {s up}
  20. Send {v down}
  21. sleep, 2000
  22. Send {v up}
  23. sleep, 1000
  24. Send {s down}
  25. sleep, 500
  26. Send {s up}
  27. Send {a down}
  28. send {c}
  29. Sleep, 1000
  30. Send {a up}
  31. Send {g down}
  32. sleep, 5000
  33. Send {g up}
  34. sleep, 100
  35. Send {a down}
  36. Send {c}
  37. Sleep, 1000
  38. Send {a up}
  39. send {w down}
  40. sleep, 500
  41. send {space down}
  42. sleep, 1400
  43. send {w up}
  44. send {space up}
  45. Send {v down}
  46. sleep, 3000
  47. Send {v up}
  48. sleep, 1000
  49. send {d down}
  50. send {c}
  51. sleep, 1000
  52. send {c}
  53. sleep, 1000
  54. send {d up}
  55. Send {v down}
  56. sleep, 3000
  57. Send {v up}
  58. sleep, 1000
  59. send {a down}
  60. sleep, 1500
  61. send {a up}
  62. send {v down}
  63. sleep, 2000
  64. send {v up}
  65. send {w down}
  66. send {c}
  67. sleep, 5000
  68. send {w up}
  69. sleep, 200
  70. send {s}
  71. sleep, 200
  72. Send {g down}
  73. sleep, 2000
  74. Send {g up}
  75. sleep, 200i
  76. send {s down}
  77. sleep, 500
  78. send {s up}
  79. sleep, 500
  80. send {a down}
  81. sleep, 200
  82. send {a up}
  83. sleep, 500
  84. send {s down}
  85. send {c}
  86. sleep, 1000
  87. send {s up}
  88. }
  89.  
  90. return
  91. F10::
  92. Pause
  93. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement