if ( *(_DWORD *)Arglist == 6571965 )
{
//...
sub_401020("Bravo, tu as reussi ! Tu es digne de faire partie de la communaute Monologix !\n\n");
} |
==> |
a 1337 cr4ckm3 ;-) |
==> |
Login: 8103535
if (this.bunifuTextBox1.Text == "8103535")
{
this.Lol();
int num = (int) MessageBox.Show("Lel..");
}
xD |
==> |
using System;
using System.Text;
namespace Solution
{
class Program
{
static void Main()
{
char[] chars = new char[12];
chars[0] = (char)86;
chars[1] = (char)68;
chars[2] = (char)104;
chars[3] = (char)111;
chars[4] = (char)79;
chars[5] = (char)84;
chars[6] = (char)74;
chars[7] = (char)106;
chars[8] = (char)101;
chars[9] = (char)72;
chars[10] = (char)69;
chars[11] = (char)61;
string pass = new string(chars);
Console.WriteLine("Password: {0}", Encoding.UTF8.GetString(Convert.FromBase64String(pass)));
Console.ReadKey(true);
}
}
} |
==> |