Guest User

Untitled

a guest
Jun 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. nano hat mehr skills als knacker!!!!
  2.  
  3. HotKeySet ("{1}", "Start")
  4. HotKeySet ("{2}", "_Exit")
  5.  
  6. While 1
  7. Sleep(1000)
  8. WEnd
  9.  
  10. Func Start()
  11. While 1
  12. $pos = PixelSearch(170,335,760,700,16724736,0)
  13. If isArray($pos) then
  14. MouseMove($pos[0],$pos[1],0)
  15. MouseClick("Left")
  16. EndIf
  17. WEnd
  18. EndFunc
  19.  
  20. Func _Exit()
  21. Exit
  22. EndFunc
Add Comment
Please, Sign In to add comment