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으로 설정)