Sunday, February 14, 2021

How To Hack Dinosaur Game On Google Chrome?

how to hack dinosaur game on google chrome

Most of us have spent time while playing the Dinosaur game on Google Chrome whenever there is no internet connection. While it’s fun to play, the game gets tougher as you progress. But wouldn’t it be cool if you could hack the Dinosaur game on Chrome and leave your friends or colleagues scratching their heads as to how you did it?

Well in this article I will explain how to cheat the Dinosaur game by becoming immortal and tweaking speed!

Hack Dinosaur Game On Chrome

The below-mentioned steps are cheats for Dinosaur game that lets you reach unbelievable scores by making the dinosaur invincible and letting it run without getting pecked by the birds or cactuses.

To hack the Dinosaur game, first you need to be on the “No Internet” screen where the game appears.

1. So, enter chrome://dino in the address bar.

hack-dinosaur-game-1

2. Right-click anywhere on the screen and select “Inspect” on the menu that appears

3. A new window will pop up and there you’d have to select the “Console” tab

hack-dinosaur-game-2

4. In this tab, copy-paste the command written below and press the “Enter” key:

var original = Runner.prototype.gameOver

5. At this point, nothing will happen but please be patient and enter another piece of code:

Runner.prototype.gameOver = function (){}

Now, on the game screen, click with your mouse or press Space on the keyboard to start the game. Your dinosaur should now be able to run through the birds and cactus without dying.

How To Undo The Dinosaur Game Hack?

After playing for some time and getting a sufficiently high score, if you want to stop the game to record a high score — you’d need a way to end the game. But you cannot do that by running into a cactus, since you’ve already hacked the Dino game.

To make the game work like it originally did and stop the Dinosaur, enter this command:

Runner.prototype.gameOver = original

How Does Dinosaur Cheat Code For Immortality Work?

Since you had already entered the code to hack the Dinosaur game, whenever you hit an object, the command “Runner.prototype.gameOver()” is called. This code replaces the gameOver function with an empty function.

So instead of hearing the beep sound or seeing the Game Over message, you keep on running.

Dinosaur Game Hack To Increase Speed

Once you hack the Dino game for immortality, you can also increase its speed by entering this command:

Runner.instance_.setSpeed(500)

*Note: I have set the speed as 500. You can choose any other value as well.

Jump Higher With Dinosaur Cheat Code

There is another Dinosaur game hack to control how high your dino jumps. Use the code below and adjust its value in the bracket to control the jump height:

Runner.instance_.tRex.setJumpVelocity(10)

The post How To Hack Dinosaur Game On Google Chrome? appeared first on Fossbytes.



from Fossbytes https://ift.tt/37ikm14
via IFTTT

No comments:

Post a Comment

Playing Grand Theft Auto Inside A Neural Network’s Hallucination? It’s Possible!

Ever imagined what a Neural Network's hallucination would look like? The post Playing Grand Theft Auto Inside A Neural Network’s Halluc...