ChromeDinoCheats
1.0.0
Runner.instance_.setSpeed(100) (Establezca la velocidad en 100)
var original = Runner.prototype.gameOver (Guardar función gameOver original)
Runner.prototype.gameOver = function(){ } (haz que no haga nada cuando termine el juego)
Runner.prototype.gameOver = original (Establecer gameOver como predeterminado)
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT (establezca currentScore en 12345)
Runner.instance_.tRex.setJumpVelocity(30) (establezca JumpVelocity en 30)