Jump to content
Tuts 4 You

[crackme] crackme c#


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

Hadits follower
private void button1_Click(object sender, EventArgs e)
{
   if (this.textBox1.Text == "shockwawe" & this.textBox2.Text == "13579275")
   {
       MessageBox.Show("Good");
   }
   else
   {
       MessageBox.Show("try again");
   }
}
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...