niirmaaltwaatii / ChromeDinoCheats

Here are some popular cheats for Google Chrome Dino Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Chrome Dino game Cheats/Hacks

  • Press CTRL+Shift+I OR Right Click & Select Inspect && open Console
  • ![screenshot](./img/screenshot.png =720)
  • drawing
  • Use commands below to cheat

Speed

Runner.instance_.setSpeed(100) (Set Speed to 100)

Immortality

var original = Runner.prototype.gameOver (Save orignal gameOver function)
Runner.prototype.gameOver = function(){ } (make it do nothing when gameOver)

Stop Game Immortality

Runner.prototype.gameOver = original (Set gameOver to default)

Current score

Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT (set currentScore to 12345)

Jump Velocity

Runner.instance_.tRex.setJumpVelocity(30) (set JumpVelocity to 30)

How to play Dino Game on chrome ?

  • Type Chrome://dino in URL bar & press Enter
  • Press Spacebar to start game
  • Use up & down(space) keys

About

Here are some popular cheats for Google Chrome Dino Game