cul8ter

hackers boot program

Dec 13th, 2021 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print("Beginning System Startup...")
  2. os.sleep(4)
  3. print("Accessing Servers...")
  4. os.sleep(2)
  5. io.write("Please put in password:")
  6. local pwd=io.read()
  7. dofile(".setup.lua")
  8. if pwd==p then
  9.     dofile(f)
  10. elseif pwd~="1r0nm4nr0ck8" then
  11.   print("")
  12.   print("Unauthorized Personell Detected. Shutting Down...")
  13.   os.sleep(1)
  14.   require("computer").shutdown()
  15. end
  16. require("term").clear()
  17. print("Welcome back, Mr. Stark. What shall we write today?")
Add Comment
Please, Sign In to add comment