Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- term.clear()
- term.setCursorPos(1, 1)
- print("Please Enter Password To Get Across:")
- input = read("*")
- if input == "password" then
- shell.run("redpulse", "3", "left")
- sleep(5)
- shell.run("redpulse", "3", "right",
- else
- print("INCORRECT PASSWORD!!!")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment