Jump to content
Tuts 4 You

[SerialMe] VS C#2005 EASY!


Recommended Posts

Posted

You should find out the correct UserName and the RegCode.It's Very Easy for you .And It need .Net runtime

SuperSerialMe.rar

Posted (edited)

Too easy, I think :sweat:

It just uses a hard-coded username/serial

private void btnReg_Click(object sender, EventArgs e)

{

if ((this.tbUN.Text.CompareTo("pediy") == 0) && (this.tbRC.Text.CompareTo("wyart") == 0))

{

MessageBox.Show("Good! You Win the game! ");

}

else

{

MessageBox.Show("Error,Play Again.");

}

}

Edited by Hyperlisk
Posted

Have you just started learning .net? :huh:

  • 1 year later...
Posted

ha ha ,I love www.pediy.com ... but,this so easy... :teehee:

  • 2 weeks later...
NewEraCracker
Posted (edited)

Too easy. You didn't even obfuscated code :lol:

IL

nwevg5.png

C++

pir26d.png

Edited by NewEraCracker

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