Skip to content

Instantly share code, notes, and snippets.

@ritiek
Created November 3, 2018 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ritiek/e8f12575b7a512155fc088af00f32db6 to your computer and use it in GitHub Desktop.
Save ritiek/e8f12575b7a512155fc088af00f32db6 to your computer and use it in GitHub Desktop.
chrome t-rex game bot
HotKeySet("{F10}", "Exitter")
While 1
$color = PixelGetColor(545,229)
If $color = 5460819 Then
Send("{DOWN UP}")
Send("{UP DOWN}")
Sleep(150)
Send("{UP UP}")
Sleep(300)
Send("{DOWN DOWN}")
EndIf
WEnd
Func Exitter()
Send("{UP UP}")
Send("{DOWN UP}")
Exit
EndFunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment