Rem ks
FindPic 0,0,1024,768,"Attachment:\神盾.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
ax=intx
ay=inty
t1=now
else
FindPic 0,0,1024,768,"Attachment:\图二.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
moveto intx,inty
leftclick 1
end if
End If
t2=now
Do
If datediff("s", t2, now) > 6000 Then
MoveTo ax, ay
LeftClick 1
Goto ks
End If
FindPic 0,0,1024,768,"Attachment:\神盾.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
t2=now
MoveTo intx, inty
LeftClick 1
If datediff("s", t1, now) > 600 Then
KeyPress "F5", 1
Delay 5555
Goto ks
End If
End If
Loop