while not terminated do
begin
UpdateWorld;
if not Self.MagicShield then
begin
Self.Say('Utamo Vita');
Sleep(2000);
end;
sleep(100);
end;
Auto Utamo Vita ao acabar
Marcadores:
Scripts TibiaBot NG
Assinar:
Postar comentários (Atom)
while not terminated do
begin
UpdateWorld;
if not Self.MagicShield then
begin
Self.Say('Utamo Vita');
Sleep(2000);
end;
sleep(100);
end;
0 comments
Postar um comentário