Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.pullEvent = os.pullEventRaw
- while true do
- term.clear()
- term.setCursorPos(1, 1)
- print("Erwd2")
- input = read("*")
- if input == "2006" then
- print("Access granted")
- sleep(3)
- exit()
- else
- print("Access denied")
- sleep(3)
- os.shutdown()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment