Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local password = "right"
  2. print ("Enter Password")
  3. local input = read("*")
  4. if input == password then
  5. redstone.setOutput(right, true)
  6. print("Pump activated")
  7. else
  8. print("Password is incorrect. Access denied.")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement