Chrome Dino Game Hacks

Comment all the chrom dino game hacks you know!
You have to put these in the console.

Hack Code
Speed Runner.instance_.setSpeed(speed)
Jump Runner.instance_.tRex.setJumpVelocity(jumping_height)
Invincibility Runner.prototype.gameOver = function (){}
3 Likes
3 Likes

How…
YOU FOUND THE EXACT POSTS I USED!?!?

1 Like

I was in on the convo. I remembered it so I used the search button to find it again.

2 Likes

You can do something like this:

Runner.prototype.gameOver = function() {
	this.distanceRan += 1000000;
};

Although distanceRan is multiplied by something to get the score.

4 Likes