-::
Click down
if IsLabel(MyLabe9)
Goto %MyLabe9%
MyLabe9:
{
ImageSearch, xp, yp, 250, 150, 800, 950, *50 riba.png
Sleep 200
If xp > 0
Goto MyLabe7
Else
IsLabel(MyLabe8)
Goto %MyLabe8%
}
MyLabe8:
{
ImageSearch, xp, yp, 1000, 150, 1850, 950, *50 riba.png
Sleep 200
If xp > 0
Goto MyLabe6
Else
IsLabel(MyLabe9)
Goto %MyLabe9%
}
MyLabe7:
Send, {d Down}
Loop,
{
PixelGetColor, color, 1880, 989
Sleep 500
If (color = 0x8F611B)
Send, {d up}
IsLabel(MyLabe5)
Goto %MyLabe5%
Break
}
MyLabe6:
Send, {a Down}
Loop,
{
PixelGetColor, color, 1880, 989
Sleep 500
If (color = 0x8F611B)
Send, {a up}
IsLabel(MyLabe5)
Goto %MyLabe5%
Break
}
MyLabe5:
Send e
IsLabel(MyLabe9)
Goto %MyLabe9%
F10::ExitApp
F12::Suspend, Toggle