lichess.org
Donate

Hacking Dino Game

Hey Guys I'm jack Pleasure to meet you, I hope you are all doing well

anyways I hacked the dino game to make my self not die by anything and also to go super fast.

https://imgur.com/DsxOk8C

- Modify your running speed -
Runner.instance_.setSpeed(1000)

- Invincibility - Make your dinosaur immune to any damage! -
Runner.instance_.gameOver = function(){};

Have fun!
I hacked the dino game to make my self not die by anything and also to go super fast.
why did you hack it? You can get banned or reported
]
He literally did not hack anything. All he did was open up the browser console and make it so that the gameOver function is now empty (does nothing) and that you have a large speed. This can be called a "mod", however. The game is entirely client sided and has no security whatsoever, nor was it ever intended to (if someone gets more enjoyment out of "hacking" it, so be it. The game is intended to be offline). The same really goes for any game that is fully offline. For example, people can claim that they "hacked" minecraft by making a mod that makes diamonds the most common ore, but this is only really going to do anything on single-player games. Essential, this is not very impressive (due to the simplicity of it), but it can be fun to do if you weren't familiar with programming/are relatively new to it.

This topic has been archived and can no longer be replied to.