Posted 06 April 2015 - 09:15 AM
Whatever I try to do wont work to create a startup password I think what I put was:
term.clear()
term.setCursorPos(1, 1)
print("test")
write("Please enter the code: ")
input = read("*")
if input == "Test" then
term.clear()
write("Welcome back!")
sleep(2)
end
else
term.clear()
write("WRONG!")
How can I create a password for startup so people cannot edit also what's the code for Ctrl + T being pulled
term.clear()
term.setCursorPos(1, 1)
print("test")
write("Please enter the code: ")
input = read("*")
if input == "Test" then
term.clear()
write("Welcome back!")
sleep(2)
end
else
term.clear()
write("WRONG!")
How can I create a password for startup so people cannot edit also what's the code for Ctrl + T being pulled