Advertisement
Phlimy

Untitled

Aug 5th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print("Password:")
  2. pass = read()
  3. if pass == "Uracomputer" then
  4. print("Correct...Hi Phlimy")
  5. redstone.setOutput("bottom", true)
  6. sleep(10)
  7. redstone.setOutput("bottom", false)
  8. os.shutdown()
  9. else
  10. print("Incorrect...Get out!")
  11. sleep(2)
  12. os.shutdown()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement