js脚本:女士周本自动刷取、一条龙无树脂领奖(用于周本和首领讨伐后)+尘歌壶 (#470)

* manifest.json

* main.js

* Update main.js

* Update manifest.json

* Update main.js

* Add files via upload

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update 周本队前进版.txt

开启芭芭拉大招释放,提高挑战成功率

* Update manifest.json

* Update main.js

* Update manifest.json

* Update main.js

* Update manifest.json

* Update manifest.json

* js脚本:散兵周本

* Add files via upload
This commit is contained in:
5117600049
2025-03-26 17:06:50 +08:00
committed by GitHub
parent e78907bf46
commit ad58c96ff2
14 changed files with 599 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
(async function () {
await sleep(1000);
await pathingScript.runFile("assets/recover.json");
await sleep(5000);
await pathingScript.runFile("assets/tp.json");
await sleep(1000);
keyDown("w");
await sleep(2000);
keyUp("w");
await sleep(1000);
keyPress("F");
await sleep(2000);
click(1725, 1020);//单人挑战
await sleep(2000);
click(1725, 1020);//开始挑战
await sleep(15000);
keyPress("ESCAPE");//点击任意处
await sleep(2000);
keyPress("1");
await sleep(1000);//切回钟离
keyDown("s");
await sleep(1000);
keyUp("s");
await dispatcher.runTask(new SoloTask("AutoFight"));
keyPress("1");
await sleep(1000);//切回钟离
keyDown("s");
await sleep(2000);
keyUp("s");
keyDown("w");
await sleep(3600);
keyUp("w");
keyDown("a");
await sleep(400);
keyUp("a");
await sleep(1000);
keyPress("F");//领奖
await sleep(1000);
click(950, 750);//使用树脂
await sleep(6000);
click(975, 1000);//退出秘境
await sleep(10000);
})();