Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- left = 1
- right = 2
- password = "off"
- while left<right do
- rs.setOutput("left", true)
- term.clear()
- term.setCursorPos(1,1)
- print("Password: ")
- a = read()
- if a == password then
- left = left + 2
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment