Files
起个名字好难的喵 9873074579 JS脚本归档 (#599)
2025-04-18 23:22:20 +08:00

14 lines
549 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(async function () {
setGameMetrics(2560, 1440, 1.5)
let delay = settings.delay || 5000;
genshin.returnMainUi()
log.warn("请勿操作鼠标和键盘!")
await pathingScript.runFile("assets/进入蒙德天使的馈赠.json")
await sleep(delay)
log.info("看到这条消息时如果加载还没有完成请修改JS脚本自定义配置延长传送加载时间")
await keyMouseScript.runFile("assets/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠内.json")
await sleep(1000)
keyPress("VK_F")
})();