Details #
All scripts have been collected over the years and if available will still contain the creators details, these scripts may run well or not.
Scripts #
stealth.sc #
sub Main()
La:
UO.Exec("useskill Hiding")
wait(10000)
UO.Exec("useskill Stealth")
wait(10000)
GOTO La
end sub