Skip to content

Instantly share code, notes, and snippets.

@JARVIS-AI
Last active March 26, 2023 12:19
Embed
What would you like to do?
Chrome Dino game cheats

Hack Google Chrome and Make your Dinosaur Immortal

The game can be hacked pretty easily, making your dinosaur not even flinch at the sight of a cactus.

To hack the game, first go the the error message page where your dinosaur is hanging out.

Go ahead and press the space bar to start the game. Once the game starts, right-click and select Inspect” to open up Chrome DevTools, then select the Console tab.

You can also do this by using the Ctrl+Shift+I shortcut, which takes you straight to the Console tab of DevTools.

Open Chrome Console

  • Make sure you are on the No Internet Connection page.
  • Right click anywhere on the page and select Inspect.
  • Go to Console tab. This is where we will enter the commands to tweak the game.

Tweaking Speed

Type the following command in Console and press enter. You can use any other speed in place of 1000.

Runner.instance_.setSpeed(1000)

Immortality

After every command press enter. All the commands are case-sensitive.

We store the original game over function in a variable:

var original = Runner.prototype.gameOver

Then, we make the game over function empty:

Runner.prototype.gameOver = function(){}

Stopping the game after using Immortality

When you want to stop the game, Revert back to the original game over function:

Runner.prototype.gameOver = original

Setting the current score

Let’s set the score to 12345. You can set any other score less than 99999. The current score is reset on game over.

Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT

Dino jumping too high?

You can control how high the dino jumps by using the below function. Adjust the value as necessary.

Runner.instance_.tRex.setJumpVelocity(10)
@congaterori
Copy link

moonwalk dino
code source: Shaz

Runner.isBumped=0;Runner.prototype.gameOver=function(){if(Runner.isBumped==0){Runner.isBumped=1;window.setTimeout(function(){this.setSpeed(-this.currentSpeed);Runner.isBumped=0;},250);this.setSpeed(-this.currentSpeed);}};

@otto53
Copy link

otto53 commented Dec 1, 2021

how to glitch to die its not working

@otto53
Copy link

otto53 commented Dec 1, 2021

BTW its dinoswords

@congaterori
Copy link

what? dinoswords?

@congaterori
Copy link

congaterori commented Dec 1, 2021

@JARVIS-AI we made some new codes can you check it and add them into the dino.md

@ADAMS0612
Copy link

Screenshot 2022-02-20 18 42 33

try to beat my hi score

@its-pablo
Copy link

@ADAMS0612 this isn't the place to compare high scores. please delete that comment

@King98776897
Copy link

how do i do it

@ethanLe-Moolah
Copy link

ethanLe-Moolah commented Jul 28, 2022

do Runner.prototype.gameOver = false <------- to pause when collision is made between t-rex and cactus or pterodactyl

@Luke0807-pro
Copy link

how can we enable arcade mod

@jboiiii
Copy link

jboiiii commented Aug 23, 2022

hello i'm new here

@jboiiii
Copy link

jboiiii commented Aug 23, 2022

i still dont know how to change character in the dino game

@jboiiii
Copy link

jboiiii commented Aug 23, 2022

var original = runner.prototype gameover

@Luke0807-pro
Copy link

same

@Luke0807-pro
Copy link

we chat here

@dev-ir
Copy link

dev-ir commented Oct 3, 2022

lool :))

@Zed78910
Copy link

@ADAMS0612 i beat your high score
Capture

@Hirapu
Copy link

Hirapu commented Oct 26, 2022

wow thats cool

@Zed78910
Copy link

thanks

@bobthebuillllllder
Copy link

Runner.prototype.gameOver = original

this does not work

@PBKronos
Copy link

#when someone is sitting left to you trying to beat dino game while i'm hacking and glitching the game😂

@Bouiboui0807
Copy link

Bouiboui0807 commented Feb 4, 2023

Some code to add 100 points for each jump :

window.addEventListener("keydown", checkKeyPressed, false);
function checkKeyPressed(l) {if(l.keyCode=="32" || l.keyCode=="38"){scoreaddh()};
function scoreaddh() {
Runner.instance_.distanceRan = Runner.instance_.distanceRan + 100 /
    Runner.instance_.distanceMeter.config.COEFFICIENT;}}

@SweetPotatoes76
Copy link

cheat

@SweetPotatoes76
Copy link

Beat That Score !!!!

@Bouiboui0807
Copy link

Gg, my highscore is something like 10e 15. A one with 15 zero after.

@Bouiboui0807
Copy link

Without cheats, it's 7000

@Bouiboui0807
Copy link

@SweetPotatoes76 , set your height at -20 it will work better.

Runner.instance_.tRex.config.HEIGHT = -20

@bigboihampter
Copy link

try beat me
image

@justtheacc
Copy link

try beat me image

ok i beat you
Untitled

@stfukiddo
Copy link

prova a picchiarmiImmagine

ok ti ho battuto Senza titolo

Schermata 2023-03-26 alle 14 19 08
i beat you lmao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment