mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-05-20 22:25:50 +08:00
13
archive/js/NextParty/main.js
Normal file
13
archive/js/NextParty/main.js
Normal file
@@ -0,0 +1,13 @@
|
||||
(async function () {
|
||||
setGameMetrics(3840, 2160, 2);
|
||||
keyPress("L");
|
||||
await sleep(4500);
|
||||
click(3684, 1078);
|
||||
await sleep(800);
|
||||
click(3200, 2050);
|
||||
await sleep(1000);
|
||||
keyPress("Escape");
|
||||
await sleep(1000);
|
||||
|
||||
log.info("已切换至下一队");
|
||||
})();
|
||||
Reference in New Issue
Block a user