前提
1.下载Chrome浏览器
2.断网 或者 使用Chrome浏览器访问chrome://dino/打开游戏
自动跳教程
打开Chrome浏览器访问chrome://dino/
按F12调出控制台 或者 右键=>检查=>Console
输入脚本代码
function TrexRunnerBot() {
const makeKeyArgs = (keyCode) => {
const preventDefault = () => void 0;
return {
keyCode, preventDefault};
};
const upKeyArgs = makeKeyArgs(38);
const downKeyArgs = makeKeyArgs(40);
const startArgs = makeKeyArgs(32);
if (!Runner().playing) {