● First open chrome://dino
● Make sure you are on the No Internet Connection page.
● Right click anywhere on the page and select Inspect or press F12 for PC.
● Go to Console tab. This is where we will enter the commands to tweak the game.
● Type the following command in Console and press enter. You can use any other speed in place of 1000:
⫸Runner.instance_.setSpeed(1000)
⫸Runner.instance_.setSpeed(1000)
● After every command press enter.
● We store the original game over function in a variable:
⫸var original = Runner.prototype.gameOver
⫸var original = Runner.prototype.gameOver
● Then, we make the game over function empty:
⫸Runner.prototype.gameOver = function(){}
⫸Runner.prototype.gameOver = function(){}
● When you want to stop the game, Revert back to the original game over function:
⫸Runner.prototype.gameOver = original
⫸Runner.prototype.gameOver = original
+=====================+
🔥By:-ANON 2.0
(Warning : This posts is only for educational purpose. This site never promote any illegal things)
0 Comments
Please make a comment of your query/suggestion or FeedBack