Posted February 17, 201312 yr File packed with Confuser Mod http://www.2shared.com/file/exzECyPg/Chintus_unpackme.html
February 17, 201312 yr // Chintu_s_CrackME.Form1 private void method_0(object object_0) { this.textBox_0.Enabled = false; string[] array = new string[] { "oh wait, I was lying.. you're not a l33t cracker! :P", "need to work harder!", "YOU CAN'T DO IT!", "You're annoying me now!", "I'll just shut myself now, can't stand more failure!" }; string text = Convert.ToString(object_0); if (text.Length > 0) { if (text.Contains("#")) { string text2 = text.Split("#".ToCharArray())[0]; string text3 = text.Split("#".ToCharArray())[1]; if (text2.Length == text3.Length) { byte[] array2 = new byte[text2.Length]; this.textBox_0.Text = "You did it! Now go buy me a beer!"; Thread.Sleep(2000); for (int i = 0; i < text2.Length; i++) { this.method_1(ref array2, text2, i); if (!this.method_2((int)array2, (int)text3)) { this.int_0++; this.textBox_0.Text = array[this.int_0]; if (this.int_0 == 4) { Thread.Sleep(3000); Application.Exit(); } this.textBox_0.Enabled = true; return; } } TextBox expr_112 = this.textBox_0; expr_112.Text += " SERIOUSLY!"; } else { MessageBox.Show("Grr.. invalid input agian!", "", MessageBoxButtons.OK, MessageBoxIcon.Hand); } } else { MessageBox.Show("Grr.. invalid input!", "", MessageBoxButtons.OK, MessageBoxIcon.Hand); } } else { MessageBox.Show("Guess what..THAT box.. is EMPTY!", "", MessageBoxButtons.OK, MessageBoxIcon.Hand); } this.textBox_0.Enabled = true; } pass # Chintu's Unpacked.7z Edited February 17, 201312 yr by Death
February 17, 201312 yr What part of Confuser did you modify? Seems like you just used an older version. Confuser v1.6 (r60787-r70489) Edited February 17, 201312 yr by 0xd4d
Create an account or sign in to comment