首页/技术代码/ 红米not3一键切分身,删分身,重建分身,破设备限制按键脚本

SetRowsNumber(0)
//注意:每次制作完字库后,需要自行把制作的字库文件添加到脚本“附件”中
TracePrint SetDictEx(0, "Attachment:mq_soft.txt")
TracePrint UseDict(0)
Dim f,intX,intY
KeyPress "Home"
Delay 100
Do
        FindStr(367,1709,470,1822,"设","FFFFFF|917754",0.9,intX,intY)
If intX > -1 And intY > -1 Then
        TracePrint intX
        TracePrint intY
        Tap intX,intY
                                        Exit Do
End If
Loop
//tap 328,1767

DO
Swipe 269, 1412, 270, 861
Delay 500
FindStr(335,90,390,1860,"身","000000",0.9,intX,intY)
                                If intX > -1 And intY > -1 Then
                                        TracePrint intX
                                        TracePrint intY
                                        
Delay 500

Tap intX,intY
                                        Exit Do
                                End If
Loop
TracePrint "1"
Delay 500

Do
        Tap 1021, 146
Delay 800
FindStr(835,1790,880,1848,"除","FFAA33",0.9,intX,intY)
If intX > -1 And intY > -1 Then
        TracePrint intX
        TracePrint intY
        Tap intX,intY
                                        Exit Do
End If
Loop
//tap 765,1813
Delay 500
Tap 127, 1474
Delay 1000
InputText "xiao781025"
Delay 800
TracePrint "1"
Tap 798,1813
Delay 1000
Do
        Delay 800
//        Dim intX,intY
FindStr(426,1769,462,1815,"开","E5A52E|FFFEFD",0.9,intX,intY)
If intX > -1 And intY > -1 Then
        TracePrint intX
        TracePrint intY
        Tap intX,intY
        Exit Do
End If
Loop
温馨提示如有转载或引用以上内容之必要,敬请将本文链接作为出处标注,谢谢合作!

评论:

发表评论:

code