Add files via upload

This commit is contained in:
鹤望兰
2024-12-16 22:26:46 +08:00
committed by GitHub
parent 85eada32e9
commit 7bf715fffb
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
(async function () {
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
keyPress("B");
await sleep(3000);
click(670,40);
await sleep(2000);
click(80,1010);
await sleep(2000);
click(170,1020);
await sleep(1000);
click(300,380);
await sleep(400);
click(300,300);
await sleep(400);
click(300,220);
await sleep(400);
click(300,150);
await sleep(800);
click(340,1010);
await sleep(800);
click(1740,1020);
await sleep(3000);
click(1180,830);
await sleep(800);
click(950,800);
await sleep(1000);
keyPress("Escape");
log.info("已摧毁狗粮");
})();