Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': dule1 Sub Main() Dim password As String = String.Empty Do password = InputBox("What is the password?", "Password Input", "Please Input the new password: ") password = password.ToUpper() Loop Until password = "SHAZAM" Console.ReadLine() End Sub End Module Source: http://pastebin.com/raw.php?i=f4P4MJKs
↧