ChromeDinoCheats
1.0.0
Runner.instance_.setSpeed(100) (اضبط السرعة على 100)
var original = Runner.prototype.gameOver (حفظ وظيفة gameOver الأصلية)
Runner.prototype.gameOver = function(){ } (اجعله لا يفعل شيئًا عند انتهاء اللعبة)
Runner.prototype.gameOver = أصلي (اضبط gameOver على الوضع الافتراضي)
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT (اضبط CurrentScore على 12345)
Runner.instance_.tRex.setJumpVelocity(30) (اضبط JumpVelocity على 30)