| 如下ㄅ執行找到圖片 ㄇ之後的就不會動了
 
 Rem ㄅ
 FindPic 0,0,1440,900,"Attachment:\未命名.bmp",0.9,intX,intY
 If intX > 0 And intY > 0 Then
 MoveTo intx+280, inty+5
 Delay 3000
 LeftClick 3
 Delay 1000
 End if
 if x>=0 and y>=0
 Goto ㄅ
 End if
 Rem ㄇ
 FindPic 0,0,1440,900,"Attachment:\結果.bmp",0.9,intX,intY
 If intX > 0 And intY > 0 Then
 MoveTo intx+5, inty+5
 Delay 1000
 LeftClick 3
 Delay 1000
 End if
 if x>=0 and y>=0
 Goto ㄇ
 End If
 Rem ㄈ
 Delay 3000
 FindPic 0,0,1440,900,"Attachment:\退出.bmp",0.9,intX,intY
 If intX > 0 And intY > 0 Then
 MoveTo intx+5, inty+5
 Delay 1000
 LeftClick 3
 Delay 1000
 End if
 if x>=0 and y>=0
 Goto ㄈ
 End If
 Rem ㄊ
 FindPic 0,0,1440,900,"Attachment:\軍團.bmp",0.9,intX,intY
 If intX > 0 And intY > 0 Then
 MoveTo intx+5, inty+5
 Delay 1000
 LeftClick 3
 Delay 1000
 End if
 if x>=0 and y>=0
 Goto ㄊ
 End If
 |