var hhh1=random(2,4);
var hhh2=random(0.8,0.85);
var hhh3=random(0.1,0.15);
toastLog("10秒后开始上滑操作");
sleep(10000);
while(true){
try{
swipe(device.width /hhh1, device.height * hhh2, device.width / hhh1, device.height*hhh3, 800);
sleep(random(8000,15000));
}catch(a){
continue;
}
}