Guest User

Untitled

a guest
Jul 30th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. beloopn=0
  2. t=0
  3. while t=0
  4. {
  5. beloopn=1
  6. PixelSearch,Jumpx,Jumpy,1399,256,1635,564,0x00FFFF,20,Fast
  7.  
  8.         If %ErrorLevel% = 1
  9.         {
  10.             MsgBox, Color not found, route complete or you screwed up.
  11.         }
  12.             else if %ErrorLevel% = 2
  13.                 {
  14.                     MsgBox, cant see the window
  15.                     sleep,5000
  16.                 }
  17.  
  18.                     else %ErrorLevel% = 0
  19.                     {
  20.                         Send {d down}
  21.                         sleep 500
  22.                         Send {Click %Jumpx%,%Jumpy%}
  23.                         Send {d up}
  24.                         sleep,15000
  25.                     }
  26. +insert::
  27.    if beloopn = 1
  28.       Break, SubRoutine
  29.  
  30. }
  31.  
  32. Return
Add Comment
Please, Sign In to add comment