KeyPress "Tab", 1
IfColor 590,91,"7A50D",2 Then
    Rem 打怪
KeyPress "1", 1
        Delay 500
    KeyPress "2", 1
            Delay 500
    KeyPress "3", 1
    IfColor 460,92,"51CA8D",2 Then
        Goto 打怪
Else
    Goto 捡物
End If
Else
    Delay 500
Goto 找怪
End If
Rem 捡物
Delay 500
KeyPress "Z", 1
Delay 500
KeyPress "Z", 1
Delay 500
KeyPress "Z", 1
Delay 500
KeyPress "Z", 1
Rem 验证红
    Delay 500
IfColor 311,90,"E24E",2 Then
Goto 验证蓝
Else
        Delay 500
        KeyPress "8", 1
        Delay 1000
    Goto 验证红
End If
Rem 验证蓝
Delay 500
IfColor 310,104,"F3CF01",2 Then
    Goto 找怪
Else
    Delay 500
        KeyPress "9", 1
    Delay 1000
    Goto 验证蓝
End If