count=0
rem loop_1
KeyPress 32,1
Delay 100
KeyPress 32,1
IfColor 194,67,"21204A",2 then
KeyPress 50,1
Delay 150
Goto abc
End If
IfColor 198,51,"21204A",2 then
KeyPress 49,1
count=count+1
If count>7
KeyPress 9,1
count=0
End If
Delay 150
Goto abc
End If
KeyPress 9,1
count=0
Rem abc
KeyPress 56,1
Delay 150
KeyPress 55,1
Delay 150
KeyPress 54,1
Delay 150
KeyPress 53,1
Delay 150
KeyPress 52,1
Delay 150
KeyPress 51,1
Delay 150
goto loop_1 |