Advertisement
Guest User

Untitled

a guest
Oct 8th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5.  
  6. r::
  7. {
  8. Send, {q down}
  9. Sleep 50
  10. Send, {q up}
  11. Send, {q down}
  12. Sleep 50
  13. Send, {q up}
  14. Sleep 100
  15. Send, {z down}
  16. Sleep 50
  17. Send, {z up}
  18. sleep, 100
  19. Send, {z down}
  20. Sleep 50
  21. Send, {z up}
  22. sleep, 1000
  23. Send, {z down}
  24. Sleep 50
  25. Send, {z up}
  26. sleep, 50
  27. Send, {z down}
  28. Sleep 50
  29. Send, {z up}
  30. sleep, 500
  31. Send, {z down}
  32. Sleep 50
  33. Send, {z up}
  34. sleep, 100
  35. Send, {z down}
  36. Sleep 50
  37. Send, {z up}
  38. sleep, 1000
  39. Send, {z down}
  40. Sleep 50
  41. Send, {z up}
  42. sleep, 500
  43. Send, {z down}
  44. Sleep 50
  45. Send, {z up}
  46. Sleep, 500
  47. Send, {z down}
  48. Sleep 50
  49. Send, {z up}
  50. Return
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement