Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.pullEvent = os.pullEventRaw
- password = "PASSWORDHERE"
- print"Enter your password"
- print"User: USERNAMEHERE"
- write"Password: "
- input = read("*")
- if input == password then
- print"Connecting to server room"
- sleep(2)
- print"Connected!"
- print"Downloading user data"
- textutils.slowPrint"Downloading..."
- print"Downloaded USERNAMEHERE user data"
- sleep(2)
- term.clear()
- term.setCursorPos(1,1)
- print"Hello USERNAMEHERE"
- print" "
- print"Welcome to your office computer"
- print" "
- print"Type 'info' to see what amazing commands you get on staff computers"
- print" "
- print"USERNAMEHERE have a good day!"
- else
- print" "
- print"Login incorrect"
- print"Shutting down system"
- os.shutdown()
- end
Advertisement
Add Comment
Please, Sign In to add comment