- Press CTRL+Shift+I OR Right Click & Select Inspect && open Console
- ![screenshot](./img/screenshot.png =720)
- Use commands below to cheat
Runner.instance_.setSpeed(100) (Set Speed to 100)
var original = Runner.prototype.gameOver (Save orignal gameOver function)
Runner.prototype.gameOver = function(){ } (make it do nothing when gameOver)
Runner.prototype.gameOver = original (Set gameOver to default)
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT (set currentScore to 12345)
Runner.instance_.tRex.setJumpVelocity(30) (set JumpVelocity to 30)
- Type Chrome://dino in URL bar & press Enter
- Press Spacebar to start game
- Use up & down(space) keys