JS脚本:北风的王狼自动刷取 (#354)

* Add files via upload

* Add files via upload

* Add files via upload
This commit is contained in:
5117600049
2025-02-23 00:41:39 +08:00
committed by GitHub
parent 0c301865ba
commit 4b099cfa54
4 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
(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");
})();