Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. winclass = FFXIVGAME
  2. SetTitleMatchMode, 2
  3.  
  4. ^!e::
  5. loop, 60
  6. {
  7. ControlSend,,{Numpad0}, ahk_class %winclass%
  8. Sleep 500
  9. ControlSend,,{Numpad0}, ahk_class %winclass%
  10. Sleep 300
  11. ControlSend,,{Numpad0}, ahk_class %winclass%
  12. Sleep 1500
  13. ControlSend,,{g}, ahk_class %winclass%
  14. Sleep, 41000
  15. }
  16.  
  17. ^!g::
  18. loop, 60
  19. {
  20. ControlSend,,{Numpad0}, ahk_class %winclass%
  21. Sleep 500
  22. ControlSend,,{Numpad0}, ahk_class %winclass%
  23. Sleep 300
  24. ControlSend,,{Numpad0}, ahk_class %winclass%
  25. Sleep 1500
  26. ControlSend,,{5}, ahk_class %winclass%
  27. Sleep, 34000
  28. ControlSend,,{z}, ahk_class %winclass%
  29. Sleep, 27000
  30. }
  31.  
  32. ^!r::
  33. loop, 60
  34. {
  35. ControlSend,,{Numpad0}, ahk_class %winclass%
  36. Sleep 500
  37. ControlSend,,{Numpad0}, ahk_class %winclass%
  38. Sleep 300
  39. ControlSend,,{Numpad0}, ahk_class %winclass%
  40. Sleep 1500
  41. ControlSend,,{t}, ahk_class %winclass%
  42. Sleep, 35000
  43. ControlSend,,{``}, ahk_class %winclass%
  44. Sleep, 24000
  45. }
  46.  
  47. ^!f::
  48. Loop, 60
  49. {
  50. ControlSend,,{Numpad0}, ahk_class %winclass%
  51. Sleep 500
  52. ControlSend,,{Numpad0}, ahk_class %winclass%
  53. Sleep 300
  54. ControlSend,,{Numpad0}, ahk_class %winclass%
  55. Sleep 1500
  56. ControlSend,,{v}, ahk_class %winclass%
  57. Sleep, 36000
  58. }
  59. Return
  60.  
  61. ^!s::
  62. loop, 60
  63. {
  64. ControlSend,,{Numpad0}, ahk_class %winclass%
  65. Sleep 500
  66. ControlSend,,{Numpad0}, ahk_class %winclass%
  67. Sleep 300
  68. ControlSend,,{Numpad0}, ahk_class %winclass%
  69. Sleep 1500
  70. ControlSend,,{g}, ahk_class %winclass%
  71. Sleep, 41000
  72. ControlSend,,{Numpad0}, ahk_class %winclass%
  73. Sleep 500
  74. ControlSend,,{Numpad0}, ahk_class %winclass%
  75. Sleep 3000
  76. }
  77.  
  78.  
  79. ^!c::
  80. loop 60
  81. {
  82. ControlSend,,{Numpad0}, ahk_class %winclass%
  83. Sleep 500
  84. ControlSend,,{Numpad0}, ahk_class %winclass%
  85. Sleep 300
  86. ControlSend,,{Numpad0}, ahk_class %winclass%
  87. Sleep 1500
  88. ControlSend,,{e}, ahk_class %winclass%
  89. Sleep 2500
  90. ControlSend,,{e}, ahk_class %winclass%
  91. Sleep 5500
  92. }
  93.  
  94. ^!h::
  95. Loop
  96. {
  97. ControlSend,,{Numpad0}, ahk_class %winclass%
  98. Sleep 150
  99. ControlSend,,{Numpad0}, ahk_class %winclass%
  100. Sleep 600
  101. ControlSend,,{Numpad0}, ahk_class %winclass%
  102. Sleep 150
  103. ControlSend,,{Numpad0}, ahk_class %winclass%
  104. Sleep 150
  105. ControlSend,,{Numpad4}, ahk_class %winclass%
  106. Sleep 150
  107. ControlSend,,{Numpad0}, ahk_class %winclass%
  108. Sleep 400
  109. }
  110.  
  111.  
  112. ^!x::Reload
  113. MsgBox, 4,, The script could not be reloaded.
  114. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement