Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

google dino hack

// Go to the dinosaur game (chrome:dino)
// Press Ctrl+Shift+C (Command+Shift+C for mac)
// Go to console
// Copy paste any of these codes: (You can put as many as you want)

// Invinsabilaty:
Runner.prototype.gameOver = function (){}

// Change jump height:
Runner.instance_.tRex.setJumpVelocity(/*Any num you want*/)

// Change Speed:
Runner.instance_.setSpeed(/*Any num you want*/)
Comment

chrome dino game hack code

open inspect element 
go to the console and paste the following code
   var original = Runner.prototype.gameOver
Comment

PREVIOUS NEXT
Code Example
Javascript :: remove all options from select jquery 
Javascript :: get site url javascript 
Javascript :: jquery pause n seconds 
Javascript :: counterup2 cdn 
Javascript :: set attribute checked jquery 
Javascript :: delay in javascript 
Javascript :: javascript replace space with minus 
Javascript :: javascript clear div 
Javascript :: jquery submit form ajax 
Javascript :: js remove readonly attribute 
Javascript :: jquery checkbox checked 
Javascript :: how to get last path from url in javascript 
Javascript :: get meta content jquery 
Javascript :: angular pipe for 2 decimal places 
Javascript :: html5 store object in localstorage 
Javascript :: dom ready js 
Javascript :: javascript check if element has class 
Javascript :: random number between min and max script 
Javascript :: 50 50 chance javascript 
Javascript :: read directory in node js 
Javascript :: java.lang.outofmemoryerror (no error message) react native 
Javascript :: js scroll to bottom 
Javascript :: js regex validate phone number 
Javascript :: include partials ejs 
Javascript :: chart js hide legend 
Javascript :: node js for loop 
Javascript :: jquery set checkbox checked unchecked 
Javascript :: js for each character in string 
Javascript :: npm remove dev dependencies from node_modules 
Javascript :: Your global Angular CLI version (11.0.2) is greater than your local version 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =