Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

dino 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

chrome dino game hack code

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

dino hack script

// go to 
chrome://dino/
// inspect element and paste this in console
var original = Runner.prototype.gameOver
Runner.prototype.gameOver = function (){}
Comment

PREVIOUS NEXT
Code Example
Javascript :: style.visibility javascript 
Javascript :: js console log with color 
Javascript :: jquery wait n seconds 
Javascript :: How do I get the number of days between two dates in JavaScript 
Javascript :: hide header react navigation 
Javascript :: javascript open page in same tab 
Javascript :: js replace space with dash 
Javascript :: remove special characters from string javascript 
Javascript :: on mouse over in jquery 
Javascript :: disable sequelize logging 
Javascript :: check if checkbox is checked jquery 
Javascript :: jquery get the length of input text 
Javascript :: get current path nodejs 
Javascript :: javascript change meta tag 
Javascript :: how to store objects in localstorage 
Javascript :: document ready javascript vanilla 
Javascript :: express post body undefined 
Javascript :: jquery scroll to top 
Javascript :: allow cross origin node 
Javascript :: Get List of all files in a directory in Node.js 
Javascript :: javascript disable input 
Javascript :: automatically scroll to bottom of page 
Javascript :: how to set by jasmine.DEFAULT_TIMEOUT_INTERVAL 
Javascript :: import react icons module 
Javascript :: syntax jquery 
Javascript :: DeprecationWarning: Mongoose: `findOneAndUpdate()` and `findOneAndDelete()` without the `useFindAndModify` option set to false are deprecated. See: https://mongoosejs.com/docs/deprecations.html#findandmodify 
Javascript :: js set date to midnight 
Javascript :: strike react native 
Javascript :: python convert requests response to json 
Javascript :: Your global Angular CLI version is greater than your local version 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =