Advertisement
ZeroCool5254

Base Security OS v1.6 no help

Aug 21st, 2016
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.85 KB | None | 0 0
  1. while true do
  2.     os.pullEvent = os.pullEventRaw
  3.     term.clear()
  4.     term.setCursorPos(1, 1)
  5. print("Welcome to FA Base") --Rename this to whatever you want
  6. term.setCursorPos(1, 3)
  7. sleep(1)
  8. print("Please Enter Password")
  9. input = read("*")
  10.  
  11. if input == "Password" then
  12.     print("Correct Password") --Replace "password" with any password you want
  13.     rs.setBundledOutput ("top", colors.white)
  14.     sleep(3)
  15.     rs.setBundledOutput ("top",rs.getBundledOutput ("top")-colors.white)
  16.     end
  17.  
  18. if input == "Root" then --This is the command to stop the software. Replace it with a strong password.
  19.     print("Closing Software")
  20.     sleep(1)
  21.     term.clear()
  22.     term.setCursorPos(1, 1)
  23.     sleep(2)
  24.     return
  25.     end
  26. end
  27.  
  28. -- Written by ZeroCool5254
  29. -- This piece of code is unbeatable, but if they get your admin code you are done for.
  30. -- Check my Code with help: http://pastebin.com/x4QrsKQK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement