Advertisement
Guest User

boppr

a guest
Feb 25th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. vs = "[BOS 1.2]"
  2. os.pullEvent = os.pullEventRaw
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. print(vs)
  6. term.setCursorPos(16,8)
  7. print("====Password====")
  8. term.setCursorPos(19,9)
  9. write(">")
  10. input = read("*")
  11. if input == "bopdjx" then
  12.  term.clear()
  13.  term.setCursorPos(1,1)
  14.  print(vs)
  15.  print(" ")
  16.  print("Successfully Logged In")
  17.  sleep(2)
  18.  else
  19.  term.clear()
  20.  term.setCursorPos(1,1)
  21.  print(vs)
  22.  print(" ")
  23.  print("Incorrect Password")
  24.  sleep(2)
  25.  os.reboot()
  26.  end
  27. shell.run("bos")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement