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