Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: local password = "wednesday" write("password: ") local attempt = read("*") if attempt == password then write("entry granted") redstone.setOutput("right", true) sleep(10) redstone.setOutput("right", false) os.shutdown() end write("entry denied") write("computer room Source: http://pastebin.com/raw.php?i=J6hAEvrp
↧