ChromeDinoCheats
1.0.0
Runner.instance_.setSpeed(100) (將速度設為 100)
var original = Runner.prototype.gameOver (保存原始gameOver函式)
Runner.prototype.gameOver = function(){ } (使其在 gameOver 時不執行任何操作)
Runner.prototype.gameOver = 原始(將 gameOver 設定為預設)
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT (將 currentScore 設定為 12345)
Runner.instance_.tRex.setJumpVelocity(30) (將 JumpVelocity 設定為 30)