Created
February 10, 2020 04:45
-
-
Save PatheticMustan/47bbab2121672c82a2ef94b74f5c00e5 to your computer and use it in GitHub Desktop.
Hacks for Google Chrome's offline dino game
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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