30
repo/js/Destruction artifact/main.js
Normal file
30
repo/js/Destruction artifact/main.js
Normal 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("已摧毁狗粮");
|
||||
})();
|
||||
12
repo/js/Destruction artifact/manifest.json
Normal file
12
repo/js/Destruction artifact/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "摧毁狗粮",
|
||||
"version": "1.0",
|
||||
"description": "用于摧毁狗粮获取摩拉",
|
||||
"authors": [
|
||||
{
|
||||
"name": "鹤望兰",
|
||||
}
|
||||
],
|
||||
"main": "main.js",
|
||||
}
|
||||
Reference in New Issue
Block a user