Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: local side = "right" local password = "DSStaff" local opentime = 3 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("Access Granted! Door opened for 3 seconds.") rs.setOutput(side,tr Source: http://pastebin.com/raw.php?i=q7iJuHA0
↧