Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: local password = "supervox" term.clear() term.setCursorPos(1,1) term.write("Enter Password: ") local input = read() if input == password then print("Access Granted") rs.setOutput("left",true) sleep(5) rs.setOutput("left",false) os.reboot() else print("Access Denied") Source: http://pastebin.com/raw.php?i=V37CtrqN
↧