Delay 200
            MoveTo 587 + Ux, 528 + Uy
            Delay 200
            LeftClick 1
            Delay 200
            MoveTo Ux, Uy
            Delay 100
        End If
    End If
    Delay 500
    //返回大号
    Call Plugin.Window.Active(JB1)
    Delay 3000
End Sub

Sub 掉线检测x()
    IfColor 25+Ux,12+Uy,"0",0 Then
        //2点
        IfColor 38+Ux,584+Uy,"0",0 Then
            //3点
            IfColor 753+Ux,587+Uy,"0",0 Then
                //4点
                IfColor 757+Ux,11+Uy,"0",0 Then
                    //掉线提示
                    IfColor 507 + Ux, 182 + Uy, "FFFAE5", 0 Then
                        PutAttachment ".\plugin", "*.mp3"
                        Delay 5000
                        Call Plugin.Media.Play(".\plugin\1.mp3")
                        Delay 5000
                        EndScript
                    End If
                End If
            End If
        End If 
    End If
End Sub