Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("top")
- Username = "Christian30"
- Password = "4560"
- Debug = "giaig"
- rednet.open("left")
- PcPorta = redstone.getInput("right")
- local pos = 1
- local pos1 = 1
- mon.clear()
- mon.setTextScale(1)
- mon.setTextColor(colors.blue)
- mon.clear()
- mon.setCursorPos(pos,15)
- mon.write("Pannello di controllo")
- mon.setTextScale(1)
- mon.setTextColor(colors.cyan)
- mon.setCursorPos(pos1,4)
- mon.write("Porta entrata casa: ")
- mon.setTextScale(3)
- mon.setTextColor(colors.blue)
- mon.setCursorPos(1,6)
- mon.write("Computer: AUTENTICARSI")
- term.clear()
- term.setCursonPos(2.2)
- print("Buncker di Christian30, autenticarsi prego")
- term.setCursonPos(1,4)
- write("Username: ")
- user = read()
- write("Password: ")
- pwd = read("x")
- Robot = true
- while Robot do
- if Username == user and Password == pwd then
- term.setCursonPos(2,7)
- term.setTextColor(colors.green)
- write("ACCESSO RIUSCITO")
- mon = peripheral.wrap("top")
- mon.clear()
- mon.setTextScale(3)
- mon.setTextColor(colors.green)
- mon.clear()
- mon.setCursorPos(1,6)
- mon.write("Computer: Accesso Riuscito")
- rs.setOutput("right", true)
- os.sleep(4)
- rs.setOutput("right", false)
- os.reboot()
- elseif Username == user and Debug == pwd then
- term.setCursonPos(2,7)
- term.setTextColor(colors.cyan)
- write("MODALITA' DEBUG ATTIVATA")
- mon = peripheral.wrap("top")
- mon.clear()
- mon.setTextScale(3)
- mon.setTextColor(colors.cyan)
- mon.clear()
- mon.setCursorPos(1,6)
- mon.write("Computer: Debug")
- term.clear()
- os.sleep(2)
- term.setCursonPos(1,1)
- Robot = false
- else
- term.setCursonPos(2,7)
- term.setTextColor(colors.red)
- write("Username o Password errati, riprovare prego")
- mon = peripheral.wrap("top")
- mon.clear()
- mon.setTextScale(3)
- mon.setTextColor(colors.red)
- mon.clear()
- mon.setCursorPos(1,6)
- mon.write("Computer: Errore riprovare")
- os.sleep(3)
- os.reboot()
- end
- end
- if PcPorta == true then
- mon.setTextScale(1)
- mon.setTextColor(colors.green)
- mon.setCursorPos(10,4)
- mon.write("ON")
- elseif PcPorta == false then
- monsetTextScale(1)
- mon.setTextColor(colors.red)
- mon.setCursorPos(10,4)
- mon.write("OFF")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement