Advertisement
Guest User

Untitled

a guest
Jun 8th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 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. ; Updated 7/6/20
  7.  
  8. TIEMPO_ENTRE_TECLAS = 150
  9. TIEMPO_ENTRE_MENU = 720
  10.  
  11. COORD_X = 150
  12. COORD_Y = 413
  13.  
  14. WinActivate, ahk_exe GTA5.exe
  15.  
  16. Sleep, 1500
  17.  
  18. ; START
  19.  
  20. Sleep, TIEMPO_ENTRE_MENU
  21. Send, {Esc down}
  22. Sleep, TIEMPO_ENTRE_TECLAS
  23. Send, {Esc up}
  24.  
  25. ; GRAND THEFT AUTO ONLINE MENU
  26.  
  27. Sleep, TIEMPO_ENTRE_MENU
  28. Send, {Right down}
  29. Sleep, TIEMPO_ENTRE_TECLAS
  30. Send, {Right up}
  31.  
  32. ; ONLINE TAB
  33.  
  34. Sleep, TIEMPO_ENTRE_MENU
  35. Send, {Enter down}
  36. Sleep, TIEMPO_ENTRE_TECLAS
  37. Send, {Enter up}
  38.  
  39. ; ENTER ONLINE TAB
  40.  
  41. Sleep, TIEMPO_ENTRE_MENU
  42. Send, {Enter down}
  43. Sleep, TIEMPO_ENTRE_TECLAS
  44. Send, {Enter up}
  45.  
  46. ; CLICK ON ACTIVITY
  47.  
  48. Sleep, TIEMPO_ENTRE_MENU
  49. Send, {Down down}
  50. Sleep, TIEMPO_ENTRE_TECLAS
  51. Send, {Down up}
  52.  
  53. ; SIT ON PLAY ACTIVITY
  54.  
  55. Sleep, TIEMPO_ENTRE_MENU
  56. Send, {Enter down}
  57. Sleep, TIEMPO_ENTRE_TECLAS
  58. Send, {Enter up}
  59.  
  60. ; IN PLAY ACTIVITY
  61.  
  62. Sleep, TIEMPO_ENTRE_MENU + 620
  63. Send, {Down down}
  64. Sleep, TIEMPO_ENTRE_TECLAS
  65. Send, {Down up}
  66.  
  67. ; SIT ON BOOKMARK
  68.  
  69. Sleep, TIEMPO_ENTRE_MENU
  70. Send, {Enter down}
  71. Sleep, TIEMPO_ENTRE_TECLAS
  72. Send, {Enter up}
  73.  
  74. ; IN BOOKMARK
  75.  
  76. Sleep, TIEMPO_ENTRE_MENU + 520 ; this one need a little more delay because it needs to download
  77. Send, {Up down}
  78. Sleep, TIEMPO_ENTRE_TECLAS
  79. Send, {Up up}
  80.  
  81. ; PARACAIDISMO
  82.  
  83. Sleep, TIEMPO_ENTRE_TECLAS
  84. Send, {Up down}
  85. Sleep, TIEMPO_ENTRE_TECLAS
  86. Send, {Up up}
  87.  
  88. ; MODO ADVERSARIO
  89.  
  90. Sleep, TIEMPO_ENTRE_TECLAS
  91. Send, {Up down}
  92. Sleep, TIEMPO_ENTRE_TECLAS
  93. Send, {up up}
  94.  
  95. ; MISION VERSUS
  96.  
  97. Sleep, TIEMPO_ENTRE_TECLAS
  98. Send, {Up down}
  99. Sleep, TIEMPO_ENTRE_TECLAS
  100. Send, {Up up}
  101.  
  102. ; MISIONES
  103.  
  104. Sleep, TIEMPO_ENTRE_TECLAS
  105. Send, {Up down}
  106. Sleep, TIEMPO_ENTRE_TECLAS
  107. Send, {Up up}
  108.  
  109. ; SUPERVIVENCIA
  110.  
  111. Sleep, TIEMPO_ENTRE_TECLAS
  112. Send, {Enter down}
  113. Sleep, TIEMPO_ENTRE_TECLAS
  114. Send, {Enter up}
  115.  
  116. ; IN SURVIVOR MODE
  117.  
  118. Sleep, TIEMPO_ENTRE_TECLAS
  119. Send, {Enter down}
  120. Sleep, TIEMPO_ENTRE_TECLAS
  121. Send, {Enter up}
  122.  
  123. ; PLAY THE GAMEMODE
  124.  
  125. Sleep, TIEMPO_ENTRE_MENU
  126. Send, {Enter down}
  127. Sleep, TIEMPO_ENTRE_TECLAS
  128. Send, {Enter up}
  129.  
  130. ; CONFIRM IT
  131.  
  132. Sleep, TIEMPO_ENTRE_MENU * 35
  133. Invite_Start:
  134. Send, {W down}
  135. Sleep, TIEMPO_ENTRE_TECLAS
  136. Send, {W up}
  137.  
  138. Sleep, TIEMPO_ENTRE_TECLAS
  139. Send, {Enter down}
  140. Sleep, TIEMPO_ENTRE_TECLAS
  141. Send, {Enter up}
  142. Sleep, TIEMPO_ENTRE_MENU + 200 ; ex 300
  143.  
  144. ; CONFIRMACION DE AJUSTES
  145.  
  146. Send, {D down}
  147. Sleep, TIEMPO_ENTRE_TECLAS
  148. Send, {D up}
  149. Sleep, TIEMPO_ENTRE_TECLAS
  150. Send, {W down}
  151. Sleep, TIEMPO_ENTRE_TECLAS
  152. Send, {W up}
  153. Sleep, TIEMPO_ENTRE_TECLAS
  154. Send, {W down}
  155. Sleep, TIEMPO_ENTRE_TECLAS
  156. Send, {W up}
  157. Sleep, TIEMPO_ENTRE_TECLAS
  158. Send, {D down}
  159. Sleep, TIEMPO_ENTRE_TECLAS
  160. Send, {D up}
  161. Sleep, TIEMPO_ENTRE_TECLAS
  162. Send, {S down}
  163. Sleep, TIEMPO_ENTRE_TECLAS
  164. Send, {S up}
  165. Sleep, TIEMPO_ENTRE_TECLAS
  166. Send, {Enter down}
  167. Sleep, TIEMPO_ENTRE_TECLAS
  168. Send, {Enter up}
  169. Sleep, TIEMPO_ENTRE_TECLAS
  170. Send, {Enter down}
  171. Sleep, TIEMPO_ENTRE_TECLAS
  172. Send, {Enter up}
  173. Sleep, TIEMPO_ENTRE_TECLAS * 2
  174.  
  175. ; for more stuff /r/GTAGlitches
  176.  
  177. Loop, 85 ; 0.25 minuto x 88 = 22 minutos. (86-85 gold spot baje a 84)
  178. {
  179. Send, {D down}
  180. Sleep, TIEMPO_ENTRE_TECLAS + 50
  181. Send, {D up}
  182. Sleep, TIEMPO_ENTRE_MENU * 2.77 ;
  183. Send, {D down}
  184. Sleep, TIEMPO_ENTRE_TECLAS + 50 ;
  185. Send, {D up}
  186. Sleep, TIEMPO_ENTRE_MENU * 20.83 ;
  187. }
  188.  
  189. Loop, 36
  190. {
  191. WinActivate, ahk_exe GTA5.exe ; important to have the mouse in the game.
  192. MouseClick, left, COORD_X, COORD_Y, , 8 ,D
  193. Sleep, 20
  194. MouseClick, left, , , , 8, U ;
  195. Sleep, 20
  196. MouseClick, left, COORD_X, COORD_Y, , 8, D
  197. Sleep, 20
  198. MouseClick, left, , , , 8, U ;
  199. Sleep, 4320
  200. }
  201.  
  202. Goto, Invite_Start
  203.  
  204. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement