vanheartnet

Neobux Autoclick 1.0.0.2

Jun 15th, 2020 (edited)
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. ;@Ahk2Exe-SetCompanyName VANHEARTNET LTD. INC.
  2. ;@Ahk2Exe-SetCopyright All rights reserved © VANHEARTNET
  3. ;@Ahk2Exe-Set FileDescription, Neobux
  4. ;@Ahk2Exe-Set FileVersion, 1.0.0.2
  5. ;@Ahk2Exe-SetInternalName Neobux
  6. ;@Ahk2Exe-SetName Neobux
  7. ;@Ahk2Exe-SetOrigFileName Neobux
  8. ;@Ahk2Exe-Set ProductName, Neobux
  9. ;@Ahk2Exe-Set ProductVersion, 1.0.0.2
  10. ;@Ahk2Exe-Set Description, Neobux
  11. ;@Ahk2Exe-Set Comments, Software Created by : VANHEARTNET
  12.  
  13.  
  14. #SingleInstance, Force
  15. Menu,Tray,Nostandard
  16. SetWorkingDir %A_ScriptDir%
  17. SetBatchLines, 20ms
  18. DetectHiddenText, On
  19. SetTitleMatchMode, 2
  20. CoordMode,Mouse,screen
  21. CoordMode,Pixel,screen
  22.  
  23.  
  24. global Num
  25.  
  26. IfNotExist,%A_Temp%\Neobux
  27. FileCreateDir,%A_Temp%\Neobux
  28. else
  29. {
  30. FileRemoveDir,%A_Temp%\Neobux,1
  31. FileCreateDir,%A_Temp%\Neobux
  32. }
  33. ;~ ##################### Files ############################################
  34.  
  35. FileInstall,bar.png,%A_Temp%\Neobux\bar.png,1
  36. FileInstall,bar2.png,%A_Temp%\Neobux\bar2.png,1
  37. FileInstall,bar3.png,%A_Temp%\Neobux\bar3.png,1
  38. FileInstall,bar4.png,%A_Temp%\Neobux\bar4.png,1
  39. FileInstall,dot2.png,%A_Temp%\Neobux\dot2.png,1
  40. FileInstall,close.png,%A_Temp%\Neobux\close.png,1
  41. FileInstall,adprize.png,%A_Temp%\Neobux\adprize.png,1
  42. FileInstall,SameIP.png,%A_Temp%\Neobux\SameIP.png,1
  43. FileInstall,leave.png,%A_Temp%\Neobux\leave.png,1
  44. FileInstall,Links.txt,%A_Temp%\Neobux\Links.txt,1
  45. FileInstall,cc.png,%A_Temp%\Neobux\cc.png,1
  46. FileInstall,logo.png,%A_Temp%\Neobux\logo.png,1
  47.  
  48. ;~ #####################################################################################
  49. Gui,1:+Alwaysontop -Caption
  50. Gui,1:Color,222222
  51. Gui,1:Add,Picture,x50 y50 w500 h120,%A_Temp%\Neobux\logo.png
  52.  
  53. Gui,1:Show,w600 h200,Neobox
  54. Gui,1:+Lastfound
  55. winset,Transcolor,222222
  56. ;~ ################################################################
  57.  
  58. IfwinNotExist, NeoBux - View Advertisements - Google Chrome ahk_class Chrome_WidgetWin_1 ahk_exe chrome.exe
  59. Run, https://www.neobux.com/m/v/?vl=9D9D7679FF9DFEE6
  60. else
  61. WinActivate
  62. sleep, 5000
  63. Gui,1:hide
  64. Num = %A_Min%
  65.  
  66. starts:
  67.  
  68. if (Num>19)
  69. {
  70. Num := Num-19
  71. if (Num>19)
  72. gosub,starts
  73. else
  74. goto, Linking
  75. }
  76. else if (Num==00)
  77. {
  78. Num:=1
  79. goto, Linking
  80. }
  81.  
  82. Linking:
  83. FileReadLine,Line,%A_Temp%\Neobux\Links.txt,%Num%
  84.  
  85. Loop
  86. {
  87. ;~ ########################################################################################################################
  88. IfWinExist,NeoBux - Login - Google Chrome ahk_class Chrome_WidgetWin_1 ahk_exe chrome.exe
  89. {
  90. WinMaximize,NeoBux - Login - Google Chrome
  91. Send, vanheartnet
  92. Sleep,1000
  93. Send, {Tab}
  94. Sleep,1000
  95. Send, Js011288098
  96. Sleep,1000
  97. Send, {enter}
  98. sleep,10000
  99. process,close,chrome.exe
  100. Reload
  101. }
  102. ;~ #########################################################################################################################
  103. ImageSearch, BX,BY,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\bar.png
  104. if Errorlevel=0
  105. {
  106. BX:=BX+2
  107. BY:=BY+10
  108. MouseMove, %BX%,%BY%,1
  109. Mouseclick,Left
  110. sleep,1000
  111. Gosub, Bar2
  112. }
  113. else
  114. {
  115. ImageSearch, B2X,B2Y,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\bar2.png
  116. if Errorlevel=0
  117. {
  118. B2X:=B2X+2
  119. B2Y:=B2Y+2
  120. MouseMove, %B2X%,%B2Y%,1
  121. Mouseclick,Left
  122. sleep,1000
  123. Gosub, Bar2
  124. }
  125. else
  126. {
  127. ImageSearch, B2X,B2Y,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\bar3.png
  128. if Errorlevel=0
  129. {
  130. B2X:=B2X+2
  131. B2Y:=B2Y+2
  132. MouseMove, %B2X%,%B2Y%,1
  133. Mouseclick,Left
  134. sleep,1000
  135. Gosub, Bar2
  136. }
  137. else
  138. {
  139. ImageSearch, B2X,B2Y,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\bar4.png
  140. if Errorlevel=0
  141. {
  142. B2X:=B2X+2
  143. B2Y:=B2Y+2
  144. MouseMove, %B2X%,%B2Y%,1
  145. Mouseclick,Left
  146. sleep,1000
  147. Gosub, Bar2
  148. }
  149. else
  150. {
  151. ImageSearch, APX,APY,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\adprize.png
  152. If Errorlevel=0
  153. {
  154. APX:=APX+40
  155. APY:=APY+50
  156. MouseMove,%APX%,%APY%,1
  157. Mouseclick,Left
  158. sleep,8000
  159. Gosub, Adprize
  160. }
  161. else
  162. {
  163. WinActivate,NeoBux - View Advertisements - Google Chrome
  164. ImageSearch, NX,NY,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\adprize.png
  165. if Errorlevel=1
  166. {
  167. TrayTip,,5 secs before Exit...
  168. sleep,1000
  169. TrayTip,,4 secs before Exit...
  170. sleep,1000
  171. TrayTip,,3 secs before Exit...
  172. sleep,1000
  173. TrayTip,,2 secs before Exit...
  174. sleep,1000
  175. TrayTip,,1 secs before Exit...
  176. sleep,1000
  177. TrayTip,,0 secs... Goodbye...
  178. Gosub, CloseB
  179. ;~ sleep,1000
  180. ;~ Run, %Line%
  181. ;~ sleep, 5000
  182. ;~ Send {space}
  183. ;~ sleep,3600000
  184. ;~ gosub, CloseB
  185. ExitApp
  186. }
  187. else
  188. {
  189. ToolTip, Scanning....
  190. sleep,1000
  191. ToolTip,
  192. }
  193.  
  194. }
  195.  
  196.  
  197.  
  198. }
  199. }
  200. }
  201. }
  202.  
  203. }
  204. return
  205.  
  206. Bar2:
  207. ImageSearch, DX,DY,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\dot2.png
  208. if Errorlevel=0
  209. {
  210. DX:=DX+2
  211. DY:=DY+2
  212. MouseMove, %DX%,%DY%,1
  213. Mouseclick,Left
  214. sleep,8000
  215. Loop
  216. {
  217. ImageSearch, CX,CY,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\close.png
  218. if Errorlevel=0
  219. {
  220. Gosub, CloseB
  221. break
  222. }
  223. else
  224. {
  225. Sleep,2000
  226. ImageSearch, CX,CY,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\SameIP.png
  227. if Errorlevel=0
  228. {
  229. Gosub,CloseB
  230. break
  231. }
  232. }
  233. }
  234. }
  235. return
  236.  
  237. Subs()
  238. {
  239. Num := Num-19
  240. }
  241.  
  242.  
  243. Adprize:
  244. Loop
  245. {
  246. ImageSearch, CX,CY,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\close.png
  247. if Errorlevel=0
  248. {
  249. Gosub, CloseB
  250. break
  251. }
  252. else
  253. {
  254. Sleep,2000
  255. ImageSearch, CX,CY,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\SameIP.png
  256. if Errorlevel=0
  257. {
  258. Gosub,CloseB
  259. break
  260. }
  261. }
  262. }
  263. return
  264.  
  265. CloseB:
  266. Send {LCtrl down} {w}
  267. sleep,1000
  268. Send {LCtrl up}
  269. ImageSearch, CX,CY,0,0,A_Screenwidth, A_ScreenHeight,%A_Temp%\Neobux\leave.png
  270. if Errorlevel=0
  271. {
  272. MouseMove, %CX%,%CY%,1
  273. Mouseclick,Left
  274. }
  275. return
  276.  
  277. Esc::
  278. ExitApp
  279.  
Advertisement
Add Comment
Please, Sign In to add comment