Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

dino game

// 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

Here's one: Runner.prototype.gameOver = function(){}
Comment

PREVIOUS NEXT
Code Example
Javascript :: google dino hack 
Javascript :: style.visibility javascript 
Javascript :: colored console.log 
Javascript :: counterup2.js cdn 
Javascript :: sort array by string length javascript 
Javascript :: enable/disable textbox on checkbox click using jquery 
Javascript :: moment format datetime postgresql 
Javascript :: Javascript adding zeros to the beginning of a string 
Javascript :: listing dir by nodejs 
Javascript :: check if localstorage key exists 
Javascript :: javacript is checkbox checked 
Javascript :: get current formatted time in javascript 
Javascript :: how to edit the visibiility of an element javscript 
Javascript :: 1line uuid 
Javascript :: how to displayan inteiger to a tenth in javascript 
Javascript :: git ignore .env files not working 
Javascript :: set value in span using javascript 
Javascript :: history back js 
Javascript :: npm create-react-app 
Javascript :: remove extra space in string javascript 
Javascript :: reset a select option jquery 
Javascript :: play sound javascript 
Javascript :: javascript check if string is json parsable 
Javascript :: warning ../../../package.json no license field 
Javascript :: trigger change select element jquery 
Javascript :: mayoe que menor que 
Javascript :: wait for element javascript 
Javascript :: unique objects in array javascript 
Javascript :: sort array of object js 
Javascript :: styling scrollview height in react native 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =