mdj Posted July 26, 2011 Posted July 26, 2011 (edited) hi all bromake only keygen for itkeygenme.rar Edited July 29, 2011 by mdj 1
Teddy Rogers Posted July 26, 2011 Posted July 26, 2011 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 July 26, 2011 Posted July 26, 2011 I'm not a specialist on keygenning From what I saw it can be doned ... some hashes and some matrix. 1
ranadharm Posted July 26, 2011 Posted July 26, 2011 hi dear, i tried littlebit, test and replykeygen by ranadharm.rar 2
mudlord Posted July 27, 2011 Posted July 27, 2011 (edited) 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, 2011 by mudlord 1
ranadharm Posted July 28, 2011 Posted July 28, 2011 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
ranadharm Posted July 28, 2011 Posted July 28, 2011 no one can do it ! no bro, my will generate a license file for your keygenme and it works perfect on my machine
CodeExplorer Posted August 11, 2011 Posted August 11, 2011 @mdj:One of the reason for which almost nobody tries to solve this:you are quite annoying. 1
Saduff Posted August 11, 2011 Posted August 11, 2011 (edited) 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, 2011 by Saduff
mdj Posted August 17, 2011 Author Posted August 17, 2011 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 1
mudlord Posted August 20, 2011 Posted August 20, 2011 So, a crash is the error box if you enter the wrong key combination? >_>Still a bug you need to fix. 1
Apuromafo Posted September 1, 2011 Posted September 1, 2011 (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 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, 2011 by Apuromafo 2
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now