LordCoder Posted March 8, 2013 Posted March 8, 2013 Here is my new keygenme! Language: Visual Basic .NET Level: Easy Obfuscator: Nothing Rules: Make a keygen Enjoy! LordCoder KeyGenMe 6.rar
kao Posted March 8, 2013 Posted March 8, 2013 String EncryptionWhere?! Are you sure you're looking at the correct Keygenme?private void Button1_Click(object sender, EventArgs e) { if (Operators.CompareString(TextBox1.Text, "", false) == 0) { Interaction.MsgBox("Please enter any serial!", MsgBoxStyle.ApplicationModal, null); } else { if (Conversions.ToBoolean(Check())) Interaction.MsgBox("You did it!", MsgBoxStyle.ApplicationModal, null); else Interaction.MsgBox("Bad serial sorry!", MsgBoxStyle.ApplicationModal, null); } }
b30wulf Posted March 8, 2013 Posted March 8, 2013 i have take a quick look in this keygen me, easy one but i dont have time for keygne here is the check routine public object Check() { object obj; string s1 = TextBox1.Text.Substring(0, 5); string s2 = TextBox1.Text.Substring(5, 5); string s3 = TextBox1.Text.Substring(10, 5); bool flag = ((Conversions.ToDouble(s1) / 3.0) == Conversions.ToDouble(s2)) & ((Conversions.ToDouble(s3) / 5.0) == Conversions.ToDouble(s1)); if (flag) obj = 1; else obj = 0; return obj; }
b30wulf Posted March 8, 2013 Posted March 8, 2013 this was a fast manual serial calculation if it will help somebodyValid Key: 034.5011.5172.5
YuqseLx Posted March 9, 2013 Posted March 9, 2013 (edited) Hmm my valid key = "000030000100015" Algorithm => str1 / 3 = str2 str1 * 5 = str3 but str1 / 3 must be complete divison.. Sorry bad English Best Regards edit: best serial is : "000000000000000" Edited March 9, 2013 by YuqseLx
Solution YuqseLx Posted March 9, 2013 Solution Posted March 9, 2013 (edited) Anyone can make a keygen? My solution. Thank you Edited March 9, 2013 by YuqseLx
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