Posted July 26, 201114 yr hi all bromake only keygen for itkeygenme.rar Edited July 29, 201114 yr by mdj
July 26, 201114 yr 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]
July 26, 201114 yr I'm not a specialist on keygenning From what I saw it can be doned ... some hashes and some matrix.
July 27, 201114 yr I'm not a specialist on keygenning 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 July 27, 201114 yr by mudlord
July 28, 201114 yr bro need License key not license file from keygen for validate in my keygenmeand also your License file have wrong combination regardsok dear mdj, i'll make a keygen for license key
July 28, 201114 yr no one can do it ! no bro, my will generate a license file for your keygenme and it works perfect on my machine
August 11, 201114 yr @mdj:One of the reason for which almost nobody tries to solve this:you are quite annoying.
August 11, 201114 yr i am surprise no one can do it Or maybe no one wants to do it. I, for one, don't like solving KGMs with unhandled exceptions. Edited August 11, 201114 yr by Saduff
August 17, 201113 yr Author Or maybe no one wants to do it. 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
August 20, 201113 yr So, a crash is the error box if you enter the wrong key combination? >_>Still a bug you need to fix.
September 1, 201113 yr 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 implementationthe 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 4for 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 September 1, 201113 yr by Apuromafo
Create an account or sign in to comment