Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.pullEvent = os.pullEventRaw
- -- Place a hidden disk with shell.run("startup") on it's startup file for maximum security!!
- term.clear()
- term.setCursorPos(1,1)
- print"Hydro Security 2.0.5"
- print"Username:[]" -- Enter your desired Username here
- write"Password"
- input = read("*")
- if input == "password" then -- Replace password with your desired password
- term.clear()
- term.setCursorPos(20,10)
- textutils.slowPrint("Welcome...")
- sleep(1)
- term.clear()
- term.setCursorPos(1,1)
- print"CraftOS 1.5" -- Replace CraftOS 1.5 with the OS name that your using or Replace the print command with shell.run("[Your OS]")
- else
- term.clear()
- term.setCursorPos(17,10)
- textutils.slowPrint("Incorrect Password")
- sleep(2)
- shell.run("startup")
- end
Advertisement
Add Comment
Please, Sign In to add comment