Created
October 26, 2021 08:46
-
-
Save bryanseah234/48c08066551721cdeb79351037396790 to your computer and use it in GitHub Desktop.
chrome-dino-hack (code to auto run chrome dinosaur game)
This file contains hidden or 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
/// to start: | |
var original = Runner.prototype.gameOver | |
Runner.prototype.gameOver = function(){} | |
/// to stop: | |
Runner.prototype.gameOver = original | |
/// to set speed: | |
Runner.instance_.setSpeed(1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment