Advertisement
Guest User

Piano Tiles 2 Bot (2018)

a guest
Apr 13th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.16 KB | None | 0 0
  1. While True
  2.    $t = PixelSearch(470, 450, 895, 450, 0x000000, 102) ; whole width
  3.    If Not @error Then
  4.       MouseClick("Left", $t[0], $t[1], 1, 0)
  5.    EndIf
  6. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement