The fourteenth update of 薅wool Professional Edition

Source link: https://pan.baidu.com/s/1tK3CbTEl4_ZWqa-2vDxl2w  Extraction code: kgzz 
APK download link: https://wwe.lanzous.com/ioZxshqzzqj

The following is the change process of each version. Those who are interested can take a look.

Original post: https://blog.csdn.net/zy0412326/article/details/106297472

First update post: https://blog.csdn.net/zy0412326/article/details/106421444

The second update post: https://blog.csdn.net/zy0412326/article/details/106692858

The third update post: https://blog.csdn.net/zy0412326/article/details/106868904

Fourth update post: https://blog.csdn.net/zy0412326/article/details/107136001

Fifth update post: https://blog.csdn.net/zy0412326/article/details/107319628

The sixth update post: https://blog.csdn.net/zy0412326/article/details/107523469

The seventh update post: https://blog.csdn.net/zy0412326/article/details/107747849

The eighth update post: https://blog.csdn.net/zy0412326/article/details/108023477

The ninth update post: https://blog.csdn.net/zy0412326/article/details/108254082 

Tenth update post: https://blog.csdn.net/zy0412326/article/details/108427498

The eleventh update post: https://blog.csdn.net/zy0412326/article/details/108583360

Twelfth update post: https://blog.csdn.net/zy0412326/article/details/108830948

Thirteenth update post: https://blog.csdn.net/zy0412326/article/details/109004917

This update content

1. Added 2345 browser, hot video speed version, Taobao live broadcast, ringtones for video
category 2. Added Happy Walk for Task category, 66 Union Quick Version (Like, Follow and Comment)
3. Fix UI refresh bug, fix BUG that the fragmented time cannot be saved
4. Add popcorn video keep-alive click short video function
6. Combine the clickControl method with the clickControlBounds method (the console should be kept as far as possible to prevent occlusion)
7. 66 Alliance quick tasks have been added to the tasks, among which quick Like tasks are often not, the software will try 5 times. If it is not completed, it will pass directly.
8. The floating window exits the app. Add a method to close the console. Close the console together and completely exit the app.
9. Integrate the 94 new platform. Turn on, it is recommended to brush the vibrato for 1 hour. If the accessibility is not turned on, the program will wait 10 minutes for the accessibility to be turned on. If it is not turned on, enter the next task.
10. The 94 platform adds the automatic accessibility function

Cloud control:
1. Add the cloud control opening menu in the head menu
2. Fix the bug that the cloud control cannot stop the cloud control

tip: If you swipe tasks and the blockchain, I personally recommend that you don’t spend 24 hours on the video. Leave some time for tasks and the blockchain. The program will automatically continue the tasks to be performed and the blockchain. Perform videos, tasks and blockchain by the next day

 

This time, 94 and 662 mission platforms will be added.

If Lao Tie can't get me, I'm drunk.

 

My 94 invitation code: 375010426918

94 registered address: http://116.206.92.30/h8/pageController.do?goRegister&key=375010426918


if(!text("运行 音量上/下键停止脚本").exists()){
    back()
    sleepRandom1()
}
if(text("无障碍服务 关闭").exists()){
    toastInfo("关闭")
    if(clickControlBounds(text("无障碍服务 关闭"))){
        let executeResult= findAccessibilityService() 
        if(!executeResult){
            let findIndex=1;
            while(true){
                if(findIndex==5){
                    break
                }
                swipeDown()
                sleepRandom1()
                let executeResult= findAccessibilityService() 
                if(executeResult){
                    break
                }
                findIndex=findIndex+1;
            }
    }   
    }else{
        toastWarn("点击失败")
    }
}

clickControlBounds(text("运行 音量上/下键停止脚本"))
clickControlBounds(text("立即开始"))
clickControlBounds(text("允许"))

console.show(); //开启日志(悬浮窗权限)d

function findAccessibilityService(){
    if(text("94新").exists()){
        if(clickControlBounds(text("94新"))){
            sleepRandom1()
            let  checkBox=className("android.widget.CheckBox");
            if(checkBox!=null){
                toastLog("存在checkbox")
                clickControlList(className("android.widget.CheckBox"),0)
            }
            let switchBox=className("android.widget.Switch");
            if(switchBox!=null){
                toastLog("存在Switch")
                clickControlList(className("android.widget.Switch"),0)
            }

            sleepRandom3()
            clickControlBounds(text("确定"))
            app.launchApp(appName);//只有一个快手极速版所以直接Launch就可以,不用包名
            sleepRandom1()
            if(!text("运行 音量上/下键停止脚本").exists()){
                back()
                sleepRandom1()
            }
            return true;
        }else{
            return false;
        }
    }else{
        return false;
    }
}

Open accessibility is the key. I tested N models and the problem is not big. If you find a problem, you can give me feedback.

Source link: https://pan.baidu.com/s/1tK3CbTEl4_ZWqa-2vDxl2w  Extraction code: kgzz 
APK download link: https://wwe.lanzous.com/ioZxshqzzqj

Guess you like

Origin blog.csdn.net/zy0412326/article/details/109286553