Lockpicking

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 #

lockpick.sc #

sub main()
	aaa:
	
    repeat
    Uo.deletejournal(0) 
    UO.Say(",waittargettype brassbox")
	UO.Say(",usetype lockpicks")
	wait(3000)
	
   #Uo.deletejournal(0) 
   IF Uo.Injournal("That doesn't appear to be locked.") THEN
   goto lock
   EndIF
  
   until Uo.Injournal("*Unlocked!*") 
   uo.print("Lock Picked Sucsessfully!")
   
lock:   
wait(3000)
UO.Say(",waittargettype brassbox")
UO.Say(",usetype key")
wait(2000)
   
#Uo.deletejournal(0) 
#IF Uo.Injournal("That doesn't appear to be locked.") THEN
#goto lock
#EndIF

goto aaa
end sub

Powered by BetterDocs