Advertisement
Guest User

startup

a guest
Apr 18th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. print("What is the password?")
  2. password=read("*")
  3.  
  4. if password == "1rood" then
  5.   redstone.setOutput("left",true)
  6.   os.sleep(7)
  7. else
  8.   print("Incorrect")
  9.   os.sleep(3)
  10.   os.shutdown()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement