赞
踩
- function getlucky() {
- log("开始红包")
- let gz = boundsFindCon("关注", device.width * 0.35, device.height * 0.35, device.width * 0.65, device.height * 0.65, -1)
- let jz = boundsFindCon("价值", device.width * 0.35, device.height * 0.5, device.width * 0.65, device.height * 0.75, -1)
-
- if (gz == null) {
- log("No gz")
- return;
- }
-
- let tapx = 0
- let tapy = 0
- let mh = boundsFindCon("秒后", device.width * 0.3, device.height * 0.4, device.width * 0.7, device.height * 0.7, -1)
- if (mh != null) {
- tapx = mh.bounds().centerX()
- tapy = mh.bounds().centerY()
- for (let j = 0; j < 100; j++) {
- log("红包时间未到,等待:", j)
- sleep(6000)
- timeChange()
- mh = boundsFindCon("秒后", device.width * 0.3, device.height * 0.4, device.width * 0.7, device.height * 0.7, -1)
- if
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。