ChromeDinoCheats
1.0.0
Runner.instance_.setSpeed(100) (Setel Kecepatan ke 100)
var original = Runner.prototype.gameOver (Simpan fungsi gameOver asli)
Runner.prototype.gameOver = function(){ } (tidak melakukan apa pun saat gameOver)
Runner.prototype.gameOver = asli (Setel gameOver ke default)
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT (setel currentScore ke 12345)
Runner.instance_.tRex.setJumpVelocity(30) (atur JumpVelocity ke 30)