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 :: react native flatlist hide scrollbar 
Javascript :: how to color console.log 
Javascript :: add id jquery 
Javascript :: jquery document load 
Javascript :: javascript knowing when space is pressed 
Javascript :: js split string on capital letter second 
Javascript :: float right react native 
Javascript :: testng before class vs before test 
Javascript :: es module __dirname alternative 
Javascript :: js remove falsey values from array 
Javascript :: disable right click javascript 
Javascript :: react native button round 
Javascript :: how to remove dash from string in javascript 
Javascript :: js object to querystring 
Javascript :: how to Store Objects in HTML5 localStorage 
Javascript :: how to disable ctrl key using javascript 
Javascript :: remove and add active class with jquery 
Javascript :: js fileinput get content 
Javascript :: input will get only number vue 
Javascript :: puppeteer get html 
Javascript :: check if a date time string is a valid date in js 
Javascript :: auto scroll to bottom of page js 
Javascript :: Error: Timeout - Async function did not complete within 5000ms (set by jasmine.DEFAULT_TIMEOUT_INTERVAL) site:stackoverflow.com 
Javascript :: how to add react icons using npm 
Javascript :: javascript remove all whitespaces 
Javascript :: javascript find file extension from string 
Javascript :: jquery radio button click event 
Javascript :: react native flatlist horizontal scroll 
Javascript :: python request text to dict 
Javascript :: onclick jquery show alert 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =