Skip to content

Instantly share code, notes, and snippets.

@bryanseah234
Created October 26, 2021 08:46
Show Gist options
  • Save bryanseah234/48c08066551721cdeb79351037396790 to your computer and use it in GitHub Desktop.
Save bryanseah234/48c08066551721cdeb79351037396790 to your computer and use it in GitHub Desktop.
chrome-dino-hack (code to auto run chrome dinosaur game)
/// 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