just goto chrome and type "chrome://dino" and the dino game will start
Open the inspect tab by pressing "Ctrl+Shift+I" or right click and select inspect
Open the console tab in inspect element
copy and paste the following in the console:
Runner.instance_.setSpeed(100)
and hit enter woah! the dino runs fast...
the score above i reached in 1 second!
copy and paste the following code:
var original = Runner.prototype.gameOver
it will do nothing but it will store the original property..
copy and paste the following code in the console:
Runner.prototype.gameOver = function(){}
and hit enter it will never make the dino die!
amazing!
copy and paste the following:
Runner.prototype.gameOver = original
and it will again make the dino die...
LOL, nice
Hack Google Dino Game!
-------
Step 1:
Open chrome and start dino game:
just goto chrome and type "chrome://dino" and the dino game will start
Step 2:
Open the inspect tab by pressing "Ctrl+Shift+I" or right click and select inspect
Step 3:
Open the console tab in inspect element
Step 4:
Hack no.1:
Make the dino Run fast:
copy and paste the following in the console:
and hit enter
woah! the dino runs fast...
the score above i reached in 1 second!
Hack no.2 :
Make the dino immortal:
first of all we have to store the main property of dino that makes it die...
copy and paste the following code:
it will do nothing but it will store the original property..
now make the dino immortal:
copy and paste the following code in the console:
and hit enter it will never make the dino die!
amazing!
now to restore the original property:
copy and paste the following:
and it will again make the dino die...
well that's enough hacking!
see you all next day!
LOL, nice