
@MLG_Crew
this link is locko 1.0 old version:
my locking program my first scripting or lua if you want to say here are the downloads if you are lazy
Pastebin: http://pastebin.com/BqZm8YXb
Mediafire: http://www.mediafire...bl7i6f40jg87eqh
first do edit startup (For manual users only)
and type these in
while true do
term.clear()
term.setCursorPos(1, 1)
print ("-----------------------------------------")
print ("------- You are Running Locko 1.2 -------")
print ("-----------------------------------------")
print ("---------------- Please -----------------")
print ("--------------- Subcribe ----------------")
print ("------------------ To -------------------")
print ("------------------ My -------------------")
print ("---------------- Youtube ----------------")
print ("------------- MLGgameplayer -------------") [color=#008000]--You can edit this but it will make me happy if you didn't and give me some credit![/color]
print ("-----------------------------------------")
textutils.slowPrint("Made by MLGgameplayer",10 [color=#008000]--You can change 10 to any ticks you like and my name anything but it makes me happy if you didn't :D/>/>[/color]
sleep(3)
print ("Loading please wait")textutils.slowPrint("!!!!!!!!",10)textutils.slowPrint("!!!!!!!!",10) [color=#008000]--You can change this if you like[/color]
sleep(2)
print ("Welcome Please Enter Your Password: ")
input = read ("*")
if input == "cheese" then [color=#008000]-- You can change cheese to any password to anything you like![/color]
sleep(1)
print ("Welcome Master MLG please Enter you have 5 seconds to enter") --[color=#008000] You can change this also[/color]
redstone.setOutput("right", true)
sleep(1)
print ("5")
sleep(1)
print ("4")
sleep(1)
print ("3")
sleep(1)
print ("2")
sleep(1)
print ("1")
sleep(2)
textutils.slowPrint("Closing Door...",10)
sleep(2)
redstone.setOutput("right", false)
os.shutdown ()
else
sleep(1)
print ("Incorrect Password! \nRebooting...")
sleep(2)
os.reboot ()
end
end
hoped you liked it spend some time doing this!

Edited by MLGgameplayer, 01 December 2012 - 07:53 PM.











