How to Make T-Rex Chrome Immortal

T Rex Game Score - How to Make T-Rex Chrome Immortal 3

Google Chrome’s “No Internet” message has a funny, yet frustrating game — T-Rex runner.

The game itself is simple but getting harder and harder as the gameplay speed increased. However, there is a hack to make your dinosaur immortal. This means the dinosaur will never die even though crashing cactus and bird.

So you will have an endless score that impossible to achieve with a normal game mode.

INFO: This immortal t-rex hack only available on Chrome PC. Chrome mobile, however, does not have a special feature to modify the game’s scripting.

How to make t-rex runner immortal

In this tutorial, we are going to make the t-rex immortal by adding a special script within the game. After that, you can enjoy your t-rex running endlessly while ignoring any obstacles.

1. First, disconnect your internet access to allow Chrome showing the T-Rex Runner game.

Disconnect WiFi - How to Make T-Rex Chrome Immortal 5

2. Then, try to access any web page you want to trigger the “No internet” message. But, if you insist to keep the internet on, just visit this chrome://dino page via the address bar.

T Rex Game Chrome - How to Make T-Rex Chrome Immortal 7

3. Press Spacebar on the keyboard to start the game.

Play T Rex Game - How to Make T-Rex Chrome Immortal 9

4. Right-click on the game and hit Inspect. Or you can use combination of CTRL+SHIFT+I.

Inspect menu - How to Make T-Rex Chrome Immortal 11

5. Go to the Console tab.

Console tab menu - How to Make T-Rex Chrome Immortal 13

6. Copy this script var original = Runner.prototype.gameOver and then press Enter on the keyboard.

Script 1 - How to Make T-Rex Chrome Immortal 15

7. Next, copy this script Runner.prototype.gameOver = function (){} and press Enter.

Script 2 - How to Make T-Rex Chrome Immortal 17

8. Then, Close (X) the Console window.

Close the Console - How to Make T-Rex Chrome Immortal 19

9. Now, see the t-rex running indefinitely.

T Rex Game - How to Make T-Rex Chrome Immortal 21

There is no limit to how many scores you could achieve. However, since your dinosaur won’t die, the game unable to record the score. So, if you want to brag to your friends, try to record yourself pretends to play the game.

The scripts will vanish once you reload the page and need to input it again. Bookmark this page (CTRL+D) to save the guide, in case you need the hack in the future 😁

FAQs

How do you make Chrome Dino invincible?

To make the Chrome Dino invincible, open the game and right-click to select “Inspect”. In the “Console” tab, type the following code and press Enter:

var original = Runner.prototype.gameOver
Runner.prototype.gameOver = function (){}

This code disables the “Game over” function, making your dinosaur invincible.

How to cheat in Chrome Dino game?

To cheat in the Chrome Dino game, you can use the same method as above to make your dinosaur invincible. Additionally, you can change the game’s speed by typing Runner.instance_.setSpeed(1000) in the “Console” tab. Replace “1000” with any number to adjust the speed.

What happens after 99999 in chrome dinosaur game?

After reaching a score of 99999 in the Chrome Dinosaur game, the score resets back to 0.

Is the Chrome Dino game endless?

Yes, the Chrome Dino game is an endless runner game. The game continues until the player hits an obstacle, or in the case of an invincible dinosaur, it can theoretically last forever.

16 thoughts on “How to Make T-Rex Chrome Immortal”

  1. yay it worked! I’m happy now cause bot will die and wont live forever.

Comments are closed.