Jump to content
Tuts 4 You

[keygenme] dot.net keygen me


drcrack2010

Recommended Posts

The [keygenme] 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]

Link to comment
Share on other sites

Beings that this is entire unprotected you can just dump the current exe and make a keygen from the keygenme itself.


Change the button1 click event to:


 



private void Button1Click(object sender, EventArgs e)
{
string text = this.textBox1.Text;
string s = this.a(string.Concat(new string[]
{
text,
"CPU >> ",
MainForm.cpuId(),
"\nBIOS >> ",
MainForm.biosId(),
"\nBASE >> ",
MainForm.baseId()
})); this.textBox2.Text = MainForm.GetHash(s);
}

 


 


Edited by atom0s
Link to comment
Share on other sites

Beings that this is entire unprotected you can just dump the current exe and make a keygen from the keygenme itself.

Change the button1 click event to:

 

private void Button1Click(object sender, EventArgs e)

{

string text = this.textBox1.Text;

string s = this.a(string.Concat(new string[]

{

text,

"CPU >> ",

MainForm.cpuId(),

"\nBIOS >> ",

MainForm.biosId(),

"\nBASE >> ",

MainForm.baseId()

}));

this.textBox2.Text = MainForm.GetHash(s);

}

ok well any another way?with tut

Link to comment
Share on other sites

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