Created
May 22, 2020 07:54
-
-
Save SakiiR/85668ff7729eb78e4ef70acd8a2b415c to your computer and use it in GitHub Desktop.
Google Chrome Dino Cheat (:
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
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