0
点赞
收藏
分享

微信扫一扫

chrome浏览器小恐龙自动跑

JamFF 2022-01-10 阅读 172

 控制台输入一下代码:

f0 = Runner.prototype.gameOver
Runner.prototype.gameOver = function f(){}
Runner.instance_.currentSpeed = 500

如果要停止,输入一下代码:

Runner.instance_.currentSpeed = 10
Runner.prototype.gameOver = f0
举报

相关推荐

0 条评论