Jump to content
Tuts 4 You

[keygenme] dot net keygen me


Recommended Posts

Teddy Rogers
Posted

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]

CodeExplorer
Posted

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

From what I saw it can be doned ...

some hashes and some matrix.

  • Like 1
Posted (edited)

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
Posted

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

Posted

:unsure: no one can do it !

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

and it works perfect on my machine

  • 2 weeks later...
Posted

i am surprise no one can do it

CodeExplorer
Posted

@mdj:

One of the reason for which almost nobody tries to solve this:

you are quite annoying.

  • Like 1
Posted (edited)

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
Posted

Same here, fix your **** first.

  • Like 1
Posted

Or maybe no one wants to do it. tongue.gif

05kzsp1l5ao6piw7rsz.png

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

Same here, fix your **** first.

this is not code mistake it's error ocker if u wright wrong key combination pls see my source code

http://uppit.com/w7tjsz65ciwn/keygenme.rar

  • Like 1
Posted

So, a crash is the error box if you enter the wrong key combination? >_>

Still a bug you need to fix.

  • Like 1
  • 2 weeks later...
Posted (edited)

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

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