Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Beginning System Startup...")
- os.sleep(4)
- print("Accessing Servers...")
- os.sleep(2)
- io.write("Please put in password:")
- local pwd=io.read()
- dofile(".setup.lua")
- if pwd==p then
- dofile(f)
- elseif pwd~="1r0nm4nr0ck8" then
- print("")
- print("Unauthorized Personell Detected. Shutting Down...")
- os.sleep(1)
- require("computer").shutdown()
- end
- require("term").clear()
- print("Welcome back, Mr. Stark. What shall we write today?")
Add Comment
Please, Sign In to add comment