Rem 开始
FindPic 101,660,294,715,"Attachment:\包子.bmp",1.0,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX+57, intY+6
Delay 100
LeftClick 1
Delay 100
End If
FindPic 584,319,1015,521,"C:\Documents and Settings\Administrator\My Documents\My Pictures\确定.bmp",0.7,intX,intY
If intX> 0 And intY> 0 Then
MoveTo intX+6, intY+6
LeftClick 1
End If
Goto 开始