Jump to content
Tuts 4 You

[keygenme] dot net keygen me


mdj

Recommended Posts

Teddy Rogers

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

CodeExplorer

I'm not a specialist on keygenning ;):P

From what I saw it can be doned ...

some hashes and some matrix.

  • Like 1
Link to comment
Share on other sites

I'm not a specialist on keygenning ;):P

From what I saw it can be doned ...

some hashes and some matrix.

Plus some retarded encapsulation of data into a password protected ZIP.

Would have made more sense if the person just used zlib or even LZMA.

Having your company classes also in? Even less nice.

Edited by mudlord
  • Like 1
Link to comment
Share on other sites

bro need License key not license file from keygen for validate in my keygenme

and also your License file have wrong combination

regards

ok dear mdj, i'll make a keygen for license key

Link to comment
Share on other sites

:unsure: no one can do it !

no bro, my will generate a license file for your keygenme

and it works perfect on my machine

Link to comment
Share on other sites

  • 2 weeks later...

i am surprise no one can do it

Or maybe no one wants to do it. :P

05kzsp1l5ao6piw7rsz.png

I, for one, don't like solving KGMs with unhandled exceptions.

Edited by Saduff
Link to comment
Share on other sites

  • 2 weeks later...

1) the code important is :

public LicenseUpdation()

{

List<WeakReference> list = __ENCList;

lock (list)

{

__ENCList.Add(new WeakReference(this));

}

this.InitializeComponent();

}

private void Button1_Click(object sender, EventArgs e)

{

this._IsRequired = this.flag1;

if (this.TextBox1.Text.Trim().Length < 10)

{

MessageBox.Show("CD Key is not valid", "", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);

}

else

{

this.Cursor = Cursors.WaitCursor;

this.TextBox2.Text = HardwareInfo.GetHash(HardwareInfo.GetUniqueKey());

this.Cursor = Cursors.Default;

}

}

private void Button2_Click(object sender, EventArgs e)

{

MST_Settings settings = new MST_Settings(this.TextBox1.Text.Trim(), this.TextBox2.Text.Trim(), this.TextBox3.Text.Trim());

if (!settings.GenerateCDKey())

{

MessageBox.Show("LicenseKey is not valid.", "Invalid Key", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);

}

else

{

string contents = string.Empty + this.TextBox1.Text.Trim() + "\r\n" + this.TextBox2.Text.Trim() + "\r\n" + this.TextBox3.Text.Trim() + "\r\n" + HardwareInfo.GetUniqueKey();

File.WriteAllText("License.txt", contents);

string fileName = "License.txt";

try

{

if (File.Exists("License"))

{

File.Delete("License");

}

using (ZipFile file = new ZipFile("License"))

{

file.Password = "9D^8p6K*3x0Y@7Z!1";

file.AddFile(fileName, "");

file.Save();

}

File.Delete(fileName);

}

catch (Exception exception1)

{

ProjectData.SetProjectError(exception1);

Exception exception = exception1;

this.Cursor = Cursors.Default;

if (File.Exists(fileName))

{

File.Delete(fileName);

}

MessageBox.Show(exception.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand);

base.DialogResult = DialogResult.Cancel;

base.Close();

ProjectData.ClearProjectError();

}

if (File.Exists(fileName))

{

File.Delete(fileName);

}

this.Cursor = Cursors.Default;

MessageBox.Show("Your License Key is updated.", "License Version", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);

base.DialogResult = DialogResult.OK;

base.Close();

}

}

conclusion: CD key in long as 10 values , this not show problem..do a big remplace way the program..nice implementation

the problem is the second..there the spaces of enter not are used good..the "\r\n", only must edit and add more space in that...as was do in post 4

for solucion-> keygen i was liked the post #4 , but maybe put number of CD Key must be >10!!!

and post..only need check the licence and unzip as any zip with pass "9D^8p6K*3x0Y@7Z!1"

IF REALLY wana check the info inside that

.

BR , Apuromafo

Edited by Apuromafo
  • Like 2
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...