Z
zerakl
Guest
##Injection - AutoHeal - bandage
sub main()
while not UO.Dead()
while UO.Life == UO.STR
wait (2000)
wend
while UO.Life < UO.STR
UO.Exec("bandageself")
wait (4200)
wend
wend
end sub
sub main()
while not UO.Dead()
while UO.Life == UO.STR
wait (2000)
wend
while UO.Life < UO.STR
UO.Exec("bandageself")
wait (4200)
wend
wend
end sub
Последнее редактирование модератором: