|
atom0s Moderator
Reputation: 204 Joined: 25 Jan 2006 Posts: 8581 Location: 127.0.0.1
|
Posted: Fri Aug 13, 2010 11:55 am Post subject: |
|
|
Written in .NET and not obfuscated or secured so not going to bother writing the gen to do it. Info needed from app to keygen it though:
Code: | if (this.serial.Text == this.TextBox1.Text)
{
Interaction.MsgBox("Thanks for registering, " + this.user.Text + "!", MsgBoxStyle.OkOnly, "Registered!!!");
}
|
Code: | string str = string.Empty;
ManagementObjectCollection instances = new ManagementClass("win32_processor").GetInstances();
foreach (ManagementObject obj2 in instances)
{
if (str == "")
{
str = obj2.Properties["processorID"].Value.ToString();
break;
}
}
this.hwidtext.Text = str; |
Code: | private void user_TextChanged(object sender, EventArgs e)
{
this.sol.Text = Conversions.ToString((int) (((this.user.TextLength + 0x4851) + Screen.PrimaryScreen.Bounds.Width) + (Screen.PrimaryScreen.Bounds.Height * this.hwidtext.TextLength)));
this.TextBox1.Text = this.sol.Text + "-" + this.hwidtext.Text + "-GBM";
}
|
Just follow the conversion based on the input from user_TextChanged and done. _________________ - Retired.
|
|
Back to top |
|
 |
Post reviews: 2 |
|
|
Author |
Review |
Review:  Post reference:  |
Posted: Fri Aug 13, 2010 12:11 pm |
|
|
For solving
|
|
Back to top |
|
 |
Review:  Post reference:  |
Posted: Wed Mar 31, 2021 7:24 am |
|
|
Thanks..
|
|
Back to top |
|
 |
|