Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.pullEvent = os.pullEvent.Raw
- while true do
- input = read("*")
- if input == "password" then
- redstone.setAnalogOutput("back",15)
- sleep(1)
- redstone.setAnalogOutput("back",0)
- term.clear
- end
- if input == "debug" then
- break
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement