sub hd()
repeat
while not UO.Hidden()
UO.Warmode("0")
UO.UseSkill("Hiding")
wait(1000)
wend
until false
end sub
Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
помагит переделать скрипт inj v steals
-
- Neophyte
- Posts: 30
- Joined: 10.04.2008 22:26
Code: Select all
program hide;
begin
repeat
while not hidden do
begin
SetWarMode(false);
UseSkill('Hiding');
wait(1000);
end;
until false;
end.