Dim intX, intY
Rem 开始找图
FindPic 0,0,1920,1080,"Attachment:\2.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
End If
TracePrint intX
TracePrint intY
If intX > 0 And intY > 0 Then
MoveTo intX+20,intY+20
LeftClick 1
Delay 100
Else
Delay 500
End If
FindPic 0,0,1920,1080,"Attachment:\3.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
End If
TracePrint intX
TracePrint intY
If intX > 0 And intY > 0 Then
MoveTo intX+20,intY+20
LeftClick 1
Delay 100
Goto 开始找图
Else
Delay 500
Goto 开始找图
End If
FindPic 0,0,1920,1080,"Attachment:\4.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
End If
TracePrint intX
TracePrint intY
If intX > 0 And intY > 0 Then
MoveTo intX+20,intY+20
LeftClick 1
Delay 100
Else
Delay 500
End If