Advertisement
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()
- if pwd=="1337 |-|3x0r" then
- print("bypassing encryption please wait")
- os.sleep(0.5)
- io.write("=")
- os.sleep(0.5)
- io.write("=")
- os.sleep(0.5)
- io.write("=")
- os.sleep(0.5)
- io.write("=")
- os.sleep(0.5)
- io.write("=")
- print("")
- os.sleep(1)
- print("im in")
- os.sleep(0,5)
- print("g37 p0wnd")
- os.sleep(1)
- 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?")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement