Skip to content

Instantly share code, notes, and snippets.

@Haolicopter
Created June 16, 2017 04:32
Show Gist options
  • Save Haolicopter/b11808d0da2bd30a3e41872ed7c20372 to your computer and use it in GitHub Desktop.
Save Haolicopter/b11808d0da2bd30a3e41872ed7c20372 to your computer and use it in GitHub Desktop.
Chrome Dinosaur Game Cheater
// Keep a copy of original runner
var originalRunner=Runner.prototype.gameOver
// Overwrite gameover function so we don't die
Runner.prototype.gameOver=function(){console.log("Its over when I say its over")}
// Super speed run
Runner.instance_.setSpeed(15000)
// Change back to original game when you are sick of cheating
Runner.prototype.gameOver=originalRunner
@Mr-rxa
Copy link

Mr-rxa commented Aug 29, 2024

Vapas normal karne ke liye function name and parmas kya fill karne honge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment