Code:
sub Stealth()
var i=1
repeat
for i=1 to 8
if not uo.hidden() then
UO.DeleteJournal()
UO.UseSkill("Hiding")
Repeat
Wait(10)
Until UO.InJournal("You have hidden yourself well") or UO.InJournal("You can't seem to hide here.")
end if
uo.press(35)
wait(200)
next
for i=1 to 8
if not uo.hidden() then
UO.DeleteJournal()
UO.UseSkill("Hiding")
Repeat
Wait(10)
Until UO.InJournal("You have hidden yourself well") or UO.InJournal("You can't seem to hide here.")
end if
uo.press(33)
wait(200)
next
Wait(100)
until UO.Dead()
end sub
попробуй этот