Posted 19 January 2013 - 08:50 AM
This is a simple passcode door lock:
Download the files here if you want to use the method above^^^^^^^:
http://www.mediafire.com/?gg9uzq3h01rccbf
- The original password is poop
- To install download it, go into your world file, into computer, into disk, find the number of the disk you are using and drag all the files into the disk file, done
- This ^^^ can be done ingame
pullEvent =os.pullEventRaw
term.clear()
print("Password:")
password = read("*")
pass = "password"
if password == (pass) then
print("Welcome User")
sleep(2)
print("Have A Nice Day")
sleep(1)
else
print("Wrong Password")
sleep(2)
os.reboot()
end
Download the files here if you want to use the method above^^^^^^^:
http://www.mediafire.com/?gg9uzq3h01rccbf