14
archive/js/LastParty/main.js
Normal file
14
archive/js/LastParty/main.js
Normal file
@@ -0,0 +1,14 @@
|
||||
(async function () {
|
||||
await sleep(15000);
|
||||
setGameMetrics(3840, 2160, 2);
|
||||
keyPress("L");
|
||||
await sleep(4500);
|
||||
click(150, 1078);
|
||||
await sleep(800);
|
||||
click(3200, 2050);
|
||||
await sleep(1000);
|
||||
keyPress("Escape");
|
||||
await sleep(1000);
|
||||
|
||||
log.info("已切换至上一队");
|
||||
})();
|
||||
Reference in New Issue
Block a user