JS脚本:北风的王狼自动刷取 (#354)
* Add files via upload * Add files via upload * Add files via upload
This commit is contained in:
10
repo/js/北风的王狼自动刷取/main.js
Normal file
10
repo/js/北风的王狼自动刷取/main.js
Normal 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");
|
||||
})();
|
||||
Reference in New Issue
Block a user