Hacking Chrome Dinosaur Game

 Hacking Chrome Dinosaur Game





1. Open Console: Using F12 or Inspect


2. Game Script:

     Runner.prototype

     var defRunner=Runner.prototype.gameOver

     Runner.prototype.gameOver=function(){console.log("Fuck u Chrome")}

     Runner.instance_.setSpeed(15000)

   ►Normal Speed: Runner.instance_.setSpeed(10) 


3. For all those wondering how to maintain this score before this resets to 0, and therefore would require to kill it before highest possible score . To reset to default values , use 

     Runner.instance_.setSpeed(10) 

     Runner.prototype.gameOver= defRunner

defRunner was used to save the initial state. 

And then let the dinosaur die at the highest possible score.



Console



var defRunner=Runner.prototype.gameOver
  Runner.prototype.gameOver=function(){console.log("Fuck u Chrome")}

Runner.instance_.setSpeed(15000)



 Runner.instance_.setSpeed(10)
     Runner.prototype.gameOver= defRunner


Comments

Popular posts from this blog

海外回国代理分流

openwrt设置定时任务-远程唤醒计算机

从Blogger转移