Advertisement
Guest User

AutoIT - Hack Nekodancer

a guest
Jul 28th, 2014
833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. HotKeySet("{F6}","_Exit")
  2.  
  3. While 1
  4. $Variable1 = PixelSearch(447,283,688,653,0xFFEB8C)
  5. If IsArray($Variable1) = True Then
  6. Send("1")
  7.  
  8. EndIf
  9. WEnd
  10.  
  11. While 1
  12. $Variable2 = PixelSearch(447,283,688,653,0xED9CFF)
  13. if IsArray($Variable2) = True Then
  14. Send("2")
  15.  
  16. EndIf
  17. WEnd
  18.  
  19.  
  20. While 1
  21. $Variable3 = PixelSearch(447,283,688,653,0xCAFF8C)
  22. If IsArray($Variable3) = True Then
  23. Send("3")
  24.  
  25. EndIf
  26. WEnd
  27.  
  28. Func _Exit()
  29. Exit
  30. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement