chrome://dino

chrome://dino

Controls

  • Press the space bar or up arrow key to jump and to start the game
  • Use the down arrow key to duck

Hacks

  • Press Ctrl+Shift+IorC to Inspect, and go to the Console Tab
  • To Change Jump Height, paste this in the console, Runner.instance_.tRex.setJumpVelocity(15), for example
  • To Change Dino Running speed, paste this in the console, Runner.instance_.setSpeed(1000), for example
  • To Make Dino Immortal, first paste this into the console, var original = Runner.prototype.gameOver then, this var original = Runner.prototype.gameOver
  • To turn it back normal, simply refresh or Ctrl+R
  • Or, to do it the hard way, paste this in the console, Runner.prototype.gameOver = original
  • source code on github
    chrome://dino