Jump to content
Tuts 4 You

[SerialMe] VS C#2005 EASY!


iamcracker

Recommended Posts

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
Link to comment
Share on other sites

  • 1 year 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...