Skip to content

Instantly share code, notes, and snippets.

@JayantGoel001
Created April 9, 2021 04:28
Show Gist options
  • Save JayantGoel001/7a964525c3245a237542ad450472bde6 to your computer and use it in GitHub Desktop.
Save JayantGoel001/7a964525c3245a237542ad450472bde6 to your computer and use it in GitHub Desktop.
Chrome Dino Game Hack

Chrome Dino Game Hack

Method 1 without Internet

  1. Launch Chrome with no internet.

  2. Type Anything in search bar and press enter.

  3. Now, Open Inspect tab by right click and selecting inspect tab or press "ctrl+shift+i"

  4. Click on the console tab

  5. At last type the following Command

    Runner.instance_.gameOver = function(){}


Method 2 with or without Internet

  1. Open Chrome

  2. Type chrome://dino and press enter.

  3. Now, Open Inspect tab by right click and selecting inspect tab or press "ctrl+shift+i"

  4. Click on the console tab.

  5. At last type the following Command.

    Runner.instance_.gameOver = function(){}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment