Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- term.clear()
- term.setCursorPos(1, 1)
- print("Enter Password:")
- input = read("*")
- if input == "password" then
- redstone.setOutput("right", true)
- sleep(2)
- redstone.setOutput("right", false)
- end
- end
Add Comment
Please, Sign In to add comment