EASY;
Console.Write("Enter Username-- ");
Console.ReadLine();
Console.Write("Enter Password-- ");
if (Console.ReadLine() == "0238274")
{
Console.WriteLine("Good Password");
HARD;
Console.WriteLine(" Wellcome to Hard CrackMe");
Console.Write("Enter Username -- ");
if (!(Console.ReadLine() != "Admin"))
{
break;
}
Console.WriteLine("\n Wrong Username ");
Console.Clear();
}
Console.Write("Enter Password -- ");
string a2 = Console.ReadLine();
string str = "Ja8j";
string str2 = "8nJQWs";
string str3 = "Koqi";
string str4 = "9s81j";
if (!(a2 == str2 + str3 + str4 + str)) |
==> |
Easy;
Console.Write("Enter Username-- ");
Console.ReadLine();
Console.Write("Enter Password-- ");
if (Console.ReadLine() == "0238274")
{
Console.WriteLine("Good Password");
Hard;
Console.WriteLine(" Wellcome to Hard CrackMe");
Console.Write("Enter Username -- ");
if (!(Console.ReadLine() != "Admin"))
{
break;
}
Console.WriteLine("\n Wrong Username ");
Console.Clear();
}
Console.Write("Enter Password -- ");
string a2 = Console.ReadLine();
string str = "Ja8j";
string str2 = "8nJQWs";
string str3 = "Koqi";
string str4 = "9s81j";
if (!(a2 == str2 + str3 + str4 + str)) |
==> |