Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: password = "notpassword" debug_char = "0" term.clear() function mainLoop() while(true) do event, driveSide = os.pullEventRaw() if(event=="disk" and driveSide) then path = disk.getMountPath(driveSide) if(path) then path = path.."/access" file = fs.exists(path) and io Source: http://pastebin.com/raw.php?i=XzQwVVrP
↧