Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: os.pullEvent = os.pullEventRaw local side = "buttom" local password = "barbonazzo08" while true do term.clear() term.setCursorPos(1,1) write("Password: ") local input = read("*") if input == password then term.clear() term.setCursorPos(1,1) print("Password corretta") rs.setOutput(side,true) sleep(5) rs.setOutp Source: http://pastebin.com/raw.php?i=ttzm0fKW
↧