Skip to content

Instantly share code, notes, and snippets.

@SakiiR
Created May 22, 2020 07:54
Show Gist options
  • Save SakiiR/85668ff7729eb78e4ef70acd8a2b415c to your computer and use it in GitHub Desktop.
Save SakiiR/85668ff7729eb78e4ef70acd8a2b415c to your computer and use it in GitHub Desktop.
Google Chrome Dino Cheat (:
const a = Runner.prototype.gameOver ; Runner.prototype.gameOver = () => { Runner.instance_.currentSpeed += Runner.config.ACCELERATION; console.log("Lol ! Actually bypassed obstacle !") ; };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment