Advertisement
Guest User

Untitled

a guest
May 26th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.20 KB | None | 0 0
  1. private unsafe void button12_Click(object sender, EventArgs e)
  2.         {
  3.             string text = this.textBox6.Text;
  4.             Struct51 @struct;
  5.             <Module>.smethod_5(&@struct, ref text);
  6.             try
  7.             {
  8.                 if (!this.checkBox2.Checked)
  9.                 {
  10.                     sbyte* ptr = ref <Module>.$ArrayType$$$BY08$$CBD_1;
  11.                     do
  12.                     {
  13.                         ptr++;
  14.                     }
  15.                     while (*ptr != 0);
  16.                     int count = ptr - ref <Module>.$ArrayType$$$BY08$$CBD_1;
  17.                     <Module>.smethod_137(ref <Module>.AsshurtUserWhitelistCreator2.factorsecret, ref <Module>.$ArrayType$$$BY08$$CBD_1, count);
  18.                     this.label19.Visible = false;
  19.                     this.tabControl1.SelectedTab = this.tabPage4;
  20.                 }
  21.                 if (<Module>.smethod_26(ref @struct, ref <Module>.$ArrayType$$$BY01$$CBD_3, 0) != -1 && <Module>.smethod_26(ref @struct, ref <Module>.$ArrayType$$$BY01$$CBD_4, 0) != -1 && this.checkBox2.Checked)
  22.                 {
  23.                     if (this.checkBox2.Checked)
  24.                     {
  25.                         string text2 = this.textBox6.Text;
  26.                         Struct51 struct2;
  27.                         Struct51* right = <Module>.smethod_5(&struct2, ref text2);
  28.                         try
  29.                         {
  30.                             <Module>.smethod_50(ref <Module>.AsshurtUserWhitelistCreator2.factorsecret, right);
  31.                         }
  32.                         catch
  33.                         {
  34.                             <Module>.___CxxCallUnwindDtor(ldftn(smethod_49), (void*)(&struct2));
  35.                             throw;
  36.                         }
  37.                         try
  38.                         {
  39.                             <Module>.smethod_126(ref struct2);
  40.                             goto IL_121;
  41.                         }
  42.                         catch
  43.                         {
  44.                             <Module>.___CxxCallUnwindDtor(ldftn(smethod_82), (void*)(&struct2));
  45.                             throw;
  46.                         }
  47.                     }
  48.                     sbyte* ptr2 = ref <Module>.$ArrayType$$$BY08$$CBD_1;
  49.                     do
  50.                     {
  51.                         ptr2++;
  52.                     }
  53.                     while (*ptr2 != 0);
  54.                     int count2 = ptr2 - ref <Module>.$ArrayType$$$BY08$$CBD_1;
  55.                     <Module>.smethod_137(ref <Module>.AsshurtUserWhitelistCreator2.factorsecret, ref <Module>.$ArrayType$$$BY08$$CBD_1, count2);
  56.                     IL_121:
  57.                     this.tabControl1.SelectedTab = this.tabPage4;
  58.                 }
  59.                 else if (this.checkBox2.Checked)
  60.                 {
  61.                     this.label19.Visible = true;
  62.                 }
  63.             }
  64.             catch
  65.             {
  66.                 <Module>.___CxxCallUnwindDtor(ldftn(smethod_49), (void*)(&@struct));
  67.                 throw;
  68.             }
  69.             try
  70.             {
  71.                 <Module>.smethod_126(ref @struct);
  72.             }
  73.             catch
  74.             {
  75.                 <Module>.___CxxCallUnwindDtor(ldftn(smethod_82), (void*)(&@struct));
  76.                 throw;
  77.             }
  78.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement