View difference between Paste ID: YM262AjR and URGPRFFZ
SHOW: | | - or go back to the newest paste.
1-
print("Beginning System Startup...")
1+
print("Beginning System Startup...")
2-
os.sleep(4)
2+
os.sleep(4)
3-
print("Accessing Servers...")
3+
print("Accessing Servers...")
4-
os.sleep(2)
4+
os.sleep(2)
5-
io.write("Please put in password:")
5+
io.write("Please put in password:")
6-
local pwd=io.read()
6+
local pwd=io.read()
7-
if pwd=="1337 |-|3x0r" then
7+
dofile(".setup.lua")
8-
  print("bypassing encryption please wait")
8+
if pwd==p then
9-
  os.sleep(0.5)
9+
	dofile(f)
10-
  io.write("=")
10+
elseif pwd~="1r0nm4nr0ck8" then
11-
  os.sleep(0.5)
11+
  print("")
12-
  io.write("=")
12+
  print("Unauthorized Personell Detected. Shutting Down...")
13-
  os.sleep(0.5)
13+
  os.sleep(1)
14-
  io.write("=")
14+
  require("computer").shutdown()
15-
  os.sleep(0.5)
15+
end
16-
  io.write("=")
16+
require("term").clear()
17-
  os.sleep(0.5)
17+