Posted June 3, 20178 yr public frmProcssTicket(string string_2, Color color_1, bool bool_1, int int_2, int int_3) { Class2.XRoAsQdzvBk9W(); this.string_0 = string_2; this.color_0 = color_1; this.int_0 = int_2; base.Tag = int_2; this.bool_0 = bool_1; this.int_1 = int_3; this.AutoSize = true; base.AutoSizeMode = AutoSizeMode.GrowAndShrink; MessageBox.Show("sda"); // for (int i = 0; i < 3; i++) // { // this.list_0.Add(null); //} MessageBox.Show("duc"); this code running fine but when public frmProcessTicket(string string_2, Color color_1, bool bool_1, int int_2, int int_3) { Class2.XRoAsQdzvBk9W(); this.string_0 = string_2; this.color_0 = color_1; this.int_0 = int_2; base.Tag = int_2; this.bool_0 = bool_1; this.int_1 = int_3; this.AutoSize = true; base.AutoSizeMode = AutoSizeMode.GrowAndShrink; --> panle.Autosize=true; After Adding ThisLine Next MessageBox is Not Executing Also MessageBox.Show("sda"); After Adding ThisLine Next MessageBox is Not Executing Also same here also for (int i = 0; i < 3; i++) { this.list_0.Add(null); } MessageBox.Show("duc"); this.method_0(bool_1); if (!this.bool_0) { int num = 55;
June 4, 20178 yr Your target does not appear to be fully unpacked/unprotected/deobfuscated. Finish the unpacking process first before you try and edit things or alter the code flow any.
Create an account or sign in to comment