Skip to content

Here are some popular cheats for Google Chrome Dino Game

Notifications You must be signed in to change notification settings

niirmaaltwaatii/ChromeDinoCheats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published