Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦖 Google Dino Bot — The OG Youtube Dark Automation Hack

A fast, lightweight Dino Bot used back in the day to power YouTube Dark, YouTube Automation, and even Infinite Live loops.

Dino Bot Demo

⚡ What This Bot Does

  • Automates the Chrome Dino game
  • Works on chromedino.com even when Chrome blocks scripts
  • YouTube Bot to keep infinite livestreams alive
  • No complex setup needed

Originally used to keep YouTube bots, automation channels, and infinite livestreams running without stopping

🚀 Quick Start

  • Type chrome://dino into your Chrome browser address bar and press Enter.
  • Open console (Ctrl+Shift+J)
  • Paste the script from this repo
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);

Nowadays, there are some trouble on using this script in Chrome, but you can still use it on chromedino.com

Dino runs forever. Perfect for automation experiments (And Infinite Livestreams)

🔥 Zero dependencies

  • Runs directly in the browser
  • Perfect for YouTube Automation, Infinite Live, and Dark YouTube strategies
  • Fun, fast, and hackable

⭐ Support

Star the repo to push it higher in GitHub search and help more automation creators find it.

Back in the days I used this to make Youtube infinite lives.


⚠️ Disclaimer

This project is an independent, fan‑made automation script created strictly for educational and experimental purposes. It is not affiliated with, endorsed by, or sponsored by Google LLC, YouTube, Alphabet Inc., or any related products, services, or subsidiaries. All trademarks, logos, and brand names mentioned in this repository belong to their respective owners. The Chrome Dino game, Google Chrome, and YouTube are proprietary platforms, and this project makes no claim of association, partnership, or approval.

Nothing in this repository should be interpreted as advice, guidance, or encouragement to automate, manipulate, or exploit any Google or YouTube systems. Use of this script is entirely at your own risk.

DYOR — Do Your Own Research

All users are responsible for understanding the risks, limitations, and potential consequences of running automation scripts. Always DYOR before using, modifying, or distributing this code. You are solely responsible for how you choose to use it.

About

A lightweight, fast, and dependency‑free Dino Bot that auto‑plays the Google Chrome Dinosaur Game. YouTube Dark Bot and YouTube Automation Hack to keep Infinite Live streams running without interruption. Runs directly in the browser console.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors