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 #

hide.sc #

sub main()
  aaa:	
  UO.say("wtf")
  		UO.Exec("useskill 'Hiding'")
  				wait(10000)
 goto aaa
end sub

hide 2.sc #

sub main() 
a:
   uo.useskill("Hiding")
   uo.say("wow this is crazzzzzyyyyy!!!! irl asap kthxbai irl asap thx")
   wait(10000)
   goto a
end sub

Hiding.sc #

sub main()
   Repeat
      UO.UseSkill("Hiding")
      Wait(10000)
   Until FALSE
end sub

Powered by BetterDocs