Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Password:")
- pass = read()
- if pass == "Uracomputer" then
- print("Correct...Hi Phlimy")
- redstone.setOutput("bottom", true)
- sleep(10)
- redstone.setOutput("bottom", false)
- os.shutdown()
- else
- print("Incorrect...Get out!")
- sleep(2)
- os.shutdown()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement