dequality

Untitled

Aug 1st, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. While
  2.  
  3. $blah = PixelSearch(686, 118, 1102, 487, 0xFFD166, 0)
  4.  
  5. If NOT(@error) Then
  6. MouseMove($blah[0]+5, $blah[1]+5, 0)
  7. Sleep(2000)
  8. MouseClick("left", $blah[0]+5, $blah[1]+5, 2, 0)
  9. Sleep(100)
  10. EndIf
  11.  
  12. If (@error) Then
  13. Call("StayOnline")
  14. EndIf
  15.  
  16. WEnd
Advertisement
Add Comment
Please, Sign In to add comment