Skip to content

Instantly share code, notes, and snippets.

@yannisalexiou
Last active March 12, 2019 18:24
Show Gist options
  • Save yannisalexiou/4587cbc1495a2911c57e81ccf55b8c4e to your computer and use it in GitHub Desktop.
Save yannisalexiou/4587cbc1495a2911c57e81ccf55b8c4e to your computer and use it in GitHub Desktop.
Chrome Dinosaur Game Cheat
//The below line of code let you pass all the obstacles on Chrome's Dinosaur Game, by jumping above them
//1. Open DevTools by pressing F12
//2. Start the game
//3. Paste and Run this line of code on DevTool's Console
Runner.instance_.tRex.config.GRAVITY = 0
//Return to the game and press jump (press SPACE)
//Now Dinosaur is above the game screen and you pass all the obstacles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment