Site icon Vineet Geek

How to hack Chrome’s Dino game

Chrome allows you to play a very simple game when your internet stops working. The game consists of a simple Dino which is running and you have to save him from obstacles. It is a very simple game that can be played from a single spacebar.

There are many ways by which you can hack this game, but the one I am listing is the simplest and easiest. You just need to add a single line of code into your chrome console. By which Dino will simply pass the obstacles. Open your chrome new tab and type “chrome://dino” it will start the game. Then right-click anywhere and go to inspect element. Then there must be a tab opened to the right side of the screen or to the bottom. Now go to console and type this code and press enter.

Runner.instance_.gameOver = () => {}

You can close the inspect element tab and start playing your game by pressing the spacebar. Dino will not stop until and unless you close the tab.

Hope you liked this article, if you liked it do share it with your friends and stay tuned for more hacks like this.

Exit mobile version