KeyPress "Q", 1
Delay 4000


FindPic 0,0,1440,900,"Attachment:\2.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY+2

LeftClick 1

End If
Delay 1000

FindPic 0,0,1440,900,"Attachment:\3.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1

End If
Delay 1000

FindPic 0,0,1440,900,"Attachment:\4.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1

End If
Delay 1000

FindPic 0,0,1440,900,"Attachment:\5.bmp",1,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1

End If
Delay 1000
FindPic 0,0,1440,900,"Attachment:\6.bmp",1,intX,intY
If intX > 0 And intY > 0 Then
MoveTo intX, intY
LeftClick 1
Delay 1000
MoveTo intX+1, intY+1
LeftClick 1
End If
Delay 1000


MessageBox "马喂好了,有点慢,呵呵"