Jump to content
Tuts 4 You

[crackme] crackme visual basic net


Dreamer

Recommended Posts

The [crackme] tag has been added to your topic title.

Please remember to follow and adhere to the topic title format - thankyou!

[This is an automated reply]

Link to comment
Share on other sites

Keygen check method:

         private void method_0(object sender, EventArgs e)
        {
            if (Operators.CompareString(this.vmethod_3().Text, "shockwawe" + this.vmethod_5().Text, false) == 0 == Conversions.ToBoolean("12345"))
            {
                MessageBox.Show("good");
            }
            else
            {
                MessageBox.Show("wrong");
            }
        }

 

And the working answer:

Text1: shockwawe

Text2: (Leave this one blank.)

 

Looking at how it compares, there is basically an unlimited number of solutions. As long as the first box contains the first string I mentioned above, anything you add afterward just needs to also be added to the 2nd box such as:

 

Text1: shockwawe1256352!#%$#^%^twegsfbgfyjr

Text2: 1256352!#%$#^%^twegsfbgfyjr

  • Like 1
Link to comment
Share on other sites

great my friend thank you but  i need unpacked net reactor not reversing  and thank you for this tip about vb i am just start to learn vb and c#


Edited by shockwawe
Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 2 weeks later...

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...