Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: local password = "bluemorningsunrise" 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") break else print("Access Deni Source: http://pastebin.com/raw.php?i=0ggmM3f2
↧