Advertisement
Guest User

adw

a guest
Oct 25th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local cpass = "bohlz"
  2. write("Please Insert Password: ")
  3. local pass = read()
  4. if pass == cpass then
  5. write("Thankyou Mr. Bohlz")
  6. redstone.setOutput("bottom", true)
  7. sleep(3)
  8. os.shutdown()
  9. else
  10. write("Get Lost You Filthy Animal!")
  11. sleep(1)
  12. os.shutdown()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement