Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

dinosaur game 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

hack google dinosaur

Runner.prototype.gameOver = function (){}
Comment

PREVIOUS NEXT
Code Example
Javascript :: jquery each break 
Javascript :: onclick jquery show alert 
Javascript :: javascript trim newline 
Javascript :: javascript uppercase first character of each word 
Javascript :: remove all node_modules folders recursively 
Javascript :: javascript convert seconds to minutes seconds 
Javascript :: js this binding setinterval 
Javascript :: eslint console log 
Javascript :: remove last char from string javascript 
Javascript :: npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve 
Javascript :: use icon in node js html 
Javascript :: how to root with any number in js 
Javascript :: how to get current screen name in react native 
Javascript :: window viewport size javascript 
Javascript :: javascript margin top 
Javascript :: react native text wrap 
Javascript :: gradlew clean in react native 
Javascript :: js stop form submit 
Javascript :: jquery reset form 
Javascript :: select input by name javascript 
Javascript :: wait for time javascript 
Javascript :: js code to generate random base64 code 
Javascript :: vimeo id regex 
Javascript :: react check if string is mail 
Javascript :: getelementsbyclassname.style.display 
Javascript :: node js variable inside string 
Javascript :: js sync delay 
Javascript :: jquery scroll into view 
Javascript :: import reactdom 
Javascript :: getting the current url in node js 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =