控制台输入一下代码:
f0 = Runner.prototype.gameOver
Runner.prototype.gameOver = function f(){}
Runner.instance_.currentSpeed = 500
如果要停止,输入一下代码:
Runner.instance_.currentSpeed = 10
Runner.prototype.gameOver = f0
chrome浏览器小恐龙自动跑
阅读 172
2022-01-10
控制台输入一下代码:
f0 = Runner.prototype.gameOver
Runner.prototype.gameOver = function f(){}
Runner.instance_.currentSpeed = 500
如果要停止,输入一下代码:
Runner.instance_.currentSpeed = 10
Runner.prototype.gameOver = f0
相关推荐
精彩评论(0)