The VIDEO :-
1. Open Chrome Dino Game even when connected to Internet.
2. Change Jump Height and Speed :
1. Right Click and then open Inspect. Then open console
2. In Console paste the following text and press Enter..
"Runner.instance_.tRex.setJumpVelocity(15)"
Now you can change the jump velocity and experiment with it.
3. Change Speed Of Dino :
Again Open console and paste the following code and press Enter :-
"Runner.instance_.setSpeed(1000)"
Now you can change the speed and try it to keep it maximum 😉
4. Make Dino IMMORTAL :
Again Open console and paste the following code and press Enter :-
"var original = Runner.prototype.gameOver"
Then again paste the following code and press Enter :-
"Runner.prototype.gameOver = function (){}"
Now YOUR DINO will become immortal...
No comments:
Post a Comment