Jump to content
Tuts 4 You

[unpackme] Confuser Mod


Guest 2cool4u

Recommended Posts

Hadits follower

 

// Chintu_s_CrackME.Form1

private void method_0(object object_0)

{

   this.textBox_0.Enabled = false;

   string[] array = new string[]

   {

       "oh wait, I was lying.. you're not a l33t cracker! :P",

       "need to work harder!",

       "YOU CAN'T DO IT!",

       "You're annoying me now!",

       "I'll just shut myself now, can't stand more failure!"

   };

   string text = Convert.ToString(object_0);

   if (text.Length > 0)

   {

       if (text.Contains("#"))

       {

           string text2 = text.Split("#".ToCharArray())[0];

           string text3 = text.Split("#".ToCharArray())[1];

           if (text2.Length == text3.Length)

           {

               byte[] array2 = new byte[text2.Length];

               this.textBox_0.Text = "You did it! Now go buy me a beer!";

               Thread.Sleep(2000);

               for (int i = 0; i < text2.Length; i++)

               {

                   this.method_1(ref array2, text2, i);

                   if (!this.method_2((int)array2, (int)text3))

                   {

                       this.int_0++;

                       this.textBox_0.Text = array[this.int_0];

                       if (this.int_0 == 4)

                       {

                           Thread.Sleep(3000);

                           Application.Exit();

                       }

                       this.textBox_0.Enabled = true;

                       return;

                   }

               }

               TextBox expr_112 = this.textBox_0;

               expr_112.Text += " SERIOUSLY!";

           }

           else

           {

               MessageBox.Show("Grr.. invalid input agian!", "", MessageBoxButtons.OK, MessageBoxIcon.Hand);

           }

       }

       else

       {

           MessageBox.Show("Grr.. invalid input!", "", MessageBoxButtons.OK, MessageBoxIcon.Hand);

       }

   }

   else

   {

       MessageBox.Show("Guess what..THAT box.. is EMPTY!", "", MessageBoxButtons.OK, MessageBoxIcon.Hand);

   }

   this.textBox_0.Enabled = true;

}

 

pass

#

Chintu's Unpacked.7z

Edited by Death
  • Like 1
Link to comment
Share on other sites

What part of Confuser did you modify? Seems like you just used an older version.


 


Confuser v1.6 (r60787-r70489)


Edited by 0xd4d
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...