Jump to content
Tuts 4 You

[crackme] crackme c#


Recommended Posts

Posted

Hi,

can't download your file.Get always this message.

"Sorry, you don't have permission for that!"

Seems to be something wrong....

greetz

Posted

realy sorry now fixed


 


 


:doh:  :doh:  :doh:


Posted

No problem. :)

PS: So your target is a NetFrameWork one!So better you say too next time. :(

greetz

  • Like 1
Posted

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]

Hadits follower
Posted
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");
   }
}

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