[0_1515641973752_王者荣耀刷金币_魔女回忆(5秒内打开游戏放置在魔女回忆界面).js](正在上传 100%)
setTimeout(function(){
"auto";
setScreenMetrics(1920, 1080);
//点击位置(1500, 939), 每次用时350毫秒
press(1500, 939, 350);
//暂停20秒
sleep(20000);
//点击位置(1789, 36), 每次用时350毫秒
press(1789, 36, 350);
//暂停60秒
sleep(60000);
//点击位置(945, 930), 每次用时350毫秒
press(945, 930, 350);
//暂停3秒
sleep(3000);
//点击位置(1565, 992), 每次用时350毫秒
press(1565, 992, 350);
//暂停4秒
sleep(4000);
}, 5000);