在 2002-03-08 12:23, winter 寫了:
time:
if pos2<30
pos2=pos2+1
end if
if pos2>=30
repeat 2
sendkey(9)//沒說是要設那種熱鍵
delay(500)
end repeat
sendmraco(3)//沒說是要設那種熱鍵
end if
if hits<100
pos2=0
if hits<pos1
jump heath
end if
end if
jump time
time:
if pos2<30
pos2=pos2+1
end if
if pos2>=30
repeat 2
sendkey(9)
delay(500)
end repeat
sendmraco(3)
end if
if hits<100
pos2=0
if hits<pos1
jump heath
end if
end if
jump time