Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

помагит переделать скрипт inj v steals

тут можно задать вопрос по скриптингу
Post Reply
k0ss
Posts: 2
Joined: 13.01.2010 14:58

помагит переделать скрипт inj v steals

Post by k0ss »

sub hd()
repeat
while not UO.Hidden()
UO.Warmode("0")
UO.UseSkill("Hiding")
wait(1000)
wend
until false
end sub
randomnoob
Neophyte
Neophyte
Posts: 30
Joined: 10.04.2008 22:26

Post by randomnoob »

Code: Select all

program hide;
begin
repeat
while not hidden do
begin
SetWarMode(false);
UseSkill('Hiding');
wait(1000); 
end;
until false;
end.
Post Reply