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)