diff --git a/repo/js/Destruction artifact/main.js b/repo/js/Destruction artifact/main.js new file mode 100644 index 00000000..b7857cf8 --- /dev/null +++ b/repo/js/Destruction artifact/main.js @@ -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("已摧毁狗粮"); +})(); \ No newline at end of file diff --git a/repo/js/Destruction artifact/manifest.json b/repo/js/Destruction artifact/manifest.json new file mode 100644 index 00000000..ef8a3f59 --- /dev/null +++ b/repo/js/Destruction artifact/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 1, + "name": "摧毁狗粮", + "version": "1.0", + "description": "用于摧毁狗粮获取摩拉", + "authors": [ + { + "name": "鹤望兰", + } + ], + "main": "main.js", +}