Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': local side = "left" local password = "02876956" local opentime = 2 while true do term.clear() term.setCursorPos(1,1) write("Passwort: ") local input = read("*") if input == password then term.clear() term.setCursorPos(1,1) print("Die Tür ist nun offen.") rs.setOutput(side,true) Source: http://pastebin.com/raw.php?i=6MLq82gz
↧