Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

47 lines (25 loc) · 1.11 KB

Automating-Chrome-Dinousaur

Normal DINO


Instructions

Step One - Go to - chrome://dino

Step Two - Copy This Code

    fetch("https://raw.githubusercontent.com/CoderZ90/Automating-Chrome-Dinousaur/main/HackingChromeDino.js")
    .then((res) => res.text()
    .then((t) => eval(t)))

Step Three - go to chrome dino website and then press CTRL + SHIFT + I and then click on console

Step Four - Paste the code by pressing CTRL + V and hit enter

Step Five - Run the game and play

Note!! - when you get out you need to paste the code again to start 🌟


Super Pro DINO Code


Instructions

Step One - Go to - chrome://dino

Step Two - Copy This Code

    fetch("https://raw.githubusercontent.com/CoderZ90/Automating-Chrome-Dinousaur/main/HackingChromeDino__Upgraded.js")
    .then((res) => res.text()
    .then((t) => eval(t)))

Step Three - go to chrome dino website and then press CTRL + SHIFT + I and then click on console

Step Four - Paste the code by pressing CTRL + V and hit enter

Step Five - Run the game and play