This page lists all hacks developed by the MelonTime team® (yEAh Games' hack series) for the Chrome dinosaur game.
All original MelonTime® hacks, as well as other hack downloads, can be viewed in the #hax-download
channel on our Discord server.
Please follow the instructions as we have listed them; there should be no threat if you follow these steps exactly as they are.
⠀⠀▶︎ Legal notice: The yEAh Games Corporation, LLC, waves all of its liability regarding hack downloads. We have tested them to make sure they are safe, but if any damages do occur, we reserve the right to wave our liability. Please agree to this before downloading any exploits.
EXPLOIT DOWNLOAD:
All of the hacks require you to do the following first steps:
- Visit chrome://dino, or cut off your internet connection and try searching something; this only works on Chrome, obviously.
- Open up the executor by pressing
ctrl+shift+i
on your keyboard, and click on the "console" tab at the top.
Invincibility (V. 1.0):
1. Start the exploiting system by pasting this command, and clicking "enter": var original = Runner.prototype.gameOver
2. Start executing the command by pasting this command, and clicking "enter": Runner.prototype.gameOver = function (){}
3. Try it!
Jump height control (V. 2.0):
1. Start executing the exploit by pasting this command, and clicking "enter": Runner.instance_.tRex.setJumpVelocity(x)
⠀⠀▶︎ You will have to change the x variable to whatever number you want. So far, our tests have concluded that 20 is the max (nothing will change after that), and around 10 is the default.
⠀⠀▶︎ This is more useful for lowering the jump height than increasing it.
2. Close the executor panel by clicking on the "X" at the top right, and try a game.
Speed control (V. 2.0):
- Start executing the exploit by pasting this command, and clicking "enter":
Runner.instance_.setSpeed(x)
⠀⠀▶︎ You will have to change the x variable to whatever number you want. This command is quite buggy and doesn't always work. - Close the executor panel by clicking on the "X" at the top right, and try a game.
Automated jumping/crouching and obstacle-avoiding (V. 3.0):
Start executing the exploit by pasting this command, and clicking "enter":
function keyDown(e){Podium={};var n=document.createEvent("KeyboardEvent");Object.defineProperty(n,"keyCode",{get:function(){return this.keyCodeVal}}),n.initKeyboardEvent?n.initKeyboardEvent("keydown",!0,!0,document.defaultView,e,e,"","",!1,""):n.initKeyEvent("keydown",!0,!0,document.defaultView,!1,!1,!1,!1,e,0),n.keyCodeVal=e,document.body.dispatchEvent(n)}function keyUp(e){Podium={};var n=document.createEvent("KeyboardEvent");Object.defineProperty(n,"keyCode",{get:function(){return this.keyCodeVal}}),n.initKeyboardEvent?n.initKeyboardEvent("keyup",!0,!0,document.defaultView,e,e,"","",!1,""):n.initKeyEvent("keyup",!0,!0,document.defaultView,!1,!1,!1,!1,e,0),n.keyCodeVal=e,document.body.dispatchEvent(n)}setInterval(function(){Runner.instance_.horizon.obstacles.length>0&&(Runner.instance_.horizon.obstacles[0].xPos<25*Runner.instance_.currentSpeed-Runner.instance_.horizon.obstacles[0].width/2&&Runner.instance_.horizon.obstacles[0].yPos>75&&(keyUp(40),keyDown(38)),Runner.instance_.horizon.obstacles[0].xPos<30*Runner.instance_.currentSpeed-Runner.instance_.horizon.obstacles[0].width/2&&Runner.instance_.horizon.obstacles[0].yPos<=75&&keyDown(40))},5); Runner.instance_.setSpeed(1000) var original = Runner.prototype.gameOver Runner.prototype.gameOver = function(){} //Runner.prototype.gameOver = original Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT Runner.instance_.tRex.setJumpVelocity(10)
⠀⠀▶︎ This hack works better if you do a game without any hacks, die, and then paste this command on the "Game over" screen.
⠀⠀⠀⠀▶︎ This will make the dinosaur avoid obstacles automatically. Otherwise, it will activate another kind of completely different, very crazy, hack that sends the dinosaur flying while your score goes to 100 000 in a few seconds. They both do different things.
OTHER INFORMATION:
- If you refresh the page, all the hacks will be reset.
- If you use too many hacks at once, many undesirable things could happen (e.g. game completely breaking, score not saving to high score, etc.).
- Commands are case-sensitive.
- Chrome dino game is blocked on school, administrator-controlled, accounts.