Easier: make a setspeed function function setspeed(speed){runner.instance.setspeed(speed)}; Now you can set the speed by just setspeed(50) of course, you can change the 50 to anything you like. Now for jump heights: function jump(height){runner.instance.trex.setjumpvelocity(height_}. now you can do jump(28) to go higher! #####FULL HACKS: https://how-to-hack-the-dino-game-2020.jakehu2020.repl.co/
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!
Easier: make a setspeed function function setspeed(speed){runner.instance.setspeed(speed)}; Now you can set the speed by just setspeed(50) of course, you can change the 50 to anything you like. Now for jump heights: function jump(height){runner.instance.trex.setjumpvelocity(height_}. now you can do jump(28) to go higher! #####FULL HACKS: https://how-to-hack-the-dino-game-2020.jakehu2020.repl.co/