Download Code Dino | Android Txt
: A Java-based version is available on the chrome-dino-java repository. 3. Dino Game "Hacks" (Copy-Paste Code)
Open Chrome on a computer (this is difficult to do on a mobile browser). Go to chrome://dino . Right-click and select > Console . Paste the following code to make the dino invincible: javascript Download CODE dino ANDROID txt
var original = Runner.prototype.gameOver; Runner.prototype.gameOver = function (){}; Use code with caution. : A Java-based version is available on the
To restore normal play, you can reload the page or restore the original function. Hacking the Chrome Dino Game - Mathew Sachin Runner.prototype.gameOver = function (){}