Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- To Install Go Into A "ADVANCED COMPUTER" And Type In pastebin get 5mQ7xhP0 startup !
- shell.run("pastebin get XfzGYv0V cs")
- shell.run("pastebin get ZDLChHZU shell")
- shell.run("pastebin get Jme9hGui rb")
- term.clear()
- term.setCursorPos(15,1)
- print("Enabling NeoOS V1.0...")
- sleep(1)
- term.setCursorPos(19,6)
- print("--------------")
- sleep(1)
- term.setCursorPos(19,7)
- print("--------------")
- sleep(1)
- term.setCursorPos(19,8)
- print("NeoOS Enabled!")
- sleep(1)
- term.setCursorPos(19,9)
- print("--------------")
- sleep(1)
- term.setCursorPos(19,10)
- print("--------------")
- sleep(3)
- -- Stop Termination
- os.pullEvent = os.pullEventRaw
- -- Clear Screen
- term.clear()
- term.setCursorPos(20,8)
- -- Username
- username = "admin"
- -- Password
- password = "admin"
- -- Get User Info
- print("LOGIN")
- term.setCursorPos(11,9)
- write("Username: ")
- user = read()
- term.setCursorPos(11,10)
- write("Password: ")
- pass = read("*")
- -- Verify
- term.setCursorPos(14,11)
- textutils.slowPrint("Verifying...")
- if (user == username) then
- if (pass == pass) then
- term.setCursorPos(13,12)
- print("Logged In!")
- sleep(1)
- term.clear()
- term.setCursorPos(1,1)
- else
- term.setCursorPos(14,12)
- print("Wrong!")
- sleep(10)
- os.reboot()
- end
- else
- term.setCursorPos(14,12)
- print("Wrong!")
- sleep(10)
- os.reboot()
- end
- term.clear()
- term.setCursorPos(20,1)
- print("NeoOS")
- term.setCursorPos(1,2)
Advertisement
Add Comment
Please, Sign In to add comment