Table of Contents
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 #
snooping.sc #
sub main()
a:
UO.Press(123)
wait(10000)
goto a
end sub
snooping 2.sc #
sub Main()
La:
UO.Exec("waittargetlast");
UO.Exec("waittargetobject thief gloves");
UO.useskill("Arms Lore");
wait(10500);
GOTO La
end sub