Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- password = "zxcvbnm"
- print"Holcombeshost OS 0.01"
- textutils.slowPrint("Booting into secure password lock system 0.01")
- textutiles.slowPrint("[************************************************]")
- print"Booted into Holcombeshost secure password lock"
- sleep(3)
- input = read("*")
- write"Password: "
- if input == password then
- textutils.slowPrint("Verifying password...")
- textutils.slowPrint("Password was correct")
- print"You now have access thru the door for 3 secconds"
- rs.setOutput("bottom",true)
- sleep(3)
- rs.setOutput("bottom",false)
- os.shutdown()
- else
- textutils.slowPrint("Veriying password...")
- textutils.slowPrint("Password was incorrect")
- print"System will now log time, date and user"
- textutils.slowPrint("[*************************************************]")
- print"Logged"
- print"System will now shutdown"
- sleep(3)
- os.shutdown()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement