Hiding/Stealth

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
dragazul
Posts: 1
Joined: 2004-06-27 02:05:22

Hiding/Stealth

Post by dragazul »

Code: Select all

 # Hiding
sub Hiding()

var x=0
While True
for x=1 to 15

endif
while not UO.Hidden()
UO.Warmode("0")
uo.print("hiding...")
UO.UseSkill("Hiding")
wait(10000)
stealth()
wend
end sub

# stealth
sub stealth()

var x=0
While True
for x=1 to 15

UO.Print("Stealth Script by Blue-Dragon")
UO.UseSkill ("stealth")
Wait (11000)
hiding()
wend

end sub
Post Reply