Rem 开始 
    FindPic 870,540,990,575,"Attachment:\开始游戏.bmp",1,intX,intY
    Delay 200
    If intX > 0 And intY > 0 Then
        MoveTo intX+10,intY+5
        LeftClick 1
                Delay 200
                    End If
FindPic 110,650,300,690,"Attachment:\ENTER 确认.bmp",1,intX,intY
Delay 200
If intX > 0 And intY > 0 Then
MoveTo intX+20,intY+5
LeftDoubleClick 1
Delay 200
End If
FindPic 695,680,820,715,"Attachment:\购买当前.bmp",1,intX,intY
    Delay 200
If intX > 0 And intY > 0 Then
MoveTo intX+20,intY+5
    LeftDoubleClick 1
        Delay 200
End If
FindPic 55,155,95,190,"Attachment:\梦瑶.bmp",1,intX,intY
Delay 200
If intX > 0 And intY > 0 Then
MoveTo intX+20,intY
LeftDoubleClick 1
    Delay 200
    End If
    FindPic 600,600,950,940,"Attachment:\通关确认.bmp",1,intX,intY
Delay 200
    If intX > 0 And intY > 0 Then
MoveTo intX+30,intY+15
LeftDoubleClick 1
        Delay 200
                                End If
    FindPic 480,420,540,440,"Attachment:\错误确认.bmp",1,intX,intY
Delay 200
    If intX > 0 And intY > 0 Then
MoveTo intX+0,intY+0
            Delay 200
        LeftDown 1
        Delay 500
    LeftUp 1
                Delay 200
                                End If
Goto 开始