Skip to content

Instantly share code, notes, and snippets.

@PatheticMustan
Created February 10, 2020 04:45
Show Gist options
  • Save PatheticMustan/47bbab2121672c82a2ef94b74f5c00e5 to your computer and use it in GitHub Desktop.
Save PatheticMustan/47bbab2121672c82a2ef94b74f5c00e5 to your computer and use it in GitHub Desktop.
Hacks for Google Chrome's offline dino game
// Override death function, INVINCIBLE!!!
Runner.prototype.gameOver = () => {}
// Super speed oh yeah
Runner.instance_.currentSpeed = 9001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment