* 测试 * 你的提交信息 * 周本全2.0更新以及打牌更新 * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json
17 lines
415 B
JavaScript
17 lines
415 B
JavaScript
(async function () {
|
|
|
|
await pathingScript.runFile("assets/前往狼王.json");
|
|
await sleep(1000);
|
|
keyPress("F");
|
|
await sleep(13000);
|
|
await dispatcher.runTask(new SoloTask("AutoFight"));
|
|
await sleep(1000);
|
|
await pathingScript.runFile("assets/领取奖励.json");
|
|
keyPress("F");
|
|
await sleep(1000);
|
|
click(968, 759);//消耗树脂领取
|
|
await sleep(5000);
|
|
click(975, 1000);//点击空白区域
|
|
await sleep(1000);
|
|
})();
|