Hack Dinosaur Google Chrome-deftincomputer

 

Hack Dinosaur Google Chrome

Bypass the game dinosaur restrictions of Google Chrome browser



Most of us have seen the "No Internet" error message in Google Chrome. In fact, you can turn the error page into an endless runner game called dino. In this game, you play the role of a dinosaur who must record his record by running and jumping over obstacles. In this post, we are going to teach you how you can make defeating your dinosaur invincible and hack the so-called game. So stay tuned for how to hack Google Chrome dinosaur.


way to do:

If you are not connected to the internet, you do not need to do anything special. Just enter any URL in the Google Chrome address bar to view the game screen. But if you are connected to the internet, you can access this game page without disconnecting. Just log in to 🔗chrome://dino


Hack Dinosaur Google Chrome

Once you get to this page, you can start the game by pressing the space bar. After doing this, the dinosaur starts working. The object of the game is to avoid anything that comes your way, such as birds and cacti. When the dinosaur hits the bird or hits the cactus, your game is over and your record is set.


Now right-click on the game screen anywhere and select Inspect from under the menu. This will open the source code version of the main web game page. In this section, go to the Console tab.


  • Increasing speed:

Code:

Runner.instance_.setSpeed(1000)

You can change the value


  • invincible:

Code:

Runner.prototype.gameOver = function(){}


  • Jump height:

Code:

Runner.instance_.tRex.setJumpVelocity(10)

You can change the value

  • Change rating:
Code: 
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT

You can change the value

Comments