Rem g
dim intX, intY
//找更新图
FindPic 0, 0, 720, 1280, "Attachment:4.png", "000000", 0, 0.6, intX, intY
If intX > -1 Then
Delay 500
Tap 112, 475//找到就点击
Else //没找到就下一步
End If
delay 500
//找进入游戏图
FindPic 0, 0, 720, 1280, "Attachment:6.png", "000000", 0, 0.6, intX, intY
If intX > -1 Then
Delay 500
Tap 220, 799//找到就点击
Else //没找到就下一步
End If
//找过场开始图
FindPic 0, 0, 720, 1280, "Attachment:7.png", "000000", 0, 0.6, intX, intY
If intX = -1 Then
Delay 500
goto g //没找到就再来一轮
Else //找到就下一步
End If