Jump to content
Tuts 4 You

NETProtect.IO v2.0.0


learningit25

1 Screenshot

This unpackme was protected using NETProtect.IO using protection options shown in the screenshot.

Nice to meet guys in forum.

mstsc_uQoTlhqPYO.png

Original Source Code :

        private void button1_Click(object sender, EventArgs e)
        {
            if (textBox1.Text != "Thanky0u!Myfr!3nd")
            {
                MessageBox.Show("Wrong answer - Please try again");
            }
            else 
            {
                MessageBox.Show("Thank you, my friend !");
            }
        }
  • Like 1

User Feedback

Recommended Comments

There are no comments to display.

×
×
  • Create New...