Answers for "how to hack dinosaur game in chrome"

1

hack google dinosaur

Runner.prototype.gameOver = function (){}
Posted by: Guest on December-12-2020
0

t rex dino game hacked

var original = Runner.prototype.gameOver
Posted by: Guest on August-17-2020
0

how to hack the chrome dinosaur game

1. Inspect (Not all browsers support this)
2. Go to console
3. Paste this code "Runner.prototype.gameOver = function (){}" without the "
4. Start running and you're done
Posted by: Guest on June-20-2021
0

dinosaur game hack

// Go to the dinosaur game (chrome:dino)
// Press Ctrl+Shift+C (Command+Shift+C for mac)
// Go to console
// Copy paste any of these codes: (You can put as many as you want)

// Invinsabilaty:
Runner.prototype.gameOver = function (){}

// Change jump height:
Runner.instance_.tRex.setJumpVelocity(/*Any num you want*/)

// Change Speed:
Runner.instance_.setSpeed(/*Any num you want*/)
Posted by: Guest on October-25-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language