Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: local side = "right" local password = "horst" local opentime = 4 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("Passwort akzeptiert!") rs.setOu Source: http://pastebin.com/raw.php?i=ZbJUmGet
↧