Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- os.pullEvent = os.pullEventRaw
- term.clear()
- term.setCursorPos(1, 1)
- print("Welcome to FA Base") --Rename this to whatever you want
- term.setCursorPos(1, 3)
- sleep(1)
- print("Please Enter Password")
- input = read("*")
- if input == "Password" then
- print("Correct Password") --Replace "password" with any password you want
- rs.setBundledOutput ("top", colors.white)
- sleep(3)
- rs.setBundledOutput ("top",rs.getBundledOutput ("top")-colors.white)
- end
- if input == "Root" then --This is the command to stop the software. Replace it with a strong password.
- print("Closing Software")
- sleep(1)
- term.clear()
- term.setCursorPos(1, 1)
- sleep(2)
- return
- end
- end
- -- Written by ZeroCool5254
- -- This piece of code is unbeatable, but if they get your admin code you are done for.
- -- Check my Code with help: http://pastebin.com/x4QrsKQK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement