Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 116.06 KB | None | 0 0
  1. using System;
  2. using System.ComponentModel;
  3. using System.Diagnostics;
  4. using System.Drawing;
  5. using System.IO;
  6. using System.Management;
  7. using System.Net;
  8. using System.Runtime.CompilerServices;
  9. using System.Runtime.InteropServices;
  10. using System.Security.Cryptography;
  11. using System.Text;
  12. using System.Windows.Forms;
  13. using MaterialSkin;
  14. using MaterialSkin.Controls;
  15. using Microsoft.VisualBasic;
  16. using Microsoft.VisualBasic.CompilerServices;
  17. using Microsoft.VisualBasic.Devices;
  18.  
  19. // Token: 0x0200000B RID: 11
  20. [DesignerGenerated]
  21. public class GForm0 : MaterialForm
  22. {
  23. // Token: 0x0600006F RID: 111 RVA: 0x00002344 File Offset: 0x00000544
  24. public GForm0()
  25. {
  26. GForm0.smethod_0(this, new EventHandler(this.method_1));
  27. this.string_2 = GForm0.smethod_2(GForm0.smethod_1());
  28. this.int_10 = 0;
  29. this.method_42();
  30. }
  31.  
  32. // Token: 0x06000070 RID: 112
  33. [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  34. public static extern int ReadProcessMemory(int int_11, int int_12, [MarshalAs(UnmanagedType.VBByRefStr)] ref string string_3, int int_13, ref int int_14);
  35.  
  36. // Token: 0x06000071 RID: 113
  37. [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  38. public static extern int LoadLibraryA([MarshalAs(UnmanagedType.VBByRefStr)] ref string string_3);
  39.  
  40. // Token: 0x06000072 RID: 114
  41. [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  42. public static extern int VirtualAllocEx(int int_11, int int_12, int int_13, int int_14, int int_15);
  43.  
  44. // Token: 0x06000073 RID: 115
  45. [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  46. public static extern int WriteProcessMemory(int int_11, int int_12, [MarshalAs(UnmanagedType.VBByRefStr)] ref string string_3, int int_13, ref int int_14);
  47.  
  48. // Token: 0x06000074 RID: 116
  49. [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  50. public static extern int GetProcAddress(int int_11, [MarshalAs(UnmanagedType.VBByRefStr)] ref string string_3);
  51.  
  52. // Token: 0x06000075 RID: 117
  53. [DllImport("Kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  54. private static extern int GetModuleHandleA([MarshalAs(UnmanagedType.VBByRefStr)] ref string string_3);
  55.  
  56. // Token: 0x06000076 RID: 118
  57. [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  58. public static extern int CreateRemoteThread(int int_11, int int_12, int int_13, int int_14, int int_15, int int_16, ref int int_17);
  59.  
  60. // Token: 0x06000077 RID: 119
  61. [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  62. public static extern int OpenProcess(int int_11, int int_12, int int_13);
  63.  
  64. // Token: 0x06000078 RID: 120
  65. [DllImport("user32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  66. private static extern int FindWindowA([MarshalAs(UnmanagedType.VBByRefStr)] ref string string_3, [MarshalAs(UnmanagedType.VBByRefStr)] ref string string_4);
  67.  
  68. // Token: 0x06000079 RID: 121
  69. [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  70. private static extern int CloseHandleA(int int_11);
  71.  
  72. // Token: 0x0600007A RID: 122 RVA: 0x0000237B File Offset: 0x0000057B
  73. private void method_0(object sender, EventArgs e)
  74. {
  75. }
  76.  
  77. // Token: 0x0600007B RID: 123 RVA: 0x0000391C File Offset: 0x00001B1C
  78. private void method_1(object sender, EventArgs e)
  79. {
  80. GForm0.smethod_3(this.Timer_1, 50);
  81. GForm0.smethod_4(this.Timer_1);
  82. MaterialSkinManager materialSkinManager_ = GForm0.smethod_5();
  83. GForm0.smethod_6(materialSkinManager_, this);
  84. GForm0.smethod_7(materialSkinManager_, 0);
  85. GForm0.smethod_9(materialSkinManager_, GForm0.smethod_8(3622735, 2503224, 6323595, 4244735, 16777215));
  86. GForm0.GClass0 gClass = new GForm0.GClass0();
  87. string string_ = gClass.method_0();
  88. string string_2 = gClass.method_2("C");
  89. string string_3 = gClass.method_3();
  90. string string_4 = gClass.method_1();
  91. GForm0.smethod_10(string_, string_2, string_3, string_4);
  92. string string_5 = GForm0.smethod_11(gClass.method_4(GForm0.smethod_10(string_, string_2, string_3, string_4)));
  93. GForm0.smethod_12(this.TextBox_1, string_5);
  94. this.method_4();
  95. this.method_15();
  96. GForm0.smethod_12(this.TextBox_1, string_);
  97. this.method_2();
  98. this.method_14();
  99. }
  100.  
  101. // Token: 0x0600007C RID: 124 RVA: 0x000039F8 File Offset: 0x00001BF8
  102. [MethodImpl(MethodImplOptions.NoOptimization)]
  103. private void method_2()
  104. {
  105. try
  106. {
  107. WebClient webClient_ = GForm0.smethod_13();
  108. string string_ = GForm0.smethod_14(webClient_, "https://warmed-crowd.000webhostapp.com/index.php");
  109. if (!GForm0.smethod_16(string_, GForm0.smethod_15(this.TextBox_1)))
  110. {
  111. GForm0.smethod_17("You're whitelisted access granted", "Avspam wl success");
  112. }
  113. else
  114. {
  115. GForm0.smethod_17("You're not whitelisted access denied", "Avspam wl failed");
  116. GForm0.smethod_18();
  117. }
  118. }
  119. catch (Exception arg_4F_0)
  120. {
  121. GForm0.smethod_19(arg_4F_0);
  122. GForm0.smethod_17("A error occured fetching the whitelist", "Avspam error");
  123. GForm0.smethod_18();
  124. GForm0.smethod_20();
  125. }
  126. }
  127.  
  128. // Token: 0x0600007D RID: 125 RVA: 0x00003A88 File Offset: 0x00001C88
  129. private void method_3()
  130. {
  131. int num;
  132. int num4;
  133. try
  134. {
  135. GForm0.smethod_20();
  136. num = 2;
  137. GForm0.smethod_21(this.Timer_1);
  138. Process[] array = GForm0.smethod_22(GForm0.smethod_15(this.TextBox_2));
  139. this.int_0 = GForm0.OpenProcess(42, 0, GForm0.smethod_23(array[0]));
  140. this.string_0 = GForm0.smethod_24(this.OpenFileDialog_0);
  141. string text = "Kernel32";
  142. int arg_63_0 = GForm0.GetModuleHandleA(ref text);
  143. string text2 = "LoadLibraryA";
  144. this.int_1 = GForm0.GetProcAddress(arg_63_0, ref text2);
  145. this.int_2 = checked(1 + GForm0.smethod_25(this.string_0));
  146. int num2 = GForm0.VirtualAllocEx(this.int_0, 0, this.int_2, 4096, 4);
  147. int arg_B3_0 = this.int_0;
  148. int arg_B3_1 = num2;
  149. int arg_B3_3 = this.int_2;
  150. int num3 = 0;
  151. GForm0.WriteProcessMemory(arg_B3_0, arg_B3_1, ref this.string_0, arg_B3_3, ref num3);
  152. int arg_CF_0 = this.int_0;
  153. int arg_CF_1 = 0;
  154. int arg_CF_2 = 0;
  155. int arg_CF_3 = this.int_1;
  156. int arg_CF_4 = num2;
  157. int arg_CF_5 = 0;
  158. num3 = 0;
  159. GForm0.CreateRemoteThread(arg_CF_0, arg_CF_1, arg_CF_2, arg_CF_3, arg_CF_4, arg_CF_5, ref num3);
  160. GForm0.CloseHandleA(this.int_0);
  161. IL_E1:
  162. GForm0.smethod_26(this);
  163. goto IL_12D;
  164. num4 = -1;
  165. @switch(ICSharpCode.Decompiler.ILAst.ILLabel[], num);
  166. IL_FF:
  167. goto IL_122;
  168. }
  169. object arg_101_0;
  170. endfilter(arg_101_0 is Exception & num != 0 & num4 == 0);
  171. IL_122:
  172. throw GForm0.smethod_28(-2146828237);
  173. IL_12D:
  174. if (num4 != 0)
  175. {
  176. GForm0.smethod_20();
  177. }
  178. }
  179.  
  180. // Token: 0x0600007E RID: 126 RVA: 0x00003BE8 File Offset: 0x00001DE8
  181. [MethodImpl(MethodImplOptions.NoOptimization)]
  182. public bool method_4()
  183. {
  184. bool result;
  185. try
  186. {
  187. result = GForm0.smethod_30(GForm0.smethod_29(Class1.Class0_0), "www.google.com");
  188. }
  189. catch (Exception arg_18_0)
  190. {
  191. GForm0.smethod_19(arg_18_0);
  192. result = (GForm0.smethod_17("Requires you to be connected to the internet to use Avspam", "Avspam error") > DialogResult.None);
  193. GForm0.smethod_20();
  194. }
  195. return result;
  196. }
  197.  
  198. // Token: 0x0600007F RID: 127 RVA: 0x00003C40 File Offset: 0x00001E40
  199. private void method_5()
  200. {
  201. Bitmap bitmap = new Bitmap(GForm0.smethod_32(GForm0.smethod_31(Class1.Class0_0)).Width, Class1.Class0_0.Screen.Bounds.Height);
  202. Graphics graphics = Graphics.FromImage(bitmap);
  203. graphics.CopyFromScreen(new Point(0, 0), new Point(0, 0), bitmap.Size);
  204. Class1.Class2_0.GForm1_0.Show();
  205. Class1.Class2_0.GForm1_0.PictureBox_0.Image = bitmap;
  206. }
  207.  
  208. // Token: 0x06000080 RID: 128 RVA: 0x00003CC8 File Offset: 0x00001EC8
  209. private void method_6(object sender, EventArgs e)
  210. {
  211. MaterialSkinManager materialSkinManager_ = GForm0.smethod_5();
  212. GForm0.smethod_6(materialSkinManager_, this);
  213. GForm0.smethod_7(materialSkinManager_, 0);
  214. GForm0.smethod_9(materialSkinManager_, GForm0.smethod_8(12986408, 12000284, 16007990, 16732754, 16777215));
  215. }
  216.  
  217. // Token: 0x06000081 RID: 129 RVA: 0x0000237B File Offset: 0x0000057B
  218. private void method_7(object sender, EventArgs e)
  219. {
  220. }
  221.  
  222. // Token: 0x06000082 RID: 130 RVA: 0x00003D10 File Offset: 0x00001F10
  223. private void method_8(object sender, EventArgs e)
  224. {
  225. MaterialSkinManager materialSkinManager_ = GForm0.smethod_5();
  226. GForm0.smethod_6(materialSkinManager_, this);
  227. GForm0.smethod_7(materialSkinManager_, 0);
  228. GForm0.smethod_9(materialSkinManager_, GForm0.smethod_8(1402304, 870305, 2201331, 4244735, 16777215));
  229. }
  230.  
  231. // Token: 0x06000083 RID: 131 RVA: 0x00003D58 File Offset: 0x00001F58
  232. private void method_9(object sender, EventArgs e)
  233. {
  234. MaterialSkinManager materialSkinManager_ = GForm0.smethod_5();
  235. GForm0.smethod_6(materialSkinManager_, this);
  236. GForm0.smethod_7(materialSkinManager_, 0);
  237. GForm0.smethod_9(materialSkinManager_, GForm0.smethod_8(3046706, 1793568, 5025616, 11730777, 16777215));
  238. }
  239.  
  240. // Token: 0x06000084 RID: 132 RVA: 0x00003DA0 File Offset: 0x00001FA0
  241. private void method_10(object sender, EventArgs e)
  242. {
  243. MaterialSkinManager materialSkinManager_ = GForm0.smethod_5();
  244. GForm0.smethod_6(materialSkinManager_, this);
  245. GForm0.smethod_7(materialSkinManager_, 0);
  246. GForm0.smethod_9(materialSkinManager_, GForm0.smethod_8(16361509, 16088855, 16771899, 16776960, 16777215));
  247. }
  248.  
  249. // Token: 0x06000085 RID: 133 RVA: 0x00003DE8 File Offset: 0x00001FE8
  250. private void method_11(object sender, EventArgs e)
  251. {
  252. GForm0.smethod_4(this.Timer_0);
  253. checked
  254. {
  255. this.int_10++;
  256. GForm0.smethod_34(this.Label_13, GForm0.smethod_33(this.int_10));
  257. GForm0.smethod_34(this.Label_15, "Spamming");
  258. }
  259. }
  260.  
  261. // Token: 0x06000086 RID: 134 RVA: 0x00003E34 File Offset: 0x00002034
  262. private void method_12(object sender, EventArgs e)
  263. {
  264. GForm0.smethod_21(this.Timer_0);
  265. checked
  266. {
  267. this.int_10 += 0;
  268. GForm0.smethod_34(this.Label_15, "Stopped");
  269. }
  270. }
  271.  
  272. // Token: 0x06000087 RID: 135 RVA: 0x0000237D File Offset: 0x0000057D
  273. private void method_13(object sender, EventArgs e)
  274. {
  275. GForm0.smethod_35(GForm0.smethod_15(this.TextBox_0));
  276. GForm0.smethod_35("{Enter}");
  277. }
  278.  
  279. // Token: 0x06000088 RID: 136 RVA: 0x00003E6C File Offset: 0x0000206C
  280. public void method_14()
  281. {
  282. try
  283. {
  284. HttpWebRequest httpWebRequest_ = (HttpWebRequest)GForm0.smethod_36("https://warmed-crowd.000webhostapp.com/version.txt");
  285. HttpWebResponse httpWebResponse_ = (HttpWebResponse)GForm0.smethod_37(httpWebRequest_);
  286. StreamReader streamReader_ = GForm0.smethod_39(GForm0.smethod_38(httpWebResponse_));
  287. string text = GForm0.smethod_40(streamReader_);
  288. string string_ = GForm0.smethod_41();
  289. if (GForm0.smethod_16(text, string_))
  290. {
  291. GForm0.smethod_17("Avspam is up to date!", "Avspam update!");
  292. }
  293. else
  294. {
  295. GForm0.smethod_43(GForm0.smethod_42("There is a new update ", text, " would you like to download it?."), MsgBoxStyle.YesNo, "Avspam update!");
  296. GForm0.smethod_44(this.WebBrowser_0, "https://dl.dropbox.com/s/z7g8qrn4l6p5n8j/AvSpam.exe?dl=0");
  297. }
  298. }
  299. catch (Exception arg_81_0)
  300. {
  301. GForm0.smethod_19(arg_81_0);
  302. GForm0.smethod_43("There was a error fetching the latest update?.", MsgBoxStyle.OkOnly, "Avspam update failed!");
  303. GForm0.smethod_20();
  304. }
  305. }
  306.  
  307. // Token: 0x06000089 RID: 137 RVA: 0x00003F28 File Offset: 0x00002128
  308. private void method_15()
  309. {
  310. Process[] array = GForm0.smethod_22("Fiddler");
  311. checked
  312. {
  313. for (int i = 0; i < array.Length; i++)
  314. {
  315. Process process_ = array[i];
  316. GForm0.smethod_45(process_);
  317. GForm0.smethod_46(process_, 10);
  318. if (!GForm0.smethod_47(process_))
  319. {
  320. GForm0.smethod_48(process_);
  321. }
  322. }
  323. Process[] array2 = GForm0.smethod_22("Idab");
  324. for (int j = 0; j < array2.Length; j++)
  325. {
  326. Process process_2 = array2[j];
  327. GForm0.smethod_45(process_2);
  328. GForm0.smethod_46(process_2, 10);
  329. if (!GForm0.smethod_47(process_2))
  330. {
  331. GForm0.smethod_48(process_2);
  332. }
  333. }
  334. Process[] array3 = GForm0.smethod_22("JustDecompile");
  335. for (int k = 0; k < array3.Length; k++)
  336. {
  337. Process process_3 = array3[k];
  338. GForm0.smethod_45(process_3);
  339. GForm0.smethod_46(process_3, 10);
  340. if (!GForm0.smethod_47(process_3))
  341. {
  342. GForm0.smethod_48(process_3);
  343. }
  344. }
  345. Process[] array4 = GForm0.smethod_22("Dnspy");
  346. for (int l = 0; l < array4.Length; l++)
  347. {
  348. Process process_4 = array4[l];
  349. GForm0.smethod_45(process_4);
  350. GForm0.smethod_46(process_4, 10);
  351. if (!GForm0.smethod_47(process_4))
  352. {
  353. GForm0.smethod_48(process_4);
  354. }
  355. }
  356. }
  357. }
  358.  
  359. // Token: 0x0600008A RID: 138 RVA: 0x0000405C File Offset: 0x0000225C
  360. private void method_16(object sender, EventArgs e)
  361. {
  362. if (GForm0.smethod_50(GForm0.smethod_49(this.MaterialSingleLineTextField_0), "", false) == 0)
  363. {
  364. GForm0.smethod_17("Spam speed needs a valid time", "Avspam error");
  365. }
  366. else
  367. {
  368. GForm0.smethod_3(this.Timer_0, GForm0.smethod_51(GForm0.smethod_49(this.MaterialSingleLineTextField_0)));
  369. }
  370. }
  371.  
  372. // Token: 0x0600008B RID: 139 RVA: 0x0000237B File Offset: 0x0000057B
  373. private void method_17(object sender, EventArgs e)
  374. {
  375. }
  376.  
  377. // Token: 0x0600008C RID: 140 RVA: 0x00002399 File Offset: 0x00000599
  378. private void method_18(object sender, EventArgs e)
  379. {
  380. this.method_5();
  381. GForm0.smethod_17("Captured screenshot!", "Avspam screenshot");
  382. }
  383.  
  384. // Token: 0x0600008D RID: 141 RVA: 0x0000237B File Offset: 0x0000057B
  385. private void method_19(object sender, EventArgs e)
  386. {
  387. }
  388.  
  389. // Token: 0x0600008E RID: 142 RVA: 0x0000237B File Offset: 0x0000057B
  390. private void method_20(object sender, EventArgs e)
  391. {
  392. }
  393.  
  394. // Token: 0x0600008F RID: 143 RVA: 0x0000237B File Offset: 0x0000057B
  395. private void method_21(object sender, EventArgs e)
  396. {
  397. }
  398.  
  399. // Token: 0x06000090 RID: 144 RVA: 0x0000237B File Offset: 0x0000057B
  400. private void method_22(object sender, EventArgs e)
  401. {
  402. }
  403.  
  404. // Token: 0x06000091 RID: 145 RVA: 0x0000237B File Offset: 0x0000057B
  405. private void method_23(object sender, EventArgs e)
  406. {
  407. }
  408.  
  409. // Token: 0x06000092 RID: 146 RVA: 0x000040B4 File Offset: 0x000022B4
  410. private void method_24(object sender, EventArgs e)
  411. {
  412. MaterialSkinManager materialSkinManager_ = GForm0.smethod_5();
  413. GForm0.smethod_6(materialSkinManager_, this);
  414. GForm0.smethod_7(materialSkinManager_, 0);
  415. GForm0.smethod_9(materialSkinManager_, GForm0.smethod_8(16748288, 16740096, 16761095, 16766784, 16777215));
  416. }
  417.  
  418. // Token: 0x06000093 RID: 147 RVA: 0x000040FC File Offset: 0x000022FC
  419. private void method_25(object sender, EventArgs e)
  420. {
  421. MaterialSkinManager materialSkinManager_ = GForm0.smethod_5();
  422. GForm0.smethod_6(materialSkinManager_, this);
  423. GForm0.smethod_7(materialSkinManager_, 0);
  424. GForm0.smethod_9(materialSkinManager_, GForm0.smethod_8(10394916, 8550167, 13491257, 15662913, 16777215));
  425. }
  426.  
  427. // Token: 0x06000094 RID: 148 RVA: 0x00004144 File Offset: 0x00002344
  428. private void method_26(object sender, EventArgs e)
  429. {
  430. MaterialSkinManager materialSkinManager_ = GForm0.smethod_5();
  431. GForm0.smethod_6(materialSkinManager_, this);
  432. GForm0.smethod_7(materialSkinManager_, 0);
  433. GForm0.smethod_9(materialSkinManager_, GForm0.smethod_8(3622735, 2503224, 6323595, 4244735, 16777215));
  434. }
  435.  
  436. // Token: 0x06000095 RID: 149 RVA: 0x0000237B File Offset: 0x0000057B
  437. private void method_27(object sender, EventArgs e)
  438. {
  439. }
  440.  
  441. // Token: 0x06000096 RID: 150 RVA: 0x0000418C File Offset: 0x0000238C
  442. [MethodImpl(MethodImplOptions.NoOptimization)]
  443. private void method_28(object sender, EventArgs e)
  444. {
  445. if (GForm0.smethod_52(GForm0.smethod_24(this.OpenFileDialog_0)))
  446. {
  447. Process[] array = GForm0.smethod_22(GForm0.smethod_15(this.TextBox_2));
  448. if (array.Length == 0)
  449. {
  450. GForm0.smethod_34(this.Label_17, GForm0.smethod_42("Waiting for ", GForm0.smethod_15(this.TextBox_2), ".exe"));
  451. }
  452. else
  453. {
  454. if (GForm0.smethod_53(this.MaterialCheckBox_2))
  455. {
  456. GForm0.smethod_54(this.MaterialFlatButton_3, true);
  457. GForm0.smethod_55(this.MaterialCheckBox_1, false);
  458. }
  459. if (GForm0.smethod_53(this.MaterialCheckBox_1))
  460. {
  461. GForm0.smethod_54(this.MaterialFlatButton_3, false);
  462. GForm0.smethod_21(this.Timer_1);
  463. GForm0.smethod_34(this.Label_17, "Successfully Injected!");
  464. this.method_3();
  465. if (GForm0.smethod_53(this.MaterialCheckBox_0))
  466. {
  467. GForm0.smethod_18();
  468. }
  469. }
  470. }
  471. }
  472. }
  473.  
  474. // Token: 0x06000097 RID: 151 RVA: 0x0000237B File Offset: 0x0000057B
  475. private void method_29(object sender, EventArgs e)
  476. {
  477. }
  478.  
  479. // Token: 0x06000098 RID: 152 RVA: 0x0000237B File Offset: 0x0000057B
  480. private void method_30(object sender, EventArgs e)
  481. {
  482. }
  483.  
  484. // Token: 0x06000099 RID: 153 RVA: 0x0000237B File Offset: 0x0000057B
  485. private void method_31(object sender, EventArgs e)
  486. {
  487. }
  488.  
  489. // Token: 0x0600009A RID: 154 RVA: 0x00004260 File Offset: 0x00002460
  490. private void method_32(object sender, EventArgs e)
  491. {
  492. if (GForm0.smethod_53(this.MaterialCheckBox_2))
  493. {
  494. GForm0.smethod_56(this.MaterialFlatButton_0);
  495. }
  496. else if (!GForm0.smethod_53(this.MaterialCheckBox_2))
  497. {
  498. GForm0.smethod_57(this.MaterialFlatButton_0);
  499. }
  500. }
  501.  
  502. // Token: 0x0600009B RID: 155 RVA: 0x000023B1 File Offset: 0x000005B1
  503. private void method_33(object sender, EventArgs e)
  504. {
  505. GForm0.smethod_58(this.Timer_1, true);
  506. }
  507.  
  508. // Token: 0x0600009C RID: 156 RVA: 0x0000237B File Offset: 0x0000057B
  509. private void method_34(object sender, EventArgs e)
  510. {
  511. }
  512.  
  513. // Token: 0x0600009D RID: 157 RVA: 0x0000237B File Offset: 0x0000057B
  514. private void method_35(object sender, EventArgs e)
  515. {
  516. }
  517.  
  518. // Token: 0x0600009E RID: 158 RVA: 0x000023BF File Offset: 0x000005BF
  519. private void method_36(object sender, EventArgs e)
  520. {
  521. GForm0.smethod_59(this.TextBox_3);
  522. }
  523.  
  524. // Token: 0x0600009F RID: 159 RVA: 0x000023CC File Offset: 0x000005CC
  525. private void method_37(object sender, EventArgs e)
  526. {
  527. GForm0.smethod_59(this.TextBox_2);
  528. }
  529.  
  530. // Token: 0x060000A0 RID: 160 RVA: 0x000042A4 File Offset: 0x000024A4
  531. private void method_38(object sender, EventArgs e)
  532. {
  533. try
  534. {
  535. GForm0.smethod_60(this.OpenFileDialog_0, "DLL (*.dll) |*.dll");
  536. GForm0.smethod_61(this.OpenFileDialog_0);
  537. string string_ = GForm0.smethod_63(GForm0.smethod_24(this.OpenFileDialog_0), GForm0.smethod_62(GForm0.smethod_24(this.OpenFileDialog_0), "\\"));
  538. string string_2 = GForm0.smethod_64(string_, "\\", "");
  539. GForm0.smethod_12(this.TextBox_3, string_2);
  540. }
  541. catch (Exception arg_62_0)
  542. {
  543. GForm0.smethod_19(arg_62_0);
  544. GForm0.smethod_17("No Dll selected!", "Avspam Injector Error!");
  545. GForm0.smethod_20();
  546. }
  547. }
  548.  
  549. // Token: 0x060000A1 RID: 161 RVA: 0x0000237B File Offset: 0x0000057B
  550. private void method_39(object sender, EventArgs e)
  551. {
  552. }
  553.  
  554. // Token: 0x060000A2 RID: 162 RVA: 0x0000237B File Offset: 0x0000057B
  555. private void method_40(object sender, EventArgs e)
  556. {
  557. }
  558.  
  559. // Token: 0x060000A3 RID: 163 RVA: 0x0000237B File Offset: 0x0000057B
  560. private void method_41(object sender, EventArgs e)
  561. {
  562. }
  563.  
  564. // Token: 0x060000A4 RID: 164 RVA: 0x00004340 File Offset: 0x00002540
  565. [DebuggerNonUserCode]
  566. protected override void Dispose(bool disposing)
  567. {
  568. try
  569. {
  570. if (disposing && this.icontainer_0 != null)
  571. {
  572. GForm0.smethod_65(this.icontainer_0);
  573. }
  574. }
  575. finally
  576. {
  577. base.Dispose(disposing);
  578. }
  579. }
  580.  
  581. // Token: 0x060000A5 RID: 165 RVA: 0x00004384 File Offset: 0x00002584
  582. [DebuggerStepThrough]
  583. private void method_42()
  584. {
  585. this.icontainer_0 = GForm0.smethod_66();
  586. ComponentResourceManager componentResourceManager = GForm0.smethod_68(GForm0.smethod_67(typeof(GForm0).TypeHandle));
  587. this.MaterialTabControl_0 = GForm0.smethod_69();
  588. this.TabPage_0 = GForm0.smethod_70();
  589. this.Label_15 = GForm0.smethod_71();
  590. this.Label_16 = GForm0.smethod_71();
  591. this.Label_13 = GForm0.smethod_71();
  592. this.Label_14 = GForm0.smethod_71();
  593. this.Label_9 = GForm0.smethod_71();
  594. this.MaterialFlatButton_0 = GForm0.smethod_72();
  595. this.MaterialFlatButton_1 = GForm0.smethod_72();
  596. this.MaterialFlatButton_2 = GForm0.smethod_72();
  597. this.MaterialFlatButton_3 = GForm0.smethod_72();
  598. this.TextBox_0 = GForm0.smethod_73();
  599. this.Label_0 = GForm0.smethod_71();
  600. this.Label_1 = GForm0.smethod_71();
  601. this.Label_2 = GForm0.smethod_71();
  602. this.MaterialSingleLineTextField_0 = GForm0.smethod_74();
  603. this.TabPage_1 = GForm0.smethod_70();
  604. this.MaterialFlatButton_8 = GForm0.smethod_72();
  605. this.WebBrowser_0 = GForm0.smethod_75();
  606. this.MaterialFlatButton_9 = GForm0.smethod_72();
  607. this.TextBox_1 = GForm0.smethod_73();
  608. this.MaterialFlatButton_10 = GForm0.smethod_72();
  609. this.MaterialFlatButton_6 = GForm0.smethod_72();
  610. this.MaterialFlatButton_7 = GForm0.smethod_72();
  611. this.MaterialFlatButton_5 = GForm0.smethod_72();
  612. this.MaterialFlatButton_4 = GForm0.smethod_72();
  613. this.Label_3 = GForm0.smethod_71();
  614. this.TabPage_2 = GForm0.smethod_70();
  615. this.Label_10 = GForm0.smethod_71();
  616. this.Label_11 = GForm0.smethod_71();
  617. this.Label_12 = GForm0.smethod_71();
  618. this.Label_4 = GForm0.smethod_71();
  619. this.Label_5 = GForm0.smethod_71();
  620. this.Label_6 = GForm0.smethod_71();
  621. this.Label_7 = GForm0.smethod_71();
  622. this.Label_8 = GForm0.smethod_71();
  623. this.MaterialTabSelector_0 = GForm0.smethod_76();
  624. this.Timer_0 = GForm0.smethod_77(this.icontainer_0);
  625. this.OpenFileDialog_0 = GForm0.smethod_78();
  626. this.Timer_1 = GForm0.smethod_77(this.icontainer_0);
  627. this.MaterialLabel_1 = GForm0.smethod_79();
  628. this.MaterialFlatButton_14 = GForm0.smethod_72();
  629. this.MaterialLabel_0 = GForm0.smethod_79();
  630. this.TextBox_3 = GForm0.smethod_73();
  631. this.MaterialFlatButton_13 = GForm0.smethod_72();
  632. this.MaterialFlatButton_12 = GForm0.smethod_72();
  633. this.MaterialFlatButton_11 = GForm0.smethod_72();
  634. this.TextBox_2 = GForm0.smethod_73();
  635. this.MaterialCheckBox_2 = GForm0.smethod_80();
  636. this.MaterialCheckBox_1 = GForm0.smethod_80();
  637. this.Label_18 = GForm0.smethod_71();
  638. this.Label_17 = GForm0.smethod_71();
  639. this.TabPage_3 = GForm0.smethod_70();
  640. this.MaterialCheckBox_0 = GForm0.smethod_80();
  641. GForm0.smethod_81(this.MaterialTabControl_0);
  642. GForm0.smethod_81(this.TabPage_0);
  643. GForm0.smethod_81(this.TabPage_1);
  644. GForm0.smethod_81(this.TabPage_2);
  645. GForm0.smethod_81(this.TabPage_3);
  646. GForm0.smethod_82(this);
  647. GForm0.smethod_84(GForm0.smethod_83(this.MaterialTabControl_0), this.TabPage_0);
  648. GForm0.smethod_84(GForm0.smethod_83(this.MaterialTabControl_0), this.TabPage_1);
  649. GForm0.smethod_84(GForm0.smethod_83(this.MaterialTabControl_0), this.TabPage_2);
  650. GForm0.smethod_84(GForm0.smethod_83(this.MaterialTabControl_0), this.TabPage_3);
  651. GForm0.smethod_85(this.MaterialTabControl_0, 0);
  652. this.MaterialTabControl_0.Location = new Point(-5, 78);
  653. this.MaterialTabControl_0.set_MouseState(0);
  654. this.MaterialTabControl_0.Name = "MaterialTabControl1";
  655. this.MaterialTabControl_0.SelectedIndex = 0;
  656. this.MaterialTabControl_0.Size = new Size(533, 262);
  657. this.MaterialTabControl_0.TabIndex = 0;
  658. this.TabPage_0.BackColor = Color.White;
  659. this.TabPage_0.Controls.Add(this.Label_15);
  660. this.TabPage_0.Controls.Add(this.Label_16);
  661. this.TabPage_0.Controls.Add(this.Label_13);
  662. this.TabPage_0.Controls.Add(this.Label_14);
  663. this.TabPage_0.Controls.Add(this.Label_9);
  664. this.TabPage_0.Controls.Add(this.MaterialFlatButton_0);
  665. this.TabPage_0.Controls.Add(this.MaterialFlatButton_1);
  666. this.TabPage_0.Controls.Add(this.MaterialFlatButton_2);
  667. this.TabPage_0.Controls.Add(this.MaterialFlatButton_3);
  668. this.TabPage_0.Controls.Add(this.TextBox_0);
  669. this.TabPage_0.Controls.Add(this.Label_0);
  670. this.TabPage_0.Controls.Add(this.Label_1);
  671. this.TabPage_0.Controls.Add(this.Label_2);
  672. this.TabPage_0.Controls.Add(this.MaterialSingleLineTextField_0);
  673. this.TabPage_0.Location = new Point(4, 22);
  674. this.TabPage_0.Name = "TabPage1";
  675. this.TabPage_0.Padding = new Padding(3);
  676. this.TabPage_0.Size = new Size(525, 236);
  677. this.TabPage_0.TabIndex = 0;
  678. this.TabPage_0.Text = "Main";
  679. this.Label_15.AutoSize = true;
  680. this.Label_15.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  681. this.Label_15.Location = new Point(450, 213);
  682. this.Label_15.Name = "Label17";
  683. this.Label_15.Size = new Size(47, 20);
  684. this.Label_15.TabIndex = 17;
  685. this.Label_15.Text = "None";
  686. this.Label_16.AutoSize = true;
  687. this.Label_16.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  688. this.Label_16.Location = new Point(387, 213);
  689. this.Label_16.Name = "Label16";
  690. this.Label_16.Size = new Size(60, 20);
  691. this.Label_16.TabIndex = 16;
  692. this.Label_16.Text = "Status:";
  693. this.Label_13.AutoSize = true;
  694. this.Label_13.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  695. this.Label_13.Location = new Point(110, 213);
  696. this.Label_13.Name = "Label15";
  697. this.Label_13.Size = new Size(18, 20);
  698. this.Label_13.TabIndex = 15;
  699. this.Label_13.Text = "0";
  700. this.Label_14.AutoSize = true;
  701. this.Label_14.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  702. this.Label_14.Location = new Point(13, 213);
  703. this.Label_14.Name = "Label14";
  704. this.Label_14.Size = new Size(86, 20);
  705. this.Label_14.TabIndex = 14;
  706. this.Label_14.Text = "Total Sent:";
  707. this.Label_9.AutoSize = true;
  708. this.Label_9.BackColor = Color.Transparent;
  709. this.Label_9.Font = new Font("Sitka Display", 15.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
  710. this.Label_9.Location = new Point(152, 50);
  711. this.Label_9.Name = "Label10";
  712. this.Label_9.Size = new Size(214, 30);
  713. this.Label_9.TabIndex = 13;
  714. this.Label_9.Text = "Created By: Caleb#2044";
  715. this.MaterialFlatButton_0.AutoSize = true;
  716. this.MaterialFlatButton_0.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  717. this.MaterialFlatButton_0.set_Depth(0);
  718. this.MaterialFlatButton_0.set_Icon(null);
  719. this.MaterialFlatButton_0.Location = new Point(391, 143);
  720. this.MaterialFlatButton_0.Margin = new Padding(4, 6, 4, 6);
  721. this.MaterialFlatButton_0.set_MouseState(0);
  722. this.MaterialFlatButton_0.Name = "MaterialFlatButton4";
  723. this.MaterialFlatButton_0.set_Primary(false);
  724. this.MaterialFlatButton_0.Size = new Size(108, 36);
  725. this.MaterialFlatButton_0.TabIndex = 8;
  726. this.MaterialFlatButton_0.set_Text("Screenshot");
  727. this.MaterialFlatButton_0.UseVisualStyleBackColor = true;
  728. this.MaterialFlatButton_1.AutoSize = true;
  729. this.MaterialFlatButton_1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  730. this.MaterialFlatButton_1.set_Depth(0);
  731. this.MaterialFlatButton_1.set_Icon(null);
  732. this.MaterialFlatButton_1.Location = new Point(391, 171);
  733. this.MaterialFlatButton_1.Margin = new Padding(4, 6, 4, 6);
  734. this.MaterialFlatButton_1.set_MouseState(0);
  735. this.MaterialFlatButton_1.Name = "MaterialFlatButton3";
  736. this.MaterialFlatButton_1.set_Primary(false);
  737. this.MaterialFlatButton_1.Size = new Size(45, 36);
  738. this.MaterialFlatButton_1.TabIndex = 7;
  739. this.MaterialFlatButton_1.set_Text("Set");
  740. this.MaterialFlatButton_1.UseVisualStyleBackColor = true;
  741. this.MaterialFlatButton_2.AutoSize = true;
  742. this.MaterialFlatButton_2.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  743. this.MaterialFlatButton_2.set_Depth(0);
  744. this.MaterialFlatButton_2.set_Icon(null);
  745. this.MaterialFlatButton_2.Location = new Point(391, 108);
  746. this.MaterialFlatButton_2.Margin = new Padding(4, 6, 4, 6);
  747. this.MaterialFlatButton_2.set_MouseState(0);
  748. this.MaterialFlatButton_2.Name = "MaterialFlatButton2";
  749. this.MaterialFlatButton_2.set_Primary(false);
  750. this.MaterialFlatButton_2.Size = new Size(56, 36);
  751. this.MaterialFlatButton_2.TabIndex = 6;
  752. this.MaterialFlatButton_2.set_Text("Stop");
  753. this.MaterialFlatButton_2.UseVisualStyleBackColor = true;
  754. this.MaterialFlatButton_3.AutoSize = true;
  755. this.MaterialFlatButton_3.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  756. this.MaterialFlatButton_3.set_Depth(0);
  757. this.MaterialFlatButton_3.set_Icon(null);
  758. this.MaterialFlatButton_3.Location = new Point(391, 71);
  759. this.MaterialFlatButton_3.Margin = new Padding(4, 6, 4, 6);
  760. this.MaterialFlatButton_3.set_MouseState(0);
  761. this.MaterialFlatButton_3.Name = "MaterialFlatButton1";
  762. this.MaterialFlatButton_3.set_Primary(false);
  763. this.MaterialFlatButton_3.Size = new Size(64, 36);
  764. this.MaterialFlatButton_3.TabIndex = 5;
  765. this.MaterialFlatButton_3.set_Text("Start");
  766. this.MaterialFlatButton_3.UseVisualStyleBackColor = true;
  767. this.TextBox_0.BorderStyle = BorderStyle.None;
  768. this.TextBox_0.Font = new Font("Microsoft Sans Serif", 14.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  769. this.TextBox_0.Location = new Point(83, 83);
  770. this.TextBox_0.Multiline = true;
  771. this.TextBox_0.Name = "TextBox1";
  772. this.TextBox_0.Size = new Size(301, 87);
  773. this.TextBox_0.TabIndex = 4;
  774. this.Label_0.AutoSize = true;
  775. this.Label_0.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  776. this.Label_0.Location = new Point(34, 83);
  777. this.Label_0.Name = "Label6";
  778. this.Label_0.Size = new Size(43, 20);
  779. this.Label_0.TabIndex = 3;
  780. this.Label_0.Text = "Text:";
  781. this.Label_1.AutoSize = true;
  782. this.Label_1.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  783. this.Label_1.Location = new Point(34, 178);
  784. this.Label_1.Name = "Label5";
  785. this.Label_1.Size = new Size(106, 20);
  786. this.Label_1.TabIndex = 2;
  787. this.Label_1.Text = "Spam Speed:";
  788. this.Label_2.AutoSize = true;
  789. this.Label_2.BackColor = Color.Transparent;
  790. this.Label_2.Font = new Font("Sitka Display", 26.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  791. this.Label_2.Location = new Point(105, 3);
  792. this.Label_2.Name = "Label4";
  793. this.Label_2.Size = new Size(304, 50);
  794. this.Label_2.TabIndex = 1;
  795. this.Label_2.Text = "Welcome to Avspam";
  796. this.MaterialSingleLineTextField_0.set_Depth(0);
  797. this.MaterialSingleLineTextField_0.set_Hint("");
  798. this.MaterialSingleLineTextField_0.Location = new Point(146, 178);
  799. this.MaterialSingleLineTextField_0.set_MaxLength(32767);
  800. this.MaterialSingleLineTextField_0.set_MouseState(0);
  801. this.MaterialSingleLineTextField_0.Name = "MaterialSingleLineTextField1";
  802. this.MaterialSingleLineTextField_0.set_PasswordChar('\0');
  803. this.MaterialSingleLineTextField_0.set_SelectedText("");
  804. this.MaterialSingleLineTextField_0.set_SelectionLength(0);
  805. this.MaterialSingleLineTextField_0.set_SelectionStart(0);
  806. this.MaterialSingleLineTextField_0.Size = new Size(238, 23);
  807. this.MaterialSingleLineTextField_0.TabIndex = 0;
  808. this.MaterialSingleLineTextField_0.TabStop = false;
  809. this.MaterialSingleLineTextField_0.set_UseSystemPasswordChar(false);
  810. this.TabPage_1.BackColor = Color.White;
  811. this.TabPage_1.Controls.Add(this.MaterialFlatButton_8);
  812. this.TabPage_1.Controls.Add(this.WebBrowser_0);
  813. this.TabPage_1.Controls.Add(this.MaterialFlatButton_9);
  814. this.TabPage_1.Controls.Add(this.TextBox_1);
  815. this.TabPage_1.Controls.Add(this.MaterialFlatButton_10);
  816. this.TabPage_1.Controls.Add(this.MaterialFlatButton_6);
  817. this.TabPage_1.Controls.Add(this.MaterialFlatButton_7);
  818. this.TabPage_1.Controls.Add(this.MaterialFlatButton_5);
  819. this.TabPage_1.Controls.Add(this.MaterialFlatButton_4);
  820. this.TabPage_1.Controls.Add(this.Label_3);
  821. this.TabPage_1.Location = new Point(4, 22);
  822. this.TabPage_1.Name = "TabPage2";
  823. this.TabPage_1.Padding = new Padding(3);
  824. this.TabPage_1.Size = new Size(525, 253);
  825. this.TabPage_1.TabIndex = 1;
  826. this.TabPage_1.Text = "Settings";
  827. this.MaterialFlatButton_8.AutoSize = true;
  828. this.MaterialFlatButton_8.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  829. this.MaterialFlatButton_8.set_Depth(0);
  830. this.MaterialFlatButton_8.set_Icon(null);
  831. this.MaterialFlatButton_8.Location = new Point(189, 185);
  832. this.MaterialFlatButton_8.Margin = new Padding(4, 6, 4, 6);
  833. this.MaterialFlatButton_8.set_MouseState(0);
  834. this.MaterialFlatButton_8.Name = "MaterialFlatButton11";
  835. this.MaterialFlatButton_8.set_Primary(false);
  836. this.MaterialFlatButton_8.Size = new Size(126, 36);
  837. this.MaterialFlatButton_8.TabIndex = 12;
  838. this.MaterialFlatButton_8.set_Text("default color");
  839. this.MaterialFlatButton_8.UseVisualStyleBackColor = true;
  840. this.WebBrowser_0.Location = new Point(331, 210);
  841. this.WebBrowser_0.MinimumSize = new Size(20, 20);
  842. this.WebBrowser_0.Name = "WebBrowser1";
  843. this.WebBrowser_0.Size = new Size(153, 20);
  844. this.WebBrowser_0.TabIndex = 10;
  845. this.WebBrowser_0.Visible = false;
  846. this.MaterialFlatButton_9.AutoSize = true;
  847. this.MaterialFlatButton_9.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  848. this.MaterialFlatButton_9.set_Depth(0);
  849. this.MaterialFlatButton_9.set_Icon(null);
  850. this.MaterialFlatButton_9.Location = new Point(71, 137);
  851. this.MaterialFlatButton_9.Margin = new Padding(4, 6, 4, 6);
  852. this.MaterialFlatButton_9.set_MouseState(0);
  853. this.MaterialFlatButton_9.Name = "MaterialFlatButton10";
  854. this.MaterialFlatButton_9.set_Primary(false);
  855. this.MaterialFlatButton_9.Size = new Size(99, 36);
  856. this.MaterialFlatButton_9.TabIndex = 11;
  857. this.MaterialFlatButton_9.set_Text("Lime color");
  858. this.MaterialFlatButton_9.UseVisualStyleBackColor = true;
  859. this.TextBox_1.Location = new Point(6, 221);
  860. this.TextBox_1.Name = "txtHWID";
  861. this.TextBox_1.Size = new Size(241, 20);
  862. this.TextBox_1.TabIndex = 12;
  863. this.TextBox_1.Visible = false;
  864. this.MaterialFlatButton_10.AutoSize = true;
  865. this.MaterialFlatButton_10.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  866. this.MaterialFlatButton_10.set_Depth(0);
  867. this.MaterialFlatButton_10.set_Icon(null);
  868. this.MaterialFlatButton_10.Location = new Point(71, 74);
  869. this.MaterialFlatButton_10.Margin = new Padding(4, 6, 4, 6);
  870. this.MaterialFlatButton_10.set_MouseState(0);
  871. this.MaterialFlatButton_10.Name = "MaterialFlatButton9";
  872. this.MaterialFlatButton_10.set_Primary(false);
  873. this.MaterialFlatButton_10.Size = new Size(114, 36);
  874. this.MaterialFlatButton_10.TabIndex = 10;
  875. this.MaterialFlatButton_10.set_Text("Amber color");
  876. this.MaterialFlatButton_10.UseVisualStyleBackColor = true;
  877. this.MaterialFlatButton_6.AutoSize = true;
  878. this.MaterialFlatButton_6.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  879. this.MaterialFlatButton_6.set_Depth(0);
  880. this.MaterialFlatButton_6.set_Icon(null);
  881. this.MaterialFlatButton_6.Location = new Point(331, 137);
  882. this.MaterialFlatButton_6.Margin = new Padding(4, 6, 4, 6);
  883. this.MaterialFlatButton_6.set_MouseState(0);
  884. this.MaterialFlatButton_6.Name = "MaterialFlatButton8";
  885. this.MaterialFlatButton_6.set_Primary(false);
  886. this.MaterialFlatButton_6.Size = new Size(121, 36);
  887. this.MaterialFlatButton_6.TabIndex = 9;
  888. this.MaterialFlatButton_6.set_Text("Yellow color");
  889. this.MaterialFlatButton_6.UseVisualStyleBackColor = true;
  890. this.MaterialFlatButton_7.AutoSize = true;
  891. this.MaterialFlatButton_7.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  892. this.MaterialFlatButton_7.set_Depth(0);
  893. this.MaterialFlatButton_7.set_Icon(null);
  894. this.MaterialFlatButton_7.Location = new Point(331, 74);
  895. this.MaterialFlatButton_7.Margin = new Padding(4, 6, 4, 6);
  896. this.MaterialFlatButton_7.set_MouseState(0);
  897. this.MaterialFlatButton_7.Name = "MaterialFlatButton7";
  898. this.MaterialFlatButton_7.set_Primary(false);
  899. this.MaterialFlatButton_7.Size = new Size(111, 36);
  900. this.MaterialFlatButton_7.TabIndex = 8;
  901. this.MaterialFlatButton_7.set_Text("Green color");
  902. this.MaterialFlatButton_7.UseVisualStyleBackColor = true;
  903. this.MaterialFlatButton_5.AutoSize = true;
  904. this.MaterialFlatButton_5.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  905. this.MaterialFlatButton_5.set_Depth(0);
  906. this.MaterialFlatButton_5.set_Icon(null);
  907. this.MaterialFlatButton_5.Location = new Point(199, 137);
  908. this.MaterialFlatButton_5.Margin = new Padding(4, 6, 4, 6);
  909. this.MaterialFlatButton_5.set_MouseState(0);
  910. this.MaterialFlatButton_5.Name = "MaterialFlatButton6";
  911. this.MaterialFlatButton_5.set_Primary(false);
  912. this.MaterialFlatButton_5.Size = new Size(101, 36);
  913. this.MaterialFlatButton_5.TabIndex = 7;
  914. this.MaterialFlatButton_5.set_Text("Blue color");
  915. this.MaterialFlatButton_5.UseVisualStyleBackColor = true;
  916. this.MaterialFlatButton_4.AutoSize = true;
  917. this.MaterialFlatButton_4.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  918. this.MaterialFlatButton_4.set_Depth(0);
  919. this.MaterialFlatButton_4.set_Icon(null);
  920. this.MaterialFlatButton_4.Location = new Point(199, 74);
  921. this.MaterialFlatButton_4.Margin = new Padding(4, 6, 4, 6);
  922. this.MaterialFlatButton_4.set_MouseState(0);
  923. this.MaterialFlatButton_4.Name = "MaterialFlatButton5";
  924. this.MaterialFlatButton_4.set_Primary(false);
  925. this.MaterialFlatButton_4.Size = new Size(94, 36);
  926. this.MaterialFlatButton_4.TabIndex = 6;
  927. this.MaterialFlatButton_4.set_Text("Red color");
  928. this.MaterialFlatButton_4.UseVisualStyleBackColor = true;
  929. this.Label_3.AutoSize = true;
  930. this.Label_3.Font = new Font("Segoe Print", 21.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  931. this.Label_3.Location = new Point(149, 17);
  932. this.Label_3.Name = "Label1";
  933. this.Label_3.Size = new Size(229, 51);
  934. this.Label_3.TabIndex = 0;
  935. this.Label_3.Text = "Color Options:";
  936. this.TabPage_2.Controls.Add(this.Label_10);
  937. this.TabPage_2.Controls.Add(this.Label_11);
  938. this.TabPage_2.Controls.Add(this.Label_12);
  939. this.TabPage_2.Controls.Add(this.Label_4);
  940. this.TabPage_2.Controls.Add(this.Label_5);
  941. this.TabPage_2.Controls.Add(this.Label_6);
  942. this.TabPage_2.Controls.Add(this.Label_7);
  943. this.TabPage_2.Controls.Add(this.Label_8);
  944. this.TabPage_2.Location = new Point(4, 22);
  945. this.TabPage_2.Name = "TabPage3";
  946. this.TabPage_2.Padding = new Padding(3);
  947. this.TabPage_2.Size = new Size(525, 253);
  948. this.TabPage_2.TabIndex = 2;
  949. this.TabPage_2.Text = "Changelog";
  950. this.TabPage_2.UseVisualStyleBackColor = true;
  951. this.Label_10.AutoSize = true;
  952. this.Label_10.Font = new Font("Microsoft Sans Serif", 14.25f, FontStyle.Italic, GraphicsUnit.Point, 0);
  953. this.Label_10.Location = new Point(288, 146);
  954. this.Label_10.Name = "Label13";
  955. this.Label_10.Size = new Size(124, 24);
  956. this.Label_10.TabIndex = 7;
  957. this.Label_10.Text = "- More Colors";
  958. this.Label_11.AutoSize = true;
  959. this.Label_11.Font = new Font("Microsoft Sans Serif", 14.25f, FontStyle.Italic, GraphicsUnit.Point, 0);
  960. this.Label_11.Location = new Point(288, 110);
  961. this.Label_11.Name = "Label12";
  962. this.Label_11.Size = new Size(125, 24);
  963. this.Label_11.TabIndex = 6;
  964. this.Label_11.Text = "- Auto Update";
  965. this.Label_12.AutoSize = true;
  966. this.Label_12.Font = new Font("Microsoft Sans Serif", 14.25f, FontStyle.Italic, GraphicsUnit.Point, 0);
  967. this.Label_12.Location = new Point(288, 74);
  968. this.Label_12.Name = "Label11";
  969. this.Label_12.Size = new Size(82, 24);
  970. this.Label_12.TabIndex = 5;
  971. this.Label_12.Text = "- New UI";
  972. this.Label_4.AutoSize = true;
  973. this.Label_4.Font = new Font("Microsoft Sans Serif", 14.25f, FontStyle.Italic, GraphicsUnit.Point, 0);
  974. this.Label_4.Location = new Point(63, 182);
  975. this.Label_4.Name = "Label9";
  976. this.Label_4.Size = new Size(106, 24);
  977. this.Label_4.TabIndex = 4;
  978. this.Label_4.Text = "- Bug Fixes";
  979. this.Label_5.AutoSize = true;
  980. this.Label_5.Font = new Font("Microsoft Sans Serif", 14.25f, FontStyle.Italic, GraphicsUnit.Point, 0);
  981. this.Label_5.Location = new Point(63, 146);
  982. this.Label_5.Name = "Label8";
  983. this.Label_5.Size = new Size(143, 24);
  984. this.Label_5.TabIndex = 3;
  985. this.Label_5.Text = "- Better Whitelist";
  986. this.Label_6.AutoSize = true;
  987. this.Label_6.Font = new Font("Microsoft Sans Serif", 14.25f, FontStyle.Italic, GraphicsUnit.Point, 0);
  988. this.Label_6.Location = new Point(63, 110);
  989. this.Label_6.Name = "Label7";
  990. this.Label_6.Size = new Size(170, 24);
  991. this.Label_6.TabIndex = 2;
  992. this.Label_6.Text = "- Complete Rewrite";
  993. this.Label_7.AutoSize = true;
  994. this.Label_7.Font = new Font("Microsoft Sans Serif", 14.25f, FontStyle.Italic, GraphicsUnit.Point, 0);
  995. this.Label_7.Location = new Point(63, 74);
  996. this.Label_7.Name = "Label3";
  997. this.Label_7.Size = new Size(172, 24);
  998. this.Label_7.TabIndex = 1;
  999. this.Label_7.Text = "- Improved Security";
  1000. this.Label_8.AutoSize = true;
  1001. this.Label_8.Font = new Font("Segoe Print", 24f, FontStyle.Bold, GraphicsUnit.Point, 0);
  1002. this.Label_8.Location = new Point(122, 17);
  1003. this.Label_8.Name = "Label2";
  1004. this.Label_8.Size = new Size(255, 57);
  1005. this.Label_8.TabIndex = 0;
  1006. this.Label_8.Text = "V3 Changelog:";
  1007. this.MaterialTabSelector_0.set_BaseTabControl(this.MaterialTabControl_0);
  1008. this.MaterialTabSelector_0.set_Depth(0);
  1009. this.MaterialTabSelector_0.Location = new Point(-5, 62);
  1010. this.MaterialTabSelector_0.set_MouseState(0);
  1011. this.MaterialTabSelector_0.Name = "MaterialTabSelector1";
  1012. this.MaterialTabSelector_0.Size = new Size(579, 23);
  1013. this.MaterialTabSelector_0.TabIndex = 1;
  1014. this.MaterialTabSelector_0.Text = "MaterialTabSelector1";
  1015. this.OpenFileDialog_0.FileName = "OpenFileDialog1";
  1016. this.MaterialLabel_1.BackColor = Color.Transparent;
  1017. this.MaterialLabel_1.set_Depth(0);
  1018. this.MaterialLabel_1.Font = new Font("Roboto", 11f);
  1019. this.MaterialLabel_1.ForeColor = Color.FromArgb(222, 0, 0, 0);
  1020. this.MaterialLabel_1.Location = new Point(4, 54);
  1021. this.MaterialLabel_1.set_MouseState(0);
  1022. this.MaterialLabel_1.Name = "MaterialLabel3";
  1023. this.MaterialLabel_1.Size = new Size(67, 19);
  1024. this.MaterialLabel_1.TabIndex = 39;
  1025. this.MaterialLabel_1.Text = "DLLS:";
  1026. this.MaterialFlatButton_14.AutoSize = true;
  1027. this.MaterialFlatButton_14.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  1028. this.MaterialFlatButton_14.BackColor = Color.Transparent;
  1029. this.MaterialFlatButton_14.set_Depth(0);
  1030. this.MaterialFlatButton_14.ForeColor = Color.Transparent;
  1031. this.MaterialFlatButton_14.set_Icon(null);
  1032. this.MaterialFlatButton_14.Location = new Point(390, 13);
  1033. this.MaterialFlatButton_14.Margin = new Padding(4, 6, 4, 6);
  1034. this.MaterialFlatButton_14.set_MouseState(0);
  1035. this.MaterialFlatButton_14.Name = "MaterialFlatButton16";
  1036. this.MaterialFlatButton_14.set_Primary(false);
  1037. this.MaterialFlatButton_14.Size = new Size(75, 36);
  1038. this.MaterialFlatButton_14.TabIndex = 37;
  1039. this.MaterialFlatButton_14.set_Text("Add Dll");
  1040. this.MaterialFlatButton_14.UseVisualStyleBackColor = false;
  1041. this.MaterialLabel_0.BackColor = Color.Transparent;
  1042. this.MaterialLabel_0.set_Depth(0);
  1043. this.MaterialLabel_0.Font = new Font("Roboto", 11f);
  1044. this.MaterialLabel_0.ForeColor = Color.FromArgb(222, 0, 0, 0);
  1045. this.MaterialLabel_0.Location = new Point(4, 19);
  1046. this.MaterialLabel_0.set_MouseState(0);
  1047. this.MaterialLabel_0.Name = "MaterialLabel2";
  1048. this.MaterialLabel_0.Size = new Size(67, 19);
  1049. this.MaterialLabel_0.TabIndex = 36;
  1050. this.MaterialLabel_0.Text = "Process:";
  1051. this.TextBox_3.BackColor = Color.White;
  1052. this.TextBox_3.BorderStyle = BorderStyle.None;
  1053. this.TextBox_3.Font = new Font("Microsoft Sans Serif", 15.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1054. this.TextBox_3.Location = new Point(75, 56);
  1055. this.TextBox_3.Multiline = true;
  1056. this.TextBox_3.Name = "TextBox3";
  1057. this.TextBox_3.ReadOnly = true;
  1058. this.TextBox_3.ScrollBars = ScrollBars.Vertical;
  1059. this.TextBox_3.Size = new Size(299, 126);
  1060. this.TextBox_3.TabIndex = 38;
  1061. this.MaterialFlatButton_13.AutoSize = true;
  1062. this.MaterialFlatButton_13.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  1063. this.MaterialFlatButton_13.BackColor = Color.Transparent;
  1064. this.MaterialFlatButton_13.set_Depth(0);
  1065. this.MaterialFlatButton_13.ForeColor = Color.Transparent;
  1066. this.MaterialFlatButton_13.set_Icon(null);
  1067. this.MaterialFlatButton_13.Location = new Point(390, 58);
  1068. this.MaterialFlatButton_13.Margin = new Padding(4, 6, 4, 6);
  1069. this.MaterialFlatButton_13.set_MouseState(0);
  1070. this.MaterialFlatButton_13.Name = "MaterialFlatButton15";
  1071. this.MaterialFlatButton_13.set_Primary(false);
  1072. this.MaterialFlatButton_13.Size = new Size(103, 36);
  1073. this.MaterialFlatButton_13.TabIndex = 40;
  1074. this.MaterialFlatButton_13.set_Text("Remove Dll");
  1075. this.MaterialFlatButton_13.UseVisualStyleBackColor = false;
  1076. this.MaterialFlatButton_12.AutoSize = true;
  1077. this.MaterialFlatButton_12.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  1078. this.MaterialFlatButton_12.BackColor = Color.Transparent;
  1079. this.MaterialFlatButton_12.set_Depth(0);
  1080. this.MaterialFlatButton_12.ForeColor = Color.Transparent;
  1081. this.MaterialFlatButton_12.set_Icon(null);
  1082. this.MaterialFlatButton_12.Location = new Point(390, 103);
  1083. this.MaterialFlatButton_12.Margin = new Padding(4, 6, 4, 6);
  1084. this.MaterialFlatButton_12.set_MouseState(0);
  1085. this.MaterialFlatButton_12.Name = "MaterialFlatButton14";
  1086. this.MaterialFlatButton_12.set_Primary(false);
  1087. this.MaterialFlatButton_12.Size = new Size(126, 36);
  1088. this.MaterialFlatButton_12.TabIndex = 41;
  1089. this.MaterialFlatButton_12.set_Text("Clear Process");
  1090. this.MaterialFlatButton_12.UseVisualStyleBackColor = false;
  1091. this.MaterialFlatButton_11.AutoSize = true;
  1092. this.MaterialFlatButton_11.AutoSizeMode = AutoSizeMode.GrowAndShrink;
  1093. this.MaterialFlatButton_11.BackColor = Color.Transparent;
  1094. this.MaterialFlatButton_11.set_Depth(0);
  1095. this.MaterialFlatButton_11.ForeColor = Color.Transparent;
  1096. this.MaterialFlatButton_11.set_Icon(null);
  1097. this.MaterialFlatButton_11.Location = new Point(390, 148);
  1098. this.MaterialFlatButton_11.Margin = new Padding(4, 6, 4, 6);
  1099. this.MaterialFlatButton_11.set_MouseState(0);
  1100. this.MaterialFlatButton_11.Name = "MaterialFlatButton13";
  1101. this.MaterialFlatButton_11.set_Primary(false);
  1102. this.MaterialFlatButton_11.Size = new Size(95, 36);
  1103. this.MaterialFlatButton_11.TabIndex = 42;
  1104. this.MaterialFlatButton_11.set_Text("Inject dll");
  1105. this.MaterialFlatButton_11.UseVisualStyleBackColor = false;
  1106. this.MaterialFlatButton_11.Visible = false;
  1107. this.TextBox_2.BorderStyle = BorderStyle.None;
  1108. this.TextBox_2.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1109. this.TextBox_2.Location = new Point(75, 21);
  1110. this.TextBox_2.Name = "TextBox2";
  1111. this.TextBox_2.Size = new Size(299, 19);
  1112. this.TextBox_2.TabIndex = 44;
  1113. this.MaterialCheckBox_2.set_AutoSize(true);
  1114. this.MaterialCheckBox_2.set_Depth(0);
  1115. this.MaterialCheckBox_2.Font = new Font("Microsoft Sans Serif", 10f);
  1116. this.MaterialCheckBox_2.Location = new Point(147, 205);
  1117. this.MaterialCheckBox_2.Margin = new Padding(0);
  1118. this.MaterialCheckBox_2.set_MouseLocation(new Point(-1, -1));
  1119. this.MaterialCheckBox_2.set_MouseState(0);
  1120. this.MaterialCheckBox_2.Name = "MaterialCheckBox3";
  1121. this.MaterialCheckBox_2.set_Ripple(true);
  1122. this.MaterialCheckBox_2.Size = new Size(132, 30);
  1123. this.MaterialCheckBox_2.TabIndex = 45;
  1124. this.MaterialCheckBox_2.Text = "Manual Injection";
  1125. this.MaterialCheckBox_2.UseVisualStyleBackColor = true;
  1126. this.MaterialCheckBox_1.set_AutoSize(true);
  1127. this.MaterialCheckBox_1.Checked = true;
  1128. this.MaterialCheckBox_1.CheckState = CheckState.Checked;
  1129. this.MaterialCheckBox_1.set_Depth(0);
  1130. this.MaterialCheckBox_1.Font = new Font("Microsoft Sans Serif", 10f);
  1131. this.MaterialCheckBox_1.Location = new Point(21, 206);
  1132. this.MaterialCheckBox_1.Margin = new Padding(0);
  1133. this.MaterialCheckBox_1.set_MouseLocation(new Point(-1, -1));
  1134. this.MaterialCheckBox_1.set_MouseState(0);
  1135. this.MaterialCheckBox_1.Name = "MaterialCheckBox6";
  1136. this.MaterialCheckBox_1.set_Ripple(true);
  1137. this.MaterialCheckBox_1.Size = new Size(116, 30);
  1138. this.MaterialCheckBox_1.TabIndex = 46;
  1139. this.MaterialCheckBox_1.Text = "Auto Injection";
  1140. this.MaterialCheckBox_1.UseVisualStyleBackColor = true;
  1141. this.Label_18.AutoSize = true;
  1142. this.Label_18.BackColor = Color.Transparent;
  1143. this.Label_18.Font = new Font("Microsoft Sans Serif", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1144. this.Label_18.ForeColor = Color.Black;
  1145. this.Label_18.Location = new Point(149, 187);
  1146. this.Label_18.Name = "Label18";
  1147. this.Label_18.Size = new Size(54, 18);
  1148. this.Label_18.TabIndex = 7;
  1149. this.Label_18.Text = "Status:";
  1150. this.Label_17.AutoSize = true;
  1151. this.Label_17.BackColor = Color.Transparent;
  1152. this.Label_17.Font = new Font("Microsoft Sans Serif", 11.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1153. this.Label_17.ForeColor = Color.Black;
  1154. this.Label_17.Location = new Point(209, 186);
  1155. this.Label_17.Name = "Label19";
  1156. this.Label_17.Size = new Size(44, 18);
  1157. this.Label_17.TabIndex = 6;
  1158. this.Label_17.Text = "None";
  1159. this.TabPage_3.BackColor = Color.White;
  1160. this.TabPage_3.Controls.Add(this.Label_17);
  1161. this.TabPage_3.Controls.Add(this.Label_18);
  1162. this.TabPage_3.Controls.Add(this.MaterialCheckBox_0);
  1163. this.TabPage_3.Controls.Add(this.MaterialCheckBox_1);
  1164. this.TabPage_3.Controls.Add(this.MaterialCheckBox_2);
  1165. this.TabPage_3.Controls.Add(this.TextBox_2);
  1166. this.TabPage_3.Controls.Add(this.MaterialFlatButton_11);
  1167. this.TabPage_3.Controls.Add(this.MaterialFlatButton_12);
  1168. this.TabPage_3.Controls.Add(this.MaterialFlatButton_13);
  1169. this.TabPage_3.Controls.Add(this.TextBox_3);
  1170. this.TabPage_3.Controls.Add(this.MaterialLabel_0);
  1171. this.TabPage_3.Controls.Add(this.MaterialFlatButton_14);
  1172. this.TabPage_3.Controls.Add(this.MaterialLabel_1);
  1173. this.TabPage_3.Location = new Point(4, 22);
  1174. this.TabPage_3.Name = "TabPage4";
  1175. this.TabPage_3.Padding = new Padding(3);
  1176. this.TabPage_3.Size = new Size(525, 236);
  1177. this.TabPage_3.TabIndex = 3;
  1178. this.TabPage_3.Text = "DLL injector";
  1179. this.MaterialCheckBox_0.set_AutoSize(true);
  1180. this.MaterialCheckBox_0.BackColor = Color.Transparent;
  1181. this.MaterialCheckBox_0.set_Depth(0);
  1182. this.MaterialCheckBox_0.Font = new Font("Roboto", 10f);
  1183. this.MaterialCheckBox_0.Location = new Point(292, 203);
  1184. this.MaterialCheckBox_0.Margin = new Padding(0);
  1185. this.MaterialCheckBox_0.set_MouseLocation(new Point(-1, -1));
  1186. this.MaterialCheckBox_0.set_MouseState(0);
  1187. this.MaterialCheckBox_0.Name = "MaterialCheckBox1";
  1188. this.MaterialCheckBox_0.set_Ripple(true);
  1189. this.MaterialCheckBox_0.Size = new Size(155, 30);
  1190. this.MaterialCheckBox_0.TabIndex = 47;
  1191. this.MaterialCheckBox_0.Text = "Close After Injection";
  1192. this.MaterialCheckBox_0.UseVisualStyleBackColor = false;
  1193. base.AutoScaleDimensions = new SizeF(6f, 13f);
  1194. base.AutoScaleMode = AutoScaleMode.Font;
  1195. base.ClientSize = new Size(521, 336);
  1196. base.Controls.Add(this.MaterialTabSelector_0);
  1197. base.Controls.Add(this.MaterialTabControl_0);
  1198. base.Icon = (Icon)componentResourceManager.GetObject("$this.Icon");
  1199. base.Name = "Form1";
  1200. this.Text = "AVspammer v3";
  1201. this.MaterialTabControl_0.ResumeLayout(false);
  1202. this.TabPage_0.ResumeLayout(false);
  1203. this.TabPage_0.PerformLayout();
  1204. this.TabPage_1.ResumeLayout(false);
  1205. this.TabPage_1.PerformLayout();
  1206. this.TabPage_2.ResumeLayout(false);
  1207. this.TabPage_2.PerformLayout();
  1208. this.TabPage_3.ResumeLayout(false);
  1209. this.TabPage_3.PerformLayout();
  1210. base.ResumeLayout(false);
  1211. }
  1212.  
  1213. // Token: 0x1700000D RID: 13
  1214. // (get) Token: 0x060000A6 RID: 166 RVA: 0x000023D9 File Offset: 0x000005D9
  1215. // (set) Token: 0x060000A7 RID: 167 RVA: 0x000023E1 File Offset: 0x000005E1
  1216. internal virtual MaterialTabControl MaterialTabControl_0
  1217. {
  1218. get;
  1219. [MethodImpl(MethodImplOptions.Synchronized)]
  1220. set;
  1221. }
  1222.  
  1223. // Token: 0x1700000E RID: 14
  1224. // (get) Token: 0x060000A8 RID: 168 RVA: 0x000023EA File Offset: 0x000005EA
  1225. // (set) Token: 0x060000A9 RID: 169 RVA: 0x00006B44 File Offset: 0x00004D44
  1226. internal virtual TabPage TabPage_0
  1227. {
  1228. [CompilerGenerated]
  1229. get
  1230. {
  1231. return this.tabPage_0;
  1232. }
  1233. [CompilerGenerated]
  1234. [MethodImpl(MethodImplOptions.Synchronized)]
  1235. set
  1236. {
  1237. EventHandler eventHandler_ = new EventHandler(this.method_19);
  1238. TabPage tabPage = this.tabPage_0;
  1239. if (tabPage != null)
  1240. {
  1241. GForm0.smethod_86(tabPage, eventHandler_);
  1242. }
  1243. this.tabPage_0 = value;
  1244. tabPage = this.tabPage_0;
  1245. if (tabPage != null)
  1246. {
  1247. GForm0.smethod_87(tabPage, eventHandler_);
  1248. }
  1249. }
  1250. }
  1251.  
  1252. // Token: 0x1700000F RID: 15
  1253. // (get) Token: 0x060000AA RID: 170 RVA: 0x000023F2 File Offset: 0x000005F2
  1254. // (set) Token: 0x060000AB RID: 171 RVA: 0x000023FA File Offset: 0x000005FA
  1255. internal virtual TabPage TabPage_1
  1256. {
  1257. get;
  1258. [MethodImpl(MethodImplOptions.Synchronized)]
  1259. set;
  1260. }
  1261.  
  1262. // Token: 0x17000010 RID: 16
  1263. // (get) Token: 0x060000AC RID: 172 RVA: 0x00002403 File Offset: 0x00000603
  1264. // (set) Token: 0x060000AD RID: 173 RVA: 0x00006B88 File Offset: 0x00004D88
  1265. internal virtual MaterialTabSelector MaterialTabSelector_0
  1266. {
  1267. [CompilerGenerated]
  1268. get
  1269. {
  1270. return this.materialTabSelector_0;
  1271. }
  1272. [CompilerGenerated]
  1273. [MethodImpl(MethodImplOptions.Synchronized)]
  1274. set
  1275. {
  1276. EventHandler eventHandler_ = new EventHandler(this.method_21);
  1277. MaterialTabSelector materialTabSelector = this.materialTabSelector_0;
  1278. if (materialTabSelector != null)
  1279. {
  1280. GForm0.smethod_86(materialTabSelector, eventHandler_);
  1281. }
  1282. this.materialTabSelector_0 = value;
  1283. materialTabSelector = this.materialTabSelector_0;
  1284. if (materialTabSelector != null)
  1285. {
  1286. GForm0.smethod_87(materialTabSelector, eventHandler_);
  1287. }
  1288. }
  1289. }
  1290.  
  1291. // Token: 0x17000011 RID: 17
  1292. // (get) Token: 0x060000AE RID: 174 RVA: 0x0000240B File Offset: 0x0000060B
  1293. // (set) Token: 0x060000AF RID: 175 RVA: 0x00006BCC File Offset: 0x00004DCC
  1294. internal virtual MaterialFlatButton MaterialFlatButton_0
  1295. {
  1296. [CompilerGenerated]
  1297. get
  1298. {
  1299. return this.materialFlatButton_0;
  1300. }
  1301. [CompilerGenerated]
  1302. [MethodImpl(MethodImplOptions.Synchronized)]
  1303. set
  1304. {
  1305. EventHandler eventHandler_ = new EventHandler(this.method_18);
  1306. MaterialFlatButton materialFlatButton = this.materialFlatButton_0;
  1307. if (materialFlatButton != null)
  1308. {
  1309. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1310. }
  1311. this.materialFlatButton_0 = value;
  1312. materialFlatButton = this.materialFlatButton_0;
  1313. if (materialFlatButton != null)
  1314. {
  1315. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1316. }
  1317. }
  1318. }
  1319.  
  1320. // Token: 0x17000012 RID: 18
  1321. // (get) Token: 0x060000B0 RID: 176 RVA: 0x00002413 File Offset: 0x00000613
  1322. // (set) Token: 0x060000B1 RID: 177 RVA: 0x00006C10 File Offset: 0x00004E10
  1323. internal virtual MaterialFlatButton MaterialFlatButton_1
  1324. {
  1325. [CompilerGenerated]
  1326. get
  1327. {
  1328. return this.materialFlatButton_1;
  1329. }
  1330. [CompilerGenerated]
  1331. [MethodImpl(MethodImplOptions.Synchronized)]
  1332. set
  1333. {
  1334. EventHandler eventHandler_ = new EventHandler(this.method_16);
  1335. MaterialFlatButton materialFlatButton = this.materialFlatButton_1;
  1336. if (materialFlatButton != null)
  1337. {
  1338. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1339. }
  1340. this.materialFlatButton_1 = value;
  1341. materialFlatButton = this.materialFlatButton_1;
  1342. if (materialFlatButton != null)
  1343. {
  1344. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1345. }
  1346. }
  1347. }
  1348.  
  1349. // Token: 0x17000013 RID: 19
  1350. // (get) Token: 0x060000B2 RID: 178 RVA: 0x0000241B File Offset: 0x0000061B
  1351. // (set) Token: 0x060000B3 RID: 179 RVA: 0x00006C54 File Offset: 0x00004E54
  1352. internal virtual MaterialFlatButton MaterialFlatButton_2
  1353. {
  1354. [CompilerGenerated]
  1355. get
  1356. {
  1357. return this.materialFlatButton_2;
  1358. }
  1359. [CompilerGenerated]
  1360. [MethodImpl(MethodImplOptions.Synchronized)]
  1361. set
  1362. {
  1363. EventHandler eventHandler_ = new EventHandler(this.method_12);
  1364. MaterialFlatButton materialFlatButton = this.materialFlatButton_2;
  1365. if (materialFlatButton != null)
  1366. {
  1367. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1368. }
  1369. this.materialFlatButton_2 = value;
  1370. materialFlatButton = this.materialFlatButton_2;
  1371. if (materialFlatButton != null)
  1372. {
  1373. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1374. }
  1375. }
  1376. }
  1377.  
  1378. // Token: 0x17000014 RID: 20
  1379. // (get) Token: 0x060000B4 RID: 180 RVA: 0x00002423 File Offset: 0x00000623
  1380. // (set) Token: 0x060000B5 RID: 181 RVA: 0x00006C98 File Offset: 0x00004E98
  1381. internal virtual MaterialFlatButton MaterialFlatButton_3
  1382. {
  1383. [CompilerGenerated]
  1384. get
  1385. {
  1386. return this.materialFlatButton_3;
  1387. }
  1388. [CompilerGenerated]
  1389. [MethodImpl(MethodImplOptions.Synchronized)]
  1390. set
  1391. {
  1392. EventHandler eventHandler_ = new EventHandler(this.method_11);
  1393. MaterialFlatButton materialFlatButton = this.materialFlatButton_3;
  1394. if (materialFlatButton != null)
  1395. {
  1396. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1397. }
  1398. this.materialFlatButton_3 = value;
  1399. materialFlatButton = this.materialFlatButton_3;
  1400. if (materialFlatButton != null)
  1401. {
  1402. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1403. }
  1404. }
  1405. }
  1406.  
  1407. // Token: 0x17000015 RID: 21
  1408. // (get) Token: 0x060000B6 RID: 182 RVA: 0x0000242B File Offset: 0x0000062B
  1409. // (set) Token: 0x060000B7 RID: 183 RVA: 0x00002433 File Offset: 0x00000633
  1410. internal virtual TextBox TextBox_0
  1411. {
  1412. get;
  1413. [MethodImpl(MethodImplOptions.Synchronized)]
  1414. set;
  1415. }
  1416.  
  1417. // Token: 0x17000016 RID: 22
  1418. // (get) Token: 0x060000B8 RID: 184 RVA: 0x0000243C File Offset: 0x0000063C
  1419. // (set) Token: 0x060000B9 RID: 185 RVA: 0x00002444 File Offset: 0x00000644
  1420. internal virtual Label Label_0
  1421. {
  1422. get;
  1423. [MethodImpl(MethodImplOptions.Synchronized)]
  1424. set;
  1425. }
  1426.  
  1427. // Token: 0x17000017 RID: 23
  1428. // (get) Token: 0x060000BA RID: 186 RVA: 0x0000244D File Offset: 0x0000064D
  1429. // (set) Token: 0x060000BB RID: 187 RVA: 0x00002455 File Offset: 0x00000655
  1430. internal virtual Label Label_1
  1431. {
  1432. get;
  1433. [MethodImpl(MethodImplOptions.Synchronized)]
  1434. set;
  1435. }
  1436.  
  1437. // Token: 0x17000018 RID: 24
  1438. // (get) Token: 0x060000BC RID: 188 RVA: 0x0000245E File Offset: 0x0000065E
  1439. // (set) Token: 0x060000BD RID: 189 RVA: 0x00006CDC File Offset: 0x00004EDC
  1440. internal virtual Label Label_2
  1441. {
  1442. [CompilerGenerated]
  1443. get
  1444. {
  1445. return this.label_2;
  1446. }
  1447. [CompilerGenerated]
  1448. [MethodImpl(MethodImplOptions.Synchronized)]
  1449. set
  1450. {
  1451. EventHandler eventHandler_ = new EventHandler(this.method_22);
  1452. Label label = this.label_2;
  1453. if (label != null)
  1454. {
  1455. GForm0.smethod_86(label, eventHandler_);
  1456. }
  1457. this.label_2 = value;
  1458. label = this.label_2;
  1459. if (label != null)
  1460. {
  1461. GForm0.smethod_87(label, eventHandler_);
  1462. }
  1463. }
  1464. }
  1465.  
  1466. // Token: 0x17000019 RID: 25
  1467. // (get) Token: 0x060000BE RID: 190 RVA: 0x00002466 File Offset: 0x00000666
  1468. // (set) Token: 0x060000BF RID: 191 RVA: 0x00006D20 File Offset: 0x00004F20
  1469. internal virtual MaterialSingleLineTextField MaterialSingleLineTextField_0
  1470. {
  1471. [CompilerGenerated]
  1472. get
  1473. {
  1474. return this.materialSingleLineTextField_0;
  1475. }
  1476. [CompilerGenerated]
  1477. [MethodImpl(MethodImplOptions.Synchronized)]
  1478. set
  1479. {
  1480. EventHandler eventHandler_ = new EventHandler(this.method_17);
  1481. MaterialSingleLineTextField materialSingleLineTextField = this.materialSingleLineTextField_0;
  1482. if (materialSingleLineTextField != null)
  1483. {
  1484. GForm0.smethod_88(materialSingleLineTextField, eventHandler_);
  1485. }
  1486. this.materialSingleLineTextField_0 = value;
  1487. materialSingleLineTextField = this.materialSingleLineTextField_0;
  1488. if (materialSingleLineTextField != null)
  1489. {
  1490. GForm0.smethod_89(materialSingleLineTextField, eventHandler_);
  1491. }
  1492. }
  1493. }
  1494.  
  1495. // Token: 0x1700001A RID: 26
  1496. // (get) Token: 0x060000C0 RID: 192 RVA: 0x0000246E File Offset: 0x0000066E
  1497. // (set) Token: 0x060000C1 RID: 193 RVA: 0x00002476 File Offset: 0x00000676
  1498. internal virtual Label Label_3
  1499. {
  1500. get;
  1501. [MethodImpl(MethodImplOptions.Synchronized)]
  1502. set;
  1503. }
  1504.  
  1505. // Token: 0x1700001B RID: 27
  1506. // (get) Token: 0x060000C2 RID: 194 RVA: 0x0000247F File Offset: 0x0000067F
  1507. // (set) Token: 0x060000C3 RID: 195 RVA: 0x00002487 File Offset: 0x00000687
  1508. internal virtual TabPage TabPage_2
  1509. {
  1510. get;
  1511. [MethodImpl(MethodImplOptions.Synchronized)]
  1512. set;
  1513. }
  1514.  
  1515. // Token: 0x1700001C RID: 28
  1516. // (get) Token: 0x060000C4 RID: 196 RVA: 0x00002490 File Offset: 0x00000690
  1517. // (set) Token: 0x060000C5 RID: 197 RVA: 0x00002498 File Offset: 0x00000698
  1518. internal virtual Label Label_4
  1519. {
  1520. get;
  1521. [MethodImpl(MethodImplOptions.Synchronized)]
  1522. set;
  1523. }
  1524.  
  1525. // Token: 0x1700001D RID: 29
  1526. // (get) Token: 0x060000C6 RID: 198 RVA: 0x000024A1 File Offset: 0x000006A1
  1527. // (set) Token: 0x060000C7 RID: 199 RVA: 0x000024A9 File Offset: 0x000006A9
  1528. internal virtual Label Label_5
  1529. {
  1530. get;
  1531. [MethodImpl(MethodImplOptions.Synchronized)]
  1532. set;
  1533. }
  1534.  
  1535. // Token: 0x1700001E RID: 30
  1536. // (get) Token: 0x060000C8 RID: 200 RVA: 0x000024B2 File Offset: 0x000006B2
  1537. // (set) Token: 0x060000C9 RID: 201 RVA: 0x000024BA File Offset: 0x000006BA
  1538. internal virtual Label Label_6
  1539. {
  1540. get;
  1541. [MethodImpl(MethodImplOptions.Synchronized)]
  1542. set;
  1543. }
  1544.  
  1545. // Token: 0x1700001F RID: 31
  1546. // (get) Token: 0x060000CA RID: 202 RVA: 0x000024C3 File Offset: 0x000006C3
  1547. // (set) Token: 0x060000CB RID: 203 RVA: 0x00006D64 File Offset: 0x00004F64
  1548. internal virtual Label Label_7
  1549. {
  1550. [CompilerGenerated]
  1551. get
  1552. {
  1553. return this.label_7;
  1554. }
  1555. [CompilerGenerated]
  1556. [MethodImpl(MethodImplOptions.Synchronized)]
  1557. set
  1558. {
  1559. EventHandler eventHandler_ = new EventHandler(this.method_0);
  1560. Label label = this.label_7;
  1561. if (label != null)
  1562. {
  1563. GForm0.smethod_86(label, eventHandler_);
  1564. }
  1565. this.label_7 = value;
  1566. label = this.label_7;
  1567. if (label != null)
  1568. {
  1569. GForm0.smethod_87(label, eventHandler_);
  1570. }
  1571. }
  1572. }
  1573.  
  1574. // Token: 0x17000020 RID: 32
  1575. // (get) Token: 0x060000CC RID: 204 RVA: 0x000024CB File Offset: 0x000006CB
  1576. // (set) Token: 0x060000CD RID: 205 RVA: 0x000024D3 File Offset: 0x000006D3
  1577. internal virtual Label Label_8
  1578. {
  1579. get;
  1580. [MethodImpl(MethodImplOptions.Synchronized)]
  1581. set;
  1582. }
  1583.  
  1584. // Token: 0x17000021 RID: 33
  1585. // (get) Token: 0x060000CE RID: 206 RVA: 0x000024DC File Offset: 0x000006DC
  1586. // (set) Token: 0x060000CF RID: 207 RVA: 0x00006DA8 File Offset: 0x00004FA8
  1587. internal virtual MaterialFlatButton MaterialFlatButton_4
  1588. {
  1589. [CompilerGenerated]
  1590. get
  1591. {
  1592. return this.materialFlatButton_4;
  1593. }
  1594. [CompilerGenerated]
  1595. [MethodImpl(MethodImplOptions.Synchronized)]
  1596. set
  1597. {
  1598. EventHandler eventHandler_ = new EventHandler(this.method_6);
  1599. MaterialFlatButton materialFlatButton = this.materialFlatButton_4;
  1600. if (materialFlatButton != null)
  1601. {
  1602. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1603. }
  1604. this.materialFlatButton_4 = value;
  1605. materialFlatButton = this.materialFlatButton_4;
  1606. if (materialFlatButton != null)
  1607. {
  1608. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1609. }
  1610. }
  1611. }
  1612.  
  1613. // Token: 0x17000022 RID: 34
  1614. // (get) Token: 0x060000D0 RID: 208 RVA: 0x000024E4 File Offset: 0x000006E4
  1615. // (set) Token: 0x060000D1 RID: 209 RVA: 0x00006DEC File Offset: 0x00004FEC
  1616. internal virtual MaterialFlatButton MaterialFlatButton_5
  1617. {
  1618. [CompilerGenerated]
  1619. get
  1620. {
  1621. return this.materialFlatButton_5;
  1622. }
  1623. [CompilerGenerated]
  1624. [MethodImpl(MethodImplOptions.Synchronized)]
  1625. set
  1626. {
  1627. EventHandler eventHandler_ = new EventHandler(this.method_8);
  1628. MaterialFlatButton materialFlatButton = this.materialFlatButton_5;
  1629. if (materialFlatButton != null)
  1630. {
  1631. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1632. }
  1633. this.materialFlatButton_5 = value;
  1634. materialFlatButton = this.materialFlatButton_5;
  1635. if (materialFlatButton != null)
  1636. {
  1637. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1638. }
  1639. }
  1640. }
  1641.  
  1642. // Token: 0x17000023 RID: 35
  1643. // (get) Token: 0x060000D2 RID: 210 RVA: 0x000024EC File Offset: 0x000006EC
  1644. // (set) Token: 0x060000D3 RID: 211 RVA: 0x00006E30 File Offset: 0x00005030
  1645. internal virtual MaterialFlatButton MaterialFlatButton_6
  1646. {
  1647. [CompilerGenerated]
  1648. get
  1649. {
  1650. return this.materialFlatButton_6;
  1651. }
  1652. [CompilerGenerated]
  1653. [MethodImpl(MethodImplOptions.Synchronized)]
  1654. set
  1655. {
  1656. EventHandler eventHandler_ = new EventHandler(this.method_10);
  1657. MaterialFlatButton materialFlatButton = this.materialFlatButton_6;
  1658. if (materialFlatButton != null)
  1659. {
  1660. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1661. }
  1662. this.materialFlatButton_6 = value;
  1663. materialFlatButton = this.materialFlatButton_6;
  1664. if (materialFlatButton != null)
  1665. {
  1666. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1667. }
  1668. }
  1669. }
  1670.  
  1671. // Token: 0x17000024 RID: 36
  1672. // (get) Token: 0x060000D4 RID: 212 RVA: 0x000024F4 File Offset: 0x000006F4
  1673. // (set) Token: 0x060000D5 RID: 213 RVA: 0x00006E74 File Offset: 0x00005074
  1674. internal virtual MaterialFlatButton MaterialFlatButton_7
  1675. {
  1676. [CompilerGenerated]
  1677. get
  1678. {
  1679. return this.materialFlatButton_7;
  1680. }
  1681. [CompilerGenerated]
  1682. [MethodImpl(MethodImplOptions.Synchronized)]
  1683. set
  1684. {
  1685. EventHandler eventHandler_ = new EventHandler(this.method_9);
  1686. MaterialFlatButton materialFlatButton = this.materialFlatButton_7;
  1687. if (materialFlatButton != null)
  1688. {
  1689. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1690. }
  1691. this.materialFlatButton_7 = value;
  1692. materialFlatButton = this.materialFlatButton_7;
  1693. if (materialFlatButton != null)
  1694. {
  1695. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1696. }
  1697. }
  1698. }
  1699.  
  1700. // Token: 0x17000025 RID: 37
  1701. // (get) Token: 0x060000D6 RID: 214 RVA: 0x000024FC File Offset: 0x000006FC
  1702. // (set) Token: 0x060000D7 RID: 215 RVA: 0x00006EB8 File Offset: 0x000050B8
  1703. internal virtual Timer Timer_0
  1704. {
  1705. [CompilerGenerated]
  1706. get
  1707. {
  1708. return this.timer_0;
  1709. }
  1710. [CompilerGenerated]
  1711. [MethodImpl(MethodImplOptions.Synchronized)]
  1712. set
  1713. {
  1714. EventHandler eventHandler_ = new EventHandler(this.method_13);
  1715. Timer timer = this.timer_0;
  1716. if (timer != null)
  1717. {
  1718. GForm0.smethod_90(timer, eventHandler_);
  1719. }
  1720. this.timer_0 = value;
  1721. timer = this.timer_0;
  1722. if (timer != null)
  1723. {
  1724. GForm0.smethod_91(timer, eventHandler_);
  1725. }
  1726. }
  1727. }
  1728.  
  1729. // Token: 0x17000026 RID: 38
  1730. // (get) Token: 0x060000D8 RID: 216 RVA: 0x00002504 File Offset: 0x00000704
  1731. // (set) Token: 0x060000D9 RID: 217 RVA: 0x0000250C File Offset: 0x0000070C
  1732. internal virtual WebBrowser WebBrowser_0
  1733. {
  1734. get;
  1735. [MethodImpl(MethodImplOptions.Synchronized)]
  1736. set;
  1737. }
  1738.  
  1739. // Token: 0x17000027 RID: 39
  1740. // (get) Token: 0x060000DA RID: 218 RVA: 0x00002515 File Offset: 0x00000715
  1741. // (set) Token: 0x060000DB RID: 219 RVA: 0x00006EFC File Offset: 0x000050FC
  1742. internal virtual TextBox TextBox_1
  1743. {
  1744. [CompilerGenerated]
  1745. get
  1746. {
  1747. return this.textBox_1;
  1748. }
  1749. [CompilerGenerated]
  1750. [MethodImpl(MethodImplOptions.Synchronized)]
  1751. set
  1752. {
  1753. EventHandler eventHandler_ = new EventHandler(this.method_20);
  1754. TextBox textBox = this.textBox_1;
  1755. if (textBox != null)
  1756. {
  1757. GForm0.smethod_92(textBox, eventHandler_);
  1758. }
  1759. this.textBox_1 = value;
  1760. textBox = this.textBox_1;
  1761. if (textBox != null)
  1762. {
  1763. GForm0.smethod_93(textBox, eventHandler_);
  1764. }
  1765. }
  1766. }
  1767.  
  1768. // Token: 0x17000028 RID: 40
  1769. // (get) Token: 0x060000DC RID: 220 RVA: 0x0000251D File Offset: 0x0000071D
  1770. // (set) Token: 0x060000DD RID: 221 RVA: 0x00006F40 File Offset: 0x00005140
  1771. internal virtual Label Label_9
  1772. {
  1773. [CompilerGenerated]
  1774. get
  1775. {
  1776. return this.label_9;
  1777. }
  1778. [CompilerGenerated]
  1779. [MethodImpl(MethodImplOptions.Synchronized)]
  1780. set
  1781. {
  1782. EventHandler eventHandler_ = new EventHandler(this.method_23);
  1783. Label label = this.label_9;
  1784. if (label != null)
  1785. {
  1786. GForm0.smethod_86(label, eventHandler_);
  1787. }
  1788. this.label_9 = value;
  1789. label = this.label_9;
  1790. if (label != null)
  1791. {
  1792. GForm0.smethod_87(label, eventHandler_);
  1793. }
  1794. }
  1795. }
  1796.  
  1797. // Token: 0x17000029 RID: 41
  1798. // (get) Token: 0x060000DE RID: 222 RVA: 0x00002525 File Offset: 0x00000725
  1799. // (set) Token: 0x060000DF RID: 223 RVA: 0x00006F84 File Offset: 0x00005184
  1800. internal virtual MaterialFlatButton MaterialFlatButton_8
  1801. {
  1802. [CompilerGenerated]
  1803. get
  1804. {
  1805. return this.materialFlatButton_8;
  1806. }
  1807. [CompilerGenerated]
  1808. [MethodImpl(MethodImplOptions.Synchronized)]
  1809. set
  1810. {
  1811. EventHandler eventHandler_ = new EventHandler(this.method_26);
  1812. MaterialFlatButton materialFlatButton = this.materialFlatButton_8;
  1813. if (materialFlatButton != null)
  1814. {
  1815. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1816. }
  1817. this.materialFlatButton_8 = value;
  1818. materialFlatButton = this.materialFlatButton_8;
  1819. if (materialFlatButton != null)
  1820. {
  1821. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1822. }
  1823. }
  1824. }
  1825.  
  1826. // Token: 0x1700002A RID: 42
  1827. // (get) Token: 0x060000E0 RID: 224 RVA: 0x0000252D File Offset: 0x0000072D
  1828. // (set) Token: 0x060000E1 RID: 225 RVA: 0x00006FC8 File Offset: 0x000051C8
  1829. internal virtual MaterialFlatButton MaterialFlatButton_9
  1830. {
  1831. [CompilerGenerated]
  1832. get
  1833. {
  1834. return this.materialFlatButton_9;
  1835. }
  1836. [CompilerGenerated]
  1837. [MethodImpl(MethodImplOptions.Synchronized)]
  1838. set
  1839. {
  1840. EventHandler eventHandler_ = new EventHandler(this.method_25);
  1841. MaterialFlatButton materialFlatButton = this.materialFlatButton_9;
  1842. if (materialFlatButton != null)
  1843. {
  1844. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1845. }
  1846. this.materialFlatButton_9 = value;
  1847. materialFlatButton = this.materialFlatButton_9;
  1848. if (materialFlatButton != null)
  1849. {
  1850. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1851. }
  1852. }
  1853. }
  1854.  
  1855. // Token: 0x1700002B RID: 43
  1856. // (get) Token: 0x060000E2 RID: 226 RVA: 0x00002535 File Offset: 0x00000735
  1857. // (set) Token: 0x060000E3 RID: 227 RVA: 0x0000700C File Offset: 0x0000520C
  1858. internal virtual MaterialFlatButton MaterialFlatButton_10
  1859. {
  1860. [CompilerGenerated]
  1861. get
  1862. {
  1863. return this.materialFlatButton_10;
  1864. }
  1865. [CompilerGenerated]
  1866. [MethodImpl(MethodImplOptions.Synchronized)]
  1867. set
  1868. {
  1869. EventHandler eventHandler_ = new EventHandler(this.method_24);
  1870. MaterialFlatButton materialFlatButton = this.materialFlatButton_10;
  1871. if (materialFlatButton != null)
  1872. {
  1873. GForm0.smethod_86(materialFlatButton, eventHandler_);
  1874. }
  1875. this.materialFlatButton_10 = value;
  1876. materialFlatButton = this.materialFlatButton_10;
  1877. if (materialFlatButton != null)
  1878. {
  1879. GForm0.smethod_87(materialFlatButton, eventHandler_);
  1880. }
  1881. }
  1882. }
  1883.  
  1884. // Token: 0x1700002C RID: 44
  1885. // (get) Token: 0x060000E4 RID: 228 RVA: 0x0000253D File Offset: 0x0000073D
  1886. // (set) Token: 0x060000E5 RID: 229 RVA: 0x00002545 File Offset: 0x00000745
  1887. internal virtual Label Label_10
  1888. {
  1889. get;
  1890. [MethodImpl(MethodImplOptions.Synchronized)]
  1891. set;
  1892. }
  1893.  
  1894. // Token: 0x1700002D RID: 45
  1895. // (get) Token: 0x060000E6 RID: 230 RVA: 0x0000254E File Offset: 0x0000074E
  1896. // (set) Token: 0x060000E7 RID: 231 RVA: 0x00002556 File Offset: 0x00000756
  1897. internal virtual Label Label_11
  1898. {
  1899. get;
  1900. [MethodImpl(MethodImplOptions.Synchronized)]
  1901. set;
  1902. }
  1903.  
  1904. // Token: 0x1700002E RID: 46
  1905. // (get) Token: 0x060000E8 RID: 232 RVA: 0x0000255F File Offset: 0x0000075F
  1906. // (set) Token: 0x060000E9 RID: 233 RVA: 0x00002567 File Offset: 0x00000767
  1907. internal virtual Label Label_12
  1908. {
  1909. get;
  1910. [MethodImpl(MethodImplOptions.Synchronized)]
  1911. set;
  1912. }
  1913.  
  1914. // Token: 0x1700002F RID: 47
  1915. // (get) Token: 0x060000EA RID: 234 RVA: 0x00002570 File Offset: 0x00000770
  1916. // (set) Token: 0x060000EB RID: 235 RVA: 0x00007050 File Offset: 0x00005250
  1917. internal virtual Label Label_13
  1918. {
  1919. [CompilerGenerated]
  1920. get
  1921. {
  1922. return this.label_13;
  1923. }
  1924. [CompilerGenerated]
  1925. [MethodImpl(MethodImplOptions.Synchronized)]
  1926. set
  1927. {
  1928. EventHandler eventHandler_ = new EventHandler(this.method_27);
  1929. Label label = this.label_13;
  1930. if (label != null)
  1931. {
  1932. GForm0.smethod_86(label, eventHandler_);
  1933. }
  1934. this.label_13 = value;
  1935. label = this.label_13;
  1936. if (label != null)
  1937. {
  1938. GForm0.smethod_87(label, eventHandler_);
  1939. }
  1940. }
  1941. }
  1942.  
  1943. // Token: 0x17000030 RID: 48
  1944. // (get) Token: 0x060000EC RID: 236 RVA: 0x00002578 File Offset: 0x00000778
  1945. // (set) Token: 0x060000ED RID: 237 RVA: 0x00002580 File Offset: 0x00000780
  1946. internal virtual Label Label_14
  1947. {
  1948. get;
  1949. [MethodImpl(MethodImplOptions.Synchronized)]
  1950. set;
  1951. }
  1952.  
  1953. // Token: 0x17000031 RID: 49
  1954. // (get) Token: 0x060000EE RID: 238 RVA: 0x00002589 File Offset: 0x00000789
  1955. // (set) Token: 0x060000EF RID: 239 RVA: 0x00002591 File Offset: 0x00000791
  1956. internal virtual Label Label_15
  1957. {
  1958. get;
  1959. [MethodImpl(MethodImplOptions.Synchronized)]
  1960. set;
  1961. }
  1962.  
  1963. // Token: 0x17000032 RID: 50
  1964. // (get) Token: 0x060000F0 RID: 240 RVA: 0x0000259A File Offset: 0x0000079A
  1965. // (set) Token: 0x060000F1 RID: 241 RVA: 0x000025A2 File Offset: 0x000007A2
  1966. internal virtual Label Label_16
  1967. {
  1968. get;
  1969. [MethodImpl(MethodImplOptions.Synchronized)]
  1970. set;
  1971. }
  1972.  
  1973. // Token: 0x17000033 RID: 51
  1974. // (get) Token: 0x060000F2 RID: 242 RVA: 0x000025AB File Offset: 0x000007AB
  1975. // (set) Token: 0x060000F3 RID: 243 RVA: 0x000025B3 File Offset: 0x000007B3
  1976. internal virtual OpenFileDialog OpenFileDialog_0
  1977. {
  1978. get;
  1979. [MethodImpl(MethodImplOptions.Synchronized)]
  1980. set;
  1981. }
  1982.  
  1983. // Token: 0x17000034 RID: 52
  1984. // (get) Token: 0x060000F4 RID: 244 RVA: 0x000025BC File Offset: 0x000007BC
  1985. // (set) Token: 0x060000F5 RID: 245 RVA: 0x00007094 File Offset: 0x00005294
  1986. internal virtual Timer Timer_1
  1987. {
  1988. [CompilerGenerated]
  1989. get
  1990. {
  1991. return this.timer_1;
  1992. }
  1993. [CompilerGenerated]
  1994. [MethodImpl(MethodImplOptions.Synchronized)]
  1995. set
  1996. {
  1997. EventHandler eventHandler_ = new EventHandler(this.method_28);
  1998. Timer timer = this.timer_1;
  1999. if (timer != null)
  2000. {
  2001. GForm0.smethod_90(timer, eventHandler_);
  2002. }
  2003. this.timer_1 = value;
  2004. timer = this.timer_1;
  2005. if (timer != null)
  2006. {
  2007. GForm0.smethod_91(timer, eventHandler_);
  2008. }
  2009. }
  2010. }
  2011.  
  2012. // Token: 0x17000035 RID: 53
  2013. // (get) Token: 0x060000F6 RID: 246 RVA: 0x000025C4 File Offset: 0x000007C4
  2014. // (set) Token: 0x060000F7 RID: 247 RVA: 0x000070D8 File Offset: 0x000052D8
  2015. internal virtual TabPage TabPage_3
  2016. {
  2017. [CompilerGenerated]
  2018. get
  2019. {
  2020. return this.tabPage_3;
  2021. }
  2022. [CompilerGenerated]
  2023. [MethodImpl(MethodImplOptions.Synchronized)]
  2024. set
  2025. {
  2026. EventHandler eventHandler_ = new EventHandler(this.method_30);
  2027. TabPage tabPage = this.tabPage_3;
  2028. if (tabPage != null)
  2029. {
  2030. GForm0.smethod_86(tabPage, eventHandler_);
  2031. }
  2032. this.tabPage_3 = value;
  2033. tabPage = this.tabPage_3;
  2034. if (tabPage != null)
  2035. {
  2036. GForm0.smethod_87(tabPage, eventHandler_);
  2037. }
  2038. }
  2039. }
  2040.  
  2041. // Token: 0x17000036 RID: 54
  2042. // (get) Token: 0x060000F8 RID: 248 RVA: 0x000025CC File Offset: 0x000007CC
  2043. // (set) Token: 0x060000F9 RID: 249 RVA: 0x0000711C File Offset: 0x0000531C
  2044. internal virtual Label Label_17
  2045. {
  2046. [CompilerGenerated]
  2047. get
  2048. {
  2049. return this.label_17;
  2050. }
  2051. [CompilerGenerated]
  2052. [MethodImpl(MethodImplOptions.Synchronized)]
  2053. set
  2054. {
  2055. EventHandler eventHandler_ = new EventHandler(this.method_41);
  2056. Label label = this.label_17;
  2057. if (label != null)
  2058. {
  2059. GForm0.smethod_86(label, eventHandler_);
  2060. }
  2061. this.label_17 = value;
  2062. label = this.label_17;
  2063. if (label != null)
  2064. {
  2065. GForm0.smethod_87(label, eventHandler_);
  2066. }
  2067. }
  2068. }
  2069.  
  2070. // Token: 0x17000037 RID: 55
  2071. // (get) Token: 0x060000FA RID: 250 RVA: 0x000025D4 File Offset: 0x000007D4
  2072. // (set) Token: 0x060000FB RID: 251 RVA: 0x00007160 File Offset: 0x00005360
  2073. internal virtual Label Label_18
  2074. {
  2075. [CompilerGenerated]
  2076. get
  2077. {
  2078. return this.label_18;
  2079. }
  2080. [CompilerGenerated]
  2081. [MethodImpl(MethodImplOptions.Synchronized)]
  2082. set
  2083. {
  2084. EventHandler eventHandler_ = new EventHandler(this.method_40);
  2085. Label label = this.label_18;
  2086. if (label != null)
  2087. {
  2088. GForm0.smethod_86(label, eventHandler_);
  2089. }
  2090. this.label_18 = value;
  2091. label = this.label_18;
  2092. if (label != null)
  2093. {
  2094. GForm0.smethod_87(label, eventHandler_);
  2095. }
  2096. }
  2097. }
  2098.  
  2099. // Token: 0x17000038 RID: 56
  2100. // (get) Token: 0x060000FC RID: 252 RVA: 0x000025DC File Offset: 0x000007DC
  2101. // (set) Token: 0x060000FD RID: 253 RVA: 0x000071A4 File Offset: 0x000053A4
  2102. internal virtual MaterialCheckBox MaterialCheckBox_0
  2103. {
  2104. [CompilerGenerated]
  2105. get
  2106. {
  2107. return this.materialCheckBox_0;
  2108. }
  2109. [CompilerGenerated]
  2110. [MethodImpl(MethodImplOptions.Synchronized)]
  2111. set
  2112. {
  2113. EventHandler eventHandler_ = new EventHandler(this.method_34);
  2114. MaterialCheckBox materialCheckBox = this.materialCheckBox_0;
  2115. if (materialCheckBox != null)
  2116. {
  2117. GForm0.smethod_94(materialCheckBox, eventHandler_);
  2118. }
  2119. this.materialCheckBox_0 = value;
  2120. materialCheckBox = this.materialCheckBox_0;
  2121. if (materialCheckBox != null)
  2122. {
  2123. GForm0.smethod_95(materialCheckBox, eventHandler_);
  2124. }
  2125. }
  2126. }
  2127.  
  2128. // Token: 0x17000039 RID: 57
  2129. // (get) Token: 0x060000FE RID: 254 RVA: 0x000025E4 File Offset: 0x000007E4
  2130. // (set) Token: 0x060000FF RID: 255 RVA: 0x000071E8 File Offset: 0x000053E8
  2131. internal virtual MaterialCheckBox MaterialCheckBox_1
  2132. {
  2133. [CompilerGenerated]
  2134. get
  2135. {
  2136. return this.materialCheckBox_1;
  2137. }
  2138. [CompilerGenerated]
  2139. [MethodImpl(MethodImplOptions.Synchronized)]
  2140. set
  2141. {
  2142. EventHandler eventHandler_ = new EventHandler(this.method_33);
  2143. MaterialCheckBox materialCheckBox = this.materialCheckBox_1;
  2144. if (materialCheckBox != null)
  2145. {
  2146. GForm0.smethod_94(materialCheckBox, eventHandler_);
  2147. }
  2148. this.materialCheckBox_1 = value;
  2149. materialCheckBox = this.materialCheckBox_1;
  2150. if (materialCheckBox != null)
  2151. {
  2152. GForm0.smethod_95(materialCheckBox, eventHandler_);
  2153. }
  2154. }
  2155. }
  2156.  
  2157. // Token: 0x1700003A RID: 58
  2158. // (get) Token: 0x06000100 RID: 256 RVA: 0x000025EC File Offset: 0x000007EC
  2159. // (set) Token: 0x06000101 RID: 257 RVA: 0x0000722C File Offset: 0x0000542C
  2160. internal virtual MaterialCheckBox MaterialCheckBox_2
  2161. {
  2162. [CompilerGenerated]
  2163. get
  2164. {
  2165. return this.materialCheckBox_2;
  2166. }
  2167. [CompilerGenerated]
  2168. [MethodImpl(MethodImplOptions.Synchronized)]
  2169. set
  2170. {
  2171. EventHandler eventHandler_ = new EventHandler(this.method_32);
  2172. MaterialCheckBox materialCheckBox = this.materialCheckBox_2;
  2173. if (materialCheckBox != null)
  2174. {
  2175. GForm0.smethod_94(materialCheckBox, eventHandler_);
  2176. }
  2177. this.materialCheckBox_2 = value;
  2178. materialCheckBox = this.materialCheckBox_2;
  2179. if (materialCheckBox != null)
  2180. {
  2181. GForm0.smethod_95(materialCheckBox, eventHandler_);
  2182. }
  2183. }
  2184. }
  2185.  
  2186. // Token: 0x1700003B RID: 59
  2187. // (get) Token: 0x06000102 RID: 258 RVA: 0x000025F4 File Offset: 0x000007F4
  2188. // (set) Token: 0x06000103 RID: 259 RVA: 0x00007270 File Offset: 0x00005470
  2189. internal virtual TextBox TextBox_2
  2190. {
  2191. [CompilerGenerated]
  2192. get
  2193. {
  2194. return this.textBox_2;
  2195. }
  2196. [CompilerGenerated]
  2197. [MethodImpl(MethodImplOptions.Synchronized)]
  2198. set
  2199. {
  2200. EventHandler eventHandler_ = new EventHandler(this.method_35);
  2201. TextBox textBox = this.textBox_2;
  2202. if (textBox != null)
  2203. {
  2204. GForm0.smethod_92(textBox, eventHandler_);
  2205. }
  2206. this.textBox_2 = value;
  2207. textBox = this.textBox_2;
  2208. if (textBox != null)
  2209. {
  2210. GForm0.smethod_93(textBox, eventHandler_);
  2211. }
  2212. }
  2213. }
  2214.  
  2215. // Token: 0x1700003C RID: 60
  2216. // (get) Token: 0x06000104 RID: 260 RVA: 0x000025FC File Offset: 0x000007FC
  2217. // (set) Token: 0x06000105 RID: 261 RVA: 0x000072B4 File Offset: 0x000054B4
  2218. internal virtual MaterialFlatButton MaterialFlatButton_11
  2219. {
  2220. [CompilerGenerated]
  2221. get
  2222. {
  2223. return this.materialFlatButton_11;
  2224. }
  2225. [CompilerGenerated]
  2226. [MethodImpl(MethodImplOptions.Synchronized)]
  2227. set
  2228. {
  2229. EventHandler eventHandler_ = new EventHandler(this.method_39);
  2230. MaterialFlatButton materialFlatButton = this.materialFlatButton_11;
  2231. if (materialFlatButton != null)
  2232. {
  2233. GForm0.smethod_86(materialFlatButton, eventHandler_);
  2234. }
  2235. this.materialFlatButton_11 = value;
  2236. materialFlatButton = this.materialFlatButton_11;
  2237. if (materialFlatButton != null)
  2238. {
  2239. GForm0.smethod_87(materialFlatButton, eventHandler_);
  2240. }
  2241. }
  2242. }
  2243.  
  2244. // Token: 0x1700003D RID: 61
  2245. // (get) Token: 0x06000106 RID: 262 RVA: 0x00002604 File Offset: 0x00000804
  2246. // (set) Token: 0x06000107 RID: 263 RVA: 0x000072F8 File Offset: 0x000054F8
  2247. internal virtual MaterialFlatButton MaterialFlatButton_12
  2248. {
  2249. [CompilerGenerated]
  2250. get
  2251. {
  2252. return this.materialFlatButton_12;
  2253. }
  2254. [CompilerGenerated]
  2255. [MethodImpl(MethodImplOptions.Synchronized)]
  2256. set
  2257. {
  2258. EventHandler eventHandler_ = new EventHandler(this.method_37);
  2259. MaterialFlatButton materialFlatButton = this.materialFlatButton_12;
  2260. if (materialFlatButton != null)
  2261. {
  2262. GForm0.smethod_86(materialFlatButton, eventHandler_);
  2263. }
  2264. this.materialFlatButton_12 = value;
  2265. materialFlatButton = this.materialFlatButton_12;
  2266. if (materialFlatButton != null)
  2267. {
  2268. GForm0.smethod_87(materialFlatButton, eventHandler_);
  2269. }
  2270. }
  2271. }
  2272.  
  2273. // Token: 0x1700003E RID: 62
  2274. // (get) Token: 0x06000108 RID: 264 RVA: 0x0000260C File Offset: 0x0000080C
  2275. // (set) Token: 0x06000109 RID: 265 RVA: 0x0000733C File Offset: 0x0000553C
  2276. internal virtual MaterialFlatButton MaterialFlatButton_13
  2277. {
  2278. [CompilerGenerated]
  2279. get
  2280. {
  2281. return this.materialFlatButton_13;
  2282. }
  2283. [CompilerGenerated]
  2284. [MethodImpl(MethodImplOptions.Synchronized)]
  2285. set
  2286. {
  2287. EventHandler eventHandler_ = new EventHandler(this.method_36);
  2288. MaterialFlatButton materialFlatButton = this.materialFlatButton_13;
  2289. if (materialFlatButton != null)
  2290. {
  2291. GForm0.smethod_86(materialFlatButton, eventHandler_);
  2292. }
  2293. this.materialFlatButton_13 = value;
  2294. materialFlatButton = this.materialFlatButton_13;
  2295. if (materialFlatButton != null)
  2296. {
  2297. GForm0.smethod_87(materialFlatButton, eventHandler_);
  2298. }
  2299. }
  2300. }
  2301.  
  2302. // Token: 0x1700003F RID: 63
  2303. // (get) Token: 0x0600010A RID: 266 RVA: 0x00002614 File Offset: 0x00000814
  2304. // (set) Token: 0x0600010B RID: 267 RVA: 0x00007380 File Offset: 0x00005580
  2305. internal virtual TextBox TextBox_3
  2306. {
  2307. [CompilerGenerated]
  2308. get
  2309. {
  2310. return this.textBox_3;
  2311. }
  2312. [CompilerGenerated]
  2313. [MethodImpl(MethodImplOptions.Synchronized)]
  2314. set
  2315. {
  2316. EventHandler eventHandler_ = new EventHandler(this.method_29);
  2317. TextBox textBox = this.textBox_3;
  2318. if (textBox != null)
  2319. {
  2320. GForm0.smethod_92(textBox, eventHandler_);
  2321. }
  2322. this.textBox_3 = value;
  2323. textBox = this.textBox_3;
  2324. if (textBox != null)
  2325. {
  2326. GForm0.smethod_93(textBox, eventHandler_);
  2327. }
  2328. }
  2329. }
  2330.  
  2331. // Token: 0x17000040 RID: 64
  2332. // (get) Token: 0x0600010C RID: 268 RVA: 0x0000261C File Offset: 0x0000081C
  2333. // (set) Token: 0x0600010D RID: 269 RVA: 0x000073C4 File Offset: 0x000055C4
  2334. internal virtual MaterialLabel MaterialLabel_0
  2335. {
  2336. [CompilerGenerated]
  2337. get
  2338. {
  2339. return this.materialLabel_0;
  2340. }
  2341. [CompilerGenerated]
  2342. [MethodImpl(MethodImplOptions.Synchronized)]
  2343. set
  2344. {
  2345. EventHandler eventHandler_ = new EventHandler(this.method_31);
  2346. MaterialLabel materialLabel = this.materialLabel_0;
  2347. if (materialLabel != null)
  2348. {
  2349. GForm0.smethod_86(materialLabel, eventHandler_);
  2350. }
  2351. this.materialLabel_0 = value;
  2352. materialLabel = this.materialLabel_0;
  2353. if (materialLabel != null)
  2354. {
  2355. GForm0.smethod_87(materialLabel, eventHandler_);
  2356. }
  2357. }
  2358. }
  2359.  
  2360. // Token: 0x17000041 RID: 65
  2361. // (get) Token: 0x0600010E RID: 270 RVA: 0x00002624 File Offset: 0x00000824
  2362. // (set) Token: 0x0600010F RID: 271 RVA: 0x00007408 File Offset: 0x00005608
  2363. internal virtual MaterialFlatButton MaterialFlatButton_14
  2364. {
  2365. [CompilerGenerated]
  2366. get
  2367. {
  2368. return this.materialFlatButton_14;
  2369. }
  2370. [CompilerGenerated]
  2371. [MethodImpl(MethodImplOptions.Synchronized)]
  2372. set
  2373. {
  2374. EventHandler eventHandler_ = new EventHandler(this.method_38);
  2375. MaterialFlatButton materialFlatButton = this.materialFlatButton_14;
  2376. if (materialFlatButton != null)
  2377. {
  2378. GForm0.smethod_86(materialFlatButton, eventHandler_);
  2379. }
  2380. this.materialFlatButton_14 = value;
  2381. materialFlatButton = this.materialFlatButton_14;
  2382. if (materialFlatButton != null)
  2383. {
  2384. GForm0.smethod_87(materialFlatButton, eventHandler_);
  2385. }
  2386. }
  2387. }
  2388.  
  2389. // Token: 0x17000042 RID: 66
  2390. // (get) Token: 0x06000110 RID: 272 RVA: 0x0000262C File Offset: 0x0000082C
  2391. // (set) Token: 0x06000111 RID: 273 RVA: 0x00002634 File Offset: 0x00000834
  2392. internal virtual MaterialLabel MaterialLabel_1
  2393. {
  2394. get;
  2395. [MethodImpl(MethodImplOptions.Synchronized)]
  2396. set;
  2397. }
  2398.  
  2399. // Token: 0x06000112 RID: 274 RVA: 0x0000263D File Offset: 0x0000083D
  2400. static void smethod_0(Form form_0, EventHandler eventHandler_0)
  2401. {
  2402. form_0.Load += eventHandler_0;
  2403. }
  2404.  
  2405. // Token: 0x06000113 RID: 275 RVA: 0x00002646 File Offset: 0x00000846
  2406. static string smethod_1()
  2407. {
  2408. return Application.ExecutablePath;
  2409. }
  2410.  
  2411. // Token: 0x06000114 RID: 276 RVA: 0x0000264D File Offset: 0x0000084D
  2412. static string smethod_2(string string_3)
  2413. {
  2414. return Path.GetFileNameWithoutExtension(string_3);
  2415. }
  2416.  
  2417. // Token: 0x06000115 RID: 277 RVA: 0x00002655 File Offset: 0x00000855
  2418. static void smethod_3(Timer timer_2, int int_11)
  2419. {
  2420. timer_2.Interval = int_11;
  2421. }
  2422.  
  2423. // Token: 0x06000116 RID: 278 RVA: 0x0000265E File Offset: 0x0000085E
  2424. static void smethod_4(Timer timer_2)
  2425. {
  2426. timer_2.Start();
  2427. }
  2428.  
  2429. // Token: 0x06000117 RID: 279 RVA: 0x00002666 File Offset: 0x00000866
  2430. static MaterialSkinManager smethod_5()
  2431. {
  2432. return MaterialSkinManager.get_Instance();
  2433. }
  2434.  
  2435. // Token: 0x06000118 RID: 280 RVA: 0x0000266D File Offset: 0x0000086D
  2436. static void smethod_6(MaterialSkinManager materialSkinManager_0, MaterialForm materialForm_0)
  2437. {
  2438. materialSkinManager_0.AddFormToManage(materialForm_0);
  2439. }
  2440.  
  2441. // Token: 0x06000119 RID: 281 RVA: 0x00002676 File Offset: 0x00000876
  2442. static void smethod_7(MaterialSkinManager materialSkinManager_0, MaterialSkinManager.Themes themes_0)
  2443. {
  2444. materialSkinManager_0.set_Theme(themes_0);
  2445. }
  2446.  
  2447. // Token: 0x0600011A RID: 282 RVA: 0x0000267F File Offset: 0x0000087F
  2448. static ColorScheme smethod_8(Primary primary_0, Primary primary_1, Primary primary_2, Accent accent_0, TextShade textShade_0)
  2449. {
  2450. return new ColorScheme(primary_0, primary_1, primary_2, accent_0, textShade_0);
  2451. }
  2452.  
  2453. // Token: 0x0600011B RID: 283 RVA: 0x0000268C File Offset: 0x0000088C
  2454. static void smethod_9(MaterialSkinManager materialSkinManager_0, ColorScheme colorScheme_0)
  2455. {
  2456. materialSkinManager_0.set_ColorScheme(colorScheme_0);
  2457. }
  2458.  
  2459. // Token: 0x0600011C RID: 284 RVA: 0x00002695 File Offset: 0x00000895
  2460. static string smethod_10(string string_3, string string_4, string string_5, string string_6)
  2461. {
  2462. return string_3 + string_4 + string_5 + string_6;
  2463. }
  2464.  
  2465. // Token: 0x0600011D RID: 285 RVA: 0x000026A0 File Offset: 0x000008A0
  2466. static string smethod_11(string string_3)
  2467. {
  2468. return Strings.UCase(string_3);
  2469. }
  2470.  
  2471. // Token: 0x0600011E RID: 286 RVA: 0x000026A8 File Offset: 0x000008A8
  2472. static void smethod_12(TextBox textBox_4, string string_3)
  2473. {
  2474. textBox_4.Text = string_3;
  2475. }
  2476.  
  2477. // Token: 0x0600011F RID: 287 RVA: 0x000026B1 File Offset: 0x000008B1
  2478. static WebClient smethod_13()
  2479. {
  2480. return new WebClient();
  2481. }
  2482.  
  2483. // Token: 0x06000120 RID: 288 RVA: 0x000026B8 File Offset: 0x000008B8
  2484. static string smethod_14(WebClient webClient_0, string string_3)
  2485. {
  2486. return webClient_0.DownloadString(string_3);
  2487. }
  2488.  
  2489. // Token: 0x06000121 RID: 289 RVA: 0x000026C1 File Offset: 0x000008C1
  2490. static string smethod_15(TextBox textBox_4)
  2491. {
  2492. return textBox_4.Text;
  2493. }
  2494.  
  2495. // Token: 0x06000122 RID: 290 RVA: 0x000026C9 File Offset: 0x000008C9
  2496. static bool smethod_16(string string_3, string string_4)
  2497. {
  2498. return string_3.Contains(string_4);
  2499. }
  2500.  
  2501. // Token: 0x06000123 RID: 291 RVA: 0x000026D2 File Offset: 0x000008D2
  2502. static DialogResult smethod_17(string string_3, string string_4)
  2503. {
  2504. return MessageBox.Show(string_3, string_4);
  2505. }
  2506.  
  2507. // Token: 0x06000124 RID: 292 RVA: 0x000026DB File Offset: 0x000008DB
  2508. static void smethod_18()
  2509. {
  2510. ProjectData.EndApp();
  2511. }
  2512.  
  2513. // Token: 0x06000125 RID: 293 RVA: 0x00002258 File Offset: 0x00000458
  2514. static void smethod_19(Exception exception_0)
  2515. {
  2516. ProjectData.SetProjectError(exception_0);
  2517. }
  2518.  
  2519. // Token: 0x06000126 RID: 294 RVA: 0x000026E2 File Offset: 0x000008E2
  2520. static void smethod_20()
  2521. {
  2522. ProjectData.ClearProjectError();
  2523. }
  2524.  
  2525. // Token: 0x06000127 RID: 295 RVA: 0x000026E9 File Offset: 0x000008E9
  2526. static void smethod_21(Timer timer_2)
  2527. {
  2528. timer_2.Stop();
  2529. }
  2530.  
  2531. // Token: 0x06000128 RID: 296 RVA: 0x000026F1 File Offset: 0x000008F1
  2532. static Process[] smethod_22(string string_3)
  2533. {
  2534. return Process.GetProcessesByName(string_3);
  2535. }
  2536.  
  2537. // Token: 0x06000129 RID: 297 RVA: 0x000026F9 File Offset: 0x000008F9
  2538. static int smethod_23(Process process_0)
  2539. {
  2540. return process_0.Id;
  2541. }
  2542.  
  2543. // Token: 0x0600012A RID: 298 RVA: 0x00002701 File Offset: 0x00000901
  2544. static string smethod_24(FileDialog fileDialog_0)
  2545. {
  2546. return fileDialog_0.FileName;
  2547. }
  2548.  
  2549. // Token: 0x0600012B RID: 299 RVA: 0x00002709 File Offset: 0x00000909
  2550. static int smethod_25(string string_3)
  2551. {
  2552. return Strings.Len(string_3);
  2553. }
  2554.  
  2555. // Token: 0x0600012C RID: 300 RVA: 0x00002711 File Offset: 0x00000911
  2556. static void smethod_26(Control control_0)
  2557. {
  2558. control_0.Show();
  2559. }
  2560.  
  2561. // Token: 0x0600012D RID: 301 RVA: 0x00002719 File Offset: 0x00000919
  2562. static void smethod_27(Exception exception_0, int int_11)
  2563. {
  2564. ProjectData.SetProjectError(exception_0, int_11);
  2565. }
  2566.  
  2567. // Token: 0x0600012E RID: 302 RVA: 0x00002722 File Offset: 0x00000922
  2568. static Exception smethod_28(int int_11)
  2569. {
  2570. return ProjectData.CreateProjectError(int_11);
  2571. }
  2572.  
  2573. // Token: 0x0600012F RID: 303 RVA: 0x0000272A File Offset: 0x0000092A
  2574. static Network smethod_29(ServerComputer serverComputer_0)
  2575. {
  2576. return serverComputer_0.Network;
  2577. }
  2578.  
  2579. // Token: 0x06000130 RID: 304 RVA: 0x00002732 File Offset: 0x00000932
  2580. static bool smethod_30(Network network_0, string string_3)
  2581. {
  2582. return network_0.Ping(string_3);
  2583. }
  2584.  
  2585. // Token: 0x06000131 RID: 305 RVA: 0x0000273B File Offset: 0x0000093B
  2586. static Screen smethod_31(Computer computer_0)
  2587. {
  2588. return computer_0.Screen;
  2589. }
  2590.  
  2591. // Token: 0x06000132 RID: 306 RVA: 0x00002743 File Offset: 0x00000943
  2592. static Rectangle smethod_32(Screen screen_0)
  2593. {
  2594. return screen_0.Bounds;
  2595. }
  2596.  
  2597. // Token: 0x06000133 RID: 307 RVA: 0x0000274B File Offset: 0x0000094B
  2598. static string smethod_33(int int_11)
  2599. {
  2600. return Conversions.ToString(int_11);
  2601. }
  2602.  
  2603. // Token: 0x06000134 RID: 308 RVA: 0x00002753 File Offset: 0x00000953
  2604. static void smethod_34(Label label_19, string string_3)
  2605. {
  2606. label_19.Text = string_3;
  2607. }
  2608.  
  2609. // Token: 0x06000135 RID: 309 RVA: 0x0000275C File Offset: 0x0000095C
  2610. static void smethod_35(string string_3)
  2611. {
  2612. SendKeys.Send(string_3);
  2613. }
  2614.  
  2615. // Token: 0x06000136 RID: 310 RVA: 0x00002764 File Offset: 0x00000964
  2616. static WebRequest smethod_36(string string_3)
  2617. {
  2618. return WebRequest.Create(string_3);
  2619. }
  2620.  
  2621. // Token: 0x06000137 RID: 311 RVA: 0x0000276C File Offset: 0x0000096C
  2622. static WebResponse smethod_37(HttpWebRequest httpWebRequest_0)
  2623. {
  2624. return httpWebRequest_0.GetResponse();
  2625. }
  2626.  
  2627. // Token: 0x06000138 RID: 312 RVA: 0x00002774 File Offset: 0x00000974
  2628. static Stream smethod_38(HttpWebResponse httpWebResponse_0)
  2629. {
  2630. return httpWebResponse_0.GetResponseStream();
  2631. }
  2632.  
  2633. // Token: 0x06000139 RID: 313 RVA: 0x0000277C File Offset: 0x0000097C
  2634. static StreamReader smethod_39(Stream stream_0)
  2635. {
  2636. return new StreamReader(stream_0);
  2637. }
  2638.  
  2639. // Token: 0x0600013A RID: 314 RVA: 0x00002784 File Offset: 0x00000984
  2640. static string smethod_40(StreamReader streamReader_0)
  2641. {
  2642. return streamReader_0.ReadToEnd();
  2643. }
  2644.  
  2645. // Token: 0x0600013B RID: 315 RVA: 0x0000278C File Offset: 0x0000098C
  2646. static string smethod_41()
  2647. {
  2648. return Application.ProductVersion;
  2649. }
  2650.  
  2651. // Token: 0x0600013C RID: 316 RVA: 0x00002793 File Offset: 0x00000993
  2652. static string smethod_42(string string_3, string string_4, string string_5)
  2653. {
  2654. return string_3 + string_4 + string_5;
  2655. }
  2656.  
  2657. // Token: 0x0600013D RID: 317 RVA: 0x0000279D File Offset: 0x0000099D
  2658. static MsgBoxResult smethod_43(object object_0, MsgBoxStyle msgBoxStyle_0, object object_1)
  2659. {
  2660. return Interaction.MsgBox(object_0, msgBoxStyle_0, object_1);
  2661. }
  2662.  
  2663. // Token: 0x0600013E RID: 318 RVA: 0x000027A7 File Offset: 0x000009A7
  2664. static void smethod_44(WebBrowser webBrowser_1, string string_3)
  2665. {
  2666. webBrowser_1.Navigate(string_3);
  2667. }
  2668.  
  2669. // Token: 0x0600013F RID: 319 RVA: 0x000027B0 File Offset: 0x000009B0
  2670. static bool smethod_45(Process process_0)
  2671. {
  2672. return process_0.CloseMainWindow();
  2673. }
  2674.  
  2675. // Token: 0x06000140 RID: 320 RVA: 0x000027B8 File Offset: 0x000009B8
  2676. static bool smethod_46(Process process_0, int int_11)
  2677. {
  2678. return process_0.WaitForExit(int_11);
  2679. }
  2680.  
  2681. // Token: 0x06000141 RID: 321 RVA: 0x000027C1 File Offset: 0x000009C1
  2682. static bool smethod_47(Process process_0)
  2683. {
  2684. return process_0.HasExited;
  2685. }
  2686.  
  2687. // Token: 0x06000142 RID: 322 RVA: 0x000027C9 File Offset: 0x000009C9
  2688. static void smethod_48(Process process_0)
  2689. {
  2690. process_0.Kill();
  2691. }
  2692.  
  2693. // Token: 0x06000143 RID: 323 RVA: 0x000027D1 File Offset: 0x000009D1
  2694. static string smethod_49(MaterialSingleLineTextField materialSingleLineTextField_1)
  2695. {
  2696. return materialSingleLineTextField_1.get_Text();
  2697. }
  2698.  
  2699. // Token: 0x06000144 RID: 324 RVA: 0x000027D9 File Offset: 0x000009D9
  2700. static int smethod_50(string string_3, string string_4, bool bool_0)
  2701. {
  2702. return Operators.CompareString(string_3, string_4, bool_0);
  2703. }
  2704.  
  2705. // Token: 0x06000145 RID: 325 RVA: 0x000027E3 File Offset: 0x000009E3
  2706. static int smethod_51(string string_3)
  2707. {
  2708. return Conversions.ToInteger(string_3);
  2709. }
  2710.  
  2711. // Token: 0x06000146 RID: 326 RVA: 0x000027EB File Offset: 0x000009EB
  2712. static bool smethod_52(string string_3)
  2713. {
  2714. return File.Exists(string_3);
  2715. }
  2716.  
  2717. // Token: 0x06000147 RID: 327 RVA: 0x000027F3 File Offset: 0x000009F3
  2718. static bool smethod_53(CheckBox checkBox_0)
  2719. {
  2720. return checkBox_0.Checked;
  2721. }
  2722.  
  2723. // Token: 0x06000148 RID: 328 RVA: 0x000027FB File Offset: 0x000009FB
  2724. static void smethod_54(Control control_0, bool bool_0)
  2725. {
  2726. control_0.Visible = bool_0;
  2727. }
  2728.  
  2729. // Token: 0x06000149 RID: 329 RVA: 0x00002804 File Offset: 0x00000A04
  2730. static void smethod_55(CheckBox checkBox_0, bool bool_0)
  2731. {
  2732. checkBox_0.Checked = bool_0;
  2733. }
  2734.  
  2735. // Token: 0x0600014A RID: 330 RVA: 0x0000280D File Offset: 0x00000A0D
  2736. static void smethod_56(Control control_0)
  2737. {
  2738. control_0.Show();
  2739. }
  2740.  
  2741. // Token: 0x0600014B RID: 331 RVA: 0x00002815 File Offset: 0x00000A15
  2742. static void smethod_57(Control control_0)
  2743. {
  2744. control_0.Hide();
  2745. }
  2746.  
  2747. // Token: 0x0600014C RID: 332 RVA: 0x0000281D File Offset: 0x00000A1D
  2748. static void smethod_58(Timer timer_2, bool bool_0)
  2749. {
  2750. timer_2.Enabled = bool_0;
  2751. }
  2752.  
  2753. // Token: 0x0600014D RID: 333 RVA: 0x00002826 File Offset: 0x00000A26
  2754. static void smethod_59(TextBoxBase textBoxBase_0)
  2755. {
  2756. textBoxBase_0.Clear();
  2757. }
  2758.  
  2759. // Token: 0x0600014E RID: 334 RVA: 0x0000282E File Offset: 0x00000A2E
  2760. static void smethod_60(FileDialog fileDialog_0, string string_3)
  2761. {
  2762. fileDialog_0.Filter = string_3;
  2763. }
  2764.  
  2765. // Token: 0x0600014F RID: 335 RVA: 0x00002837 File Offset: 0x00000A37
  2766. static DialogResult smethod_61(CommonDialog commonDialog_0)
  2767. {
  2768. return commonDialog_0.ShowDialog();
  2769. }
  2770.  
  2771. // Token: 0x06000150 RID: 336 RVA: 0x0000283F File Offset: 0x00000A3F
  2772. static int smethod_62(string string_3, string string_4)
  2773. {
  2774. return string_3.LastIndexOf(string_4);
  2775. }
  2776.  
  2777. // Token: 0x06000151 RID: 337 RVA: 0x00002848 File Offset: 0x00000A48
  2778. static string smethod_63(string string_3, int int_11)
  2779. {
  2780. return string_3.Substring(int_11);
  2781. }
  2782.  
  2783. // Token: 0x06000152 RID: 338 RVA: 0x00002851 File Offset: 0x00000A51
  2784. static string smethod_64(string string_3, string string_4, string string_5)
  2785. {
  2786. return string_3.Replace(string_4, string_5);
  2787. }
  2788.  
  2789. // Token: 0x06000153 RID: 339 RVA: 0x0000285B File Offset: 0x00000A5B
  2790. static void smethod_65(IDisposable idisposable_0)
  2791. {
  2792. idisposable_0.Dispose();
  2793. }
  2794.  
  2795. // Token: 0x06000154 RID: 340 RVA: 0x00002863 File Offset: 0x00000A63
  2796. static Container smethod_66()
  2797. {
  2798. return new Container();
  2799. }
  2800.  
  2801. // Token: 0x06000155 RID: 341 RVA: 0x0000205C File Offset: 0x0000025C
  2802. static Type smethod_67(RuntimeTypeHandle runtimeTypeHandle_0)
  2803. {
  2804. return Type.GetTypeFromHandle(runtimeTypeHandle_0);
  2805. }
  2806.  
  2807. // Token: 0x06000156 RID: 342 RVA: 0x0000286A File Offset: 0x00000A6A
  2808. static ComponentResourceManager smethod_68(Type type_0)
  2809. {
  2810. return new ComponentResourceManager(type_0);
  2811. }
  2812.  
  2813. // Token: 0x06000157 RID: 343 RVA: 0x00002872 File Offset: 0x00000A72
  2814. static MaterialTabControl smethod_69()
  2815. {
  2816. return new MaterialTabControl();
  2817. }
  2818.  
  2819. // Token: 0x06000158 RID: 344 RVA: 0x00002879 File Offset: 0x00000A79
  2820. static TabPage smethod_70()
  2821. {
  2822. return new TabPage();
  2823. }
  2824.  
  2825. // Token: 0x06000159 RID: 345 RVA: 0x00002880 File Offset: 0x00000A80
  2826. static Label smethod_71()
  2827. {
  2828. return new Label();
  2829. }
  2830.  
  2831. // Token: 0x0600015A RID: 346 RVA: 0x00002887 File Offset: 0x00000A87
  2832. static MaterialFlatButton smethod_72()
  2833. {
  2834. return new MaterialFlatButton();
  2835. }
  2836.  
  2837. // Token: 0x0600015B RID: 347 RVA: 0x0000288E File Offset: 0x00000A8E
  2838. static TextBox smethod_73()
  2839. {
  2840. return new TextBox();
  2841. }
  2842.  
  2843. // Token: 0x0600015C RID: 348 RVA: 0x00002895 File Offset: 0x00000A95
  2844. static MaterialSingleLineTextField smethod_74()
  2845. {
  2846. return new MaterialSingleLineTextField();
  2847. }
  2848.  
  2849. // Token: 0x0600015D RID: 349 RVA: 0x0000289C File Offset: 0x00000A9C
  2850. static WebBrowser smethod_75()
  2851. {
  2852. return new WebBrowser();
  2853. }
  2854.  
  2855. // Token: 0x0600015E RID: 350 RVA: 0x000028A3 File Offset: 0x00000AA3
  2856. static MaterialTabSelector smethod_76()
  2857. {
  2858. return new MaterialTabSelector();
  2859. }
  2860.  
  2861. // Token: 0x0600015F RID: 351 RVA: 0x000028AA File Offset: 0x00000AAA
  2862. static Timer smethod_77(IContainer icontainer_1)
  2863. {
  2864. return new Timer(icontainer_1);
  2865. }
  2866.  
  2867. // Token: 0x06000160 RID: 352 RVA: 0x000028B2 File Offset: 0x00000AB2
  2868. static OpenFileDialog smethod_78()
  2869. {
  2870. return new OpenFileDialog();
  2871. }
  2872.  
  2873. // Token: 0x06000161 RID: 353 RVA: 0x000028B9 File Offset: 0x00000AB9
  2874. static MaterialLabel smethod_79()
  2875. {
  2876. return new MaterialLabel();
  2877. }
  2878.  
  2879. // Token: 0x06000162 RID: 354 RVA: 0x000028C0 File Offset: 0x00000AC0
  2880. static MaterialCheckBox smethod_80()
  2881. {
  2882. return new MaterialCheckBox();
  2883. }
  2884.  
  2885. // Token: 0x06000163 RID: 355 RVA: 0x000028C7 File Offset: 0x00000AC7
  2886. static void smethod_81(Control control_0)
  2887. {
  2888. control_0.SuspendLayout();
  2889. }
  2890.  
  2891. // Token: 0x06000164 RID: 356 RVA: 0x000028CF File Offset: 0x00000ACF
  2892. static void smethod_82(Control control_0)
  2893. {
  2894. control_0.SuspendLayout();
  2895. }
  2896.  
  2897. // Token: 0x06000165 RID: 357 RVA: 0x000028D7 File Offset: 0x00000AD7
  2898. static Control.ControlCollection smethod_83(Control control_0)
  2899. {
  2900. return control_0.Controls;
  2901. }
  2902.  
  2903. // Token: 0x06000166 RID: 358 RVA: 0x000028DF File Offset: 0x00000ADF
  2904. static void smethod_84(Control.ControlCollection controlCollection_0, Control control_0)
  2905. {
  2906. controlCollection_0.Add(control_0);
  2907. }
  2908.  
  2909. // Token: 0x06000167 RID: 359 RVA: 0x000028E8 File Offset: 0x00000AE8
  2910. static void smethod_85(MaterialTabControl materialTabControl_1, int int_11)
  2911. {
  2912. materialTabControl_1.set_Depth(int_11);
  2913. }
  2914.  
  2915. // Token: 0x06000168 RID: 360 RVA: 0x000028F1 File Offset: 0x00000AF1
  2916. static void smethod_86(Control control_0, EventHandler eventHandler_0)
  2917. {
  2918. control_0.Click -= eventHandler_0;
  2919. }
  2920.  
  2921. // Token: 0x06000169 RID: 361 RVA: 0x000028FA File Offset: 0x00000AFA
  2922. static void smethod_87(Control control_0, EventHandler eventHandler_0)
  2923. {
  2924. control_0.Click += eventHandler_0;
  2925. }
  2926.  
  2927. // Token: 0x0600016A RID: 362 RVA: 0x00002903 File Offset: 0x00000B03
  2928. static void smethod_88(MaterialSingleLineTextField materialSingleLineTextField_1, EventHandler eventHandler_0)
  2929. {
  2930. materialSingleLineTextField_1.remove_Click(eventHandler_0);
  2931. }
  2932.  
  2933. // Token: 0x0600016B RID: 363 RVA: 0x0000290C File Offset: 0x00000B0C
  2934. static void smethod_89(MaterialSingleLineTextField materialSingleLineTextField_1, EventHandler eventHandler_0)
  2935. {
  2936. materialSingleLineTextField_1.add_Click(eventHandler_0);
  2937. }
  2938.  
  2939. // Token: 0x0600016C RID: 364 RVA: 0x00002915 File Offset: 0x00000B15
  2940. static void smethod_90(Timer timer_2, EventHandler eventHandler_0)
  2941. {
  2942. timer_2.Tick -= eventHandler_0;
  2943. }
  2944.  
  2945. // Token: 0x0600016D RID: 365 RVA: 0x0000291E File Offset: 0x00000B1E
  2946. static void smethod_91(Timer timer_2, EventHandler eventHandler_0)
  2947. {
  2948. timer_2.Tick += eventHandler_0;
  2949. }
  2950.  
  2951. // Token: 0x0600016E RID: 366 RVA: 0x00002927 File Offset: 0x00000B27
  2952. static void smethod_92(Control control_0, EventHandler eventHandler_0)
  2953. {
  2954. control_0.TextChanged -= eventHandler_0;
  2955. }
  2956.  
  2957. // Token: 0x0600016F RID: 367 RVA: 0x00002930 File Offset: 0x00000B30
  2958. static void smethod_93(Control control_0, EventHandler eventHandler_0)
  2959. {
  2960. control_0.TextChanged += eventHandler_0;
  2961. }
  2962.  
  2963. // Token: 0x06000170 RID: 368 RVA: 0x00002939 File Offset: 0x00000B39
  2964. static void smethod_94(CheckBox checkBox_0, EventHandler eventHandler_0)
  2965. {
  2966. checkBox_0.CheckedChanged -= eventHandler_0;
  2967. }
  2968.  
  2969. // Token: 0x06000171 RID: 369 RVA: 0x00002942 File Offset: 0x00000B42
  2970. static void smethod_95(CheckBox checkBox_0, EventHandler eventHandler_0)
  2971. {
  2972. checkBox_0.CheckedChanged += eventHandler_0;
  2973. }
  2974.  
  2975. // Token: 0x0400000F RID: 15
  2976. private int int_0;
  2977.  
  2978. // Token: 0x04000010 RID: 16
  2979. private int int_1;
  2980.  
  2981. // Token: 0x04000011 RID: 17
  2982. private string string_0;
  2983.  
  2984. // Token: 0x04000012 RID: 18
  2985. private int int_2;
  2986.  
  2987. // Token: 0x04000013 RID: 19
  2988. public const int int_3 = 16;
  2989.  
  2990. // Token: 0x04000014 RID: 20
  2991. public const int int_4 = 2;
  2992.  
  2993. // Token: 0x04000015 RID: 21
  2994. public const int int_5 = 4096;
  2995.  
  2996. // Token: 0x04000016 RID: 22
  2997. public const int int_6 = 4;
  2998.  
  2999. // Token: 0x04000017 RID: 23
  3000. public const int int_7 = 2;
  3001.  
  3002. // Token: 0x04000018 RID: 24
  3003. public const int int_8 = 8;
  3004.  
  3005. // Token: 0x04000019 RID: 25
  3006. public const int int_9 = 32;
  3007.  
  3008. // Token: 0x0400001A RID: 26
  3009. private string string_1;
  3010.  
  3011. // Token: 0x0400001B RID: 27
  3012. private string string_2;
  3013.  
  3014. // Token: 0x0400001C RID: 28
  3015. private int int_10;
  3016.  
  3017. // Token: 0x0400001D RID: 29
  3018. private IContainer icontainer_0;
  3019.  
  3020. // Token: 0x0400001E RID: 30
  3021. [AccessedThroughProperty("MaterialTabControl1"), CompilerGenerated]
  3022. private MaterialTabControl materialTabControl_0;
  3023.  
  3024. // Token: 0x0400001F RID: 31
  3025. [CompilerGenerated, AccessedThroughProperty("TabPage1")]
  3026. private TabPage tabPage_0;
  3027.  
  3028. // Token: 0x04000020 RID: 32
  3029. [AccessedThroughProperty("TabPage2"), CompilerGenerated]
  3030. private TabPage tabPage_1;
  3031.  
  3032. // Token: 0x04000021 RID: 33
  3033. [AccessedThroughProperty("MaterialTabSelector1"), CompilerGenerated]
  3034. private MaterialTabSelector materialTabSelector_0;
  3035.  
  3036. // Token: 0x04000022 RID: 34
  3037. [CompilerGenerated, AccessedThroughProperty("MaterialFlatButton4")]
  3038. private MaterialFlatButton materialFlatButton_0;
  3039.  
  3040. // Token: 0x04000023 RID: 35
  3041. [AccessedThroughProperty("MaterialFlatButton3"), CompilerGenerated]
  3042. private MaterialFlatButton materialFlatButton_1;
  3043.  
  3044. // Token: 0x04000024 RID: 36
  3045. [AccessedThroughProperty("MaterialFlatButton2"), CompilerGenerated]
  3046. private MaterialFlatButton materialFlatButton_2;
  3047.  
  3048. // Token: 0x04000025 RID: 37
  3049. [AccessedThroughProperty("MaterialFlatButton1"), CompilerGenerated]
  3050. private MaterialFlatButton materialFlatButton_3;
  3051.  
  3052. // Token: 0x04000026 RID: 38
  3053. [CompilerGenerated, AccessedThroughProperty("TextBox1")]
  3054. private TextBox textBox_0;
  3055.  
  3056. // Token: 0x04000027 RID: 39
  3057. [CompilerGenerated, AccessedThroughProperty("Label6")]
  3058. private Label label_0;
  3059.  
  3060. // Token: 0x04000028 RID: 40
  3061. [CompilerGenerated, AccessedThroughProperty("Label5")]
  3062. private Label label_1;
  3063.  
  3064. // Token: 0x04000029 RID: 41
  3065. [AccessedThroughProperty("Label4"), CompilerGenerated]
  3066. private Label label_2;
  3067.  
  3068. // Token: 0x0400002A RID: 42
  3069. [CompilerGenerated, AccessedThroughProperty("MaterialSingleLineTextField1")]
  3070. private MaterialSingleLineTextField materialSingleLineTextField_0;
  3071.  
  3072. // Token: 0x0400002B RID: 43
  3073. [CompilerGenerated, AccessedThroughProperty("Label1")]
  3074. private Label label_3;
  3075.  
  3076. // Token: 0x0400002C RID: 44
  3077. [AccessedThroughProperty("TabPage3"), CompilerGenerated]
  3078. private TabPage tabPage_2;
  3079.  
  3080. // Token: 0x0400002D RID: 45
  3081. [CompilerGenerated, AccessedThroughProperty("Label9")]
  3082. private Label label_4;
  3083.  
  3084. // Token: 0x0400002E RID: 46
  3085. [CompilerGenerated, AccessedThroughProperty("Label8")]
  3086. private Label label_5;
  3087.  
  3088. // Token: 0x0400002F RID: 47
  3089. [CompilerGenerated, AccessedThroughProperty("Label7")]
  3090. private Label label_6;
  3091.  
  3092. // Token: 0x04000030 RID: 48
  3093. [CompilerGenerated, AccessedThroughProperty("Label3")]
  3094. private Label label_7;
  3095.  
  3096. // Token: 0x04000031 RID: 49
  3097. [CompilerGenerated, AccessedThroughProperty("Label2")]
  3098. private Label label_8;
  3099.  
  3100. // Token: 0x04000032 RID: 50
  3101. [AccessedThroughProperty("MaterialFlatButton5"), CompilerGenerated]
  3102. private MaterialFlatButton materialFlatButton_4;
  3103.  
  3104. // Token: 0x04000033 RID: 51
  3105. [CompilerGenerated, AccessedThroughProperty("MaterialFlatButton6")]
  3106. private MaterialFlatButton materialFlatButton_5;
  3107.  
  3108. // Token: 0x04000034 RID: 52
  3109. [AccessedThroughProperty("MaterialFlatButton8"), CompilerGenerated]
  3110. private MaterialFlatButton materialFlatButton_6;
  3111.  
  3112. // Token: 0x04000035 RID: 53
  3113. [CompilerGenerated, AccessedThroughProperty("MaterialFlatButton7")]
  3114. private MaterialFlatButton materialFlatButton_7;
  3115.  
  3116. // Token: 0x04000036 RID: 54
  3117. [AccessedThroughProperty("Timer1"), CompilerGenerated]
  3118. private Timer timer_0;
  3119.  
  3120. // Token: 0x04000037 RID: 55
  3121. [AccessedThroughProperty("WebBrowser1"), CompilerGenerated]
  3122. private WebBrowser webBrowser_0;
  3123.  
  3124. // Token: 0x04000038 RID: 56
  3125. [CompilerGenerated, AccessedThroughProperty("txtHWID")]
  3126. private TextBox textBox_1;
  3127.  
  3128. // Token: 0x04000039 RID: 57
  3129. [CompilerGenerated, AccessedThroughProperty("Label10")]
  3130. private Label label_9;
  3131.  
  3132. // Token: 0x0400003A RID: 58
  3133. [CompilerGenerated, AccessedThroughProperty("MaterialFlatButton11")]
  3134. private MaterialFlatButton materialFlatButton_8;
  3135.  
  3136. // Token: 0x0400003B RID: 59
  3137. [AccessedThroughProperty("MaterialFlatButton10"), CompilerGenerated]
  3138. private MaterialFlatButton materialFlatButton_9;
  3139.  
  3140. // Token: 0x0400003C RID: 60
  3141. [CompilerGenerated, AccessedThroughProperty("MaterialFlatButton9")]
  3142. private MaterialFlatButton materialFlatButton_10;
  3143.  
  3144. // Token: 0x0400003D RID: 61
  3145. [AccessedThroughProperty("Label13"), CompilerGenerated]
  3146. private Label label_10;
  3147.  
  3148. // Token: 0x0400003E RID: 62
  3149. [CompilerGenerated, AccessedThroughProperty("Label12")]
  3150. private Label label_11;
  3151.  
  3152. // Token: 0x0400003F RID: 63
  3153. [CompilerGenerated, AccessedThroughProperty("Label11")]
  3154. private Label label_12;
  3155.  
  3156. // Token: 0x04000040 RID: 64
  3157. [CompilerGenerated, AccessedThroughProperty("Label15")]
  3158. private Label label_13;
  3159.  
  3160. // Token: 0x04000041 RID: 65
  3161. [CompilerGenerated, AccessedThroughProperty("Label14")]
  3162. private Label label_14;
  3163.  
  3164. // Token: 0x04000042 RID: 66
  3165. [CompilerGenerated, AccessedThroughProperty("Label17")]
  3166. private Label label_15;
  3167.  
  3168. // Token: 0x04000043 RID: 67
  3169. [CompilerGenerated, AccessedThroughProperty("Label16")]
  3170. private Label label_16;
  3171.  
  3172. // Token: 0x04000044 RID: 68
  3173. [CompilerGenerated, AccessedThroughProperty("OpenFileDialog1")]
  3174. private OpenFileDialog openFileDialog_0;
  3175.  
  3176. // Token: 0x04000045 RID: 69
  3177. [CompilerGenerated, AccessedThroughProperty("Timer2")]
  3178. private Timer timer_1;
  3179.  
  3180. // Token: 0x04000046 RID: 70
  3181. [CompilerGenerated, AccessedThroughProperty("TabPage4")]
  3182. private TabPage tabPage_3;
  3183.  
  3184. // Token: 0x04000047 RID: 71
  3185. [CompilerGenerated, AccessedThroughProperty("Label19")]
  3186. private Label label_17;
  3187.  
  3188. // Token: 0x04000048 RID: 72
  3189. [CompilerGenerated, AccessedThroughProperty("Label18")]
  3190. private Label label_18;
  3191.  
  3192. // Token: 0x04000049 RID: 73
  3193. [CompilerGenerated, AccessedThroughProperty("MaterialCheckBox1")]
  3194. private MaterialCheckBox materialCheckBox_0;
  3195.  
  3196. // Token: 0x0400004A RID: 74
  3197. [CompilerGenerated, AccessedThroughProperty("MaterialCheckBox6")]
  3198. private MaterialCheckBox materialCheckBox_1;
  3199.  
  3200. // Token: 0x0400004B RID: 75
  3201. [CompilerGenerated, AccessedThroughProperty("MaterialCheckBox3")]
  3202. private MaterialCheckBox materialCheckBox_2;
  3203.  
  3204. // Token: 0x0400004C RID: 76
  3205. [CompilerGenerated, AccessedThroughProperty("TextBox2")]
  3206. private TextBox textBox_2;
  3207.  
  3208. // Token: 0x0400004D RID: 77
  3209. [CompilerGenerated, AccessedThroughProperty("MaterialFlatButton13")]
  3210. private MaterialFlatButton materialFlatButton_11;
  3211.  
  3212. // Token: 0x0400004E RID: 78
  3213. [CompilerGenerated, AccessedThroughProperty("MaterialFlatButton14")]
  3214. private MaterialFlatButton materialFlatButton_12;
  3215.  
  3216. // Token: 0x0400004F RID: 79
  3217. [CompilerGenerated, AccessedThroughProperty("MaterialFlatButton15")]
  3218. private MaterialFlatButton materialFlatButton_13;
  3219.  
  3220. // Token: 0x04000050 RID: 80
  3221. [CompilerGenerated, AccessedThroughProperty("TextBox3")]
  3222. private TextBox textBox_3;
  3223.  
  3224. // Token: 0x04000051 RID: 81
  3225. [CompilerGenerated, AccessedThroughProperty("MaterialLabel2")]
  3226. private MaterialLabel materialLabel_0;
  3227.  
  3228. // Token: 0x04000052 RID: 82
  3229. [CompilerGenerated, AccessedThroughProperty("MaterialFlatButton16")]
  3230. private MaterialFlatButton materialFlatButton_14;
  3231.  
  3232. // Token: 0x04000053 RID: 83
  3233. [CompilerGenerated, AccessedThroughProperty("MaterialLabel3")]
  3234. private MaterialLabel materialLabel_1;
  3235.  
  3236. // Token: 0x0200000C RID: 12
  3237. public class GClass0
  3238. {
  3239. // Token: 0x06000173 RID: 371 RVA: 0x0000744C File Offset: 0x0000564C
  3240. internal string method_0()
  3241. {
  3242. string result = string.Empty;
  3243. SelectQuery objectQuery_ = GForm0.GClass0.smethod_0("Win32_processor");
  3244. ManagementObjectSearcher managementObjectSearcher_ = GForm0.GClass0.smethod_1(objectQuery_);
  3245. try
  3246. {
  3247. ManagementObjectCollection.ManagementObjectEnumerator managementObjectEnumerator = GForm0.GClass0.smethod_3(GForm0.GClass0.smethod_2(managementObjectSearcher_));
  3248. while (GForm0.GClass0.smethod_7(managementObjectEnumerator))
  3249. {
  3250. ManagementObject managementBaseObject_ = (ManagementObject)GForm0.GClass0.smethod_4(managementObjectEnumerator);
  3251. result = GForm0.GClass0.smethod_6(GForm0.GClass0.smethod_5(managementBaseObject_, "processorId"));
  3252. }
  3253. }
  3254. finally
  3255. {
  3256. ManagementObjectCollection.ManagementObjectEnumerator managementObjectEnumerator;
  3257. if (managementObjectEnumerator != null)
  3258. {
  3259. GForm0.GClass0.smethod_8(managementObjectEnumerator);
  3260. }
  3261. }
  3262. return result;
  3263. }
  3264.  
  3265. // Token: 0x06000174 RID: 372 RVA: 0x000074CC File Offset: 0x000056CC
  3266. internal string method_1()
  3267. {
  3268. ManagementClass managementClass_ = GForm0.GClass0.smethod_9("Win32_NetworkAdapterConfiguration");
  3269. ManagementObjectCollection managementObjectCollection_ = GForm0.GClass0.smethod_10(managementClass_);
  3270. string text = string.Empty;
  3271. try
  3272. {
  3273. ManagementObjectCollection.ManagementObjectEnumerator managementObjectEnumerator = GForm0.GClass0.smethod_3(managementObjectCollection_);
  3274. while (GForm0.GClass0.smethod_7(managementObjectEnumerator))
  3275. {
  3276. ManagementObject managementObject = (ManagementObject)GForm0.GClass0.smethod_4(managementObjectEnumerator);
  3277. if (GForm0.GClass0.smethod_11(text, string.Empty))
  3278. {
  3279. if (GForm0.GClass0.smethod_12(GForm0.GClass0.smethod_5(managementObject, "IPEnabled")))
  3280. {
  3281. text = GForm0.GClass0.smethod_6(GForm0.GClass0.smethod_5(managementObject, "MacAddress"));
  3282. }
  3283. GForm0.GClass0.smethod_13(managementObject);
  3284. }
  3285. text = GForm0.GClass0.smethod_14(text, ":", string.Empty);
  3286. }
  3287. }
  3288. finally
  3289. {
  3290. ManagementObjectCollection.ManagementObjectEnumerator managementObjectEnumerator;
  3291. if (managementObjectEnumerator != null)
  3292. {
  3293. GForm0.GClass0.smethod_8(managementObjectEnumerator);
  3294. }
  3295. }
  3296. return text;
  3297. }
  3298.  
  3299. // Token: 0x06000175 RID: 373 RVA: 0x00007580 File Offset: 0x00005780
  3300. internal string method_2(string string_0 = "C")
  3301. {
  3302. ManagementObject managementObject = GForm0.GClass0.smethod_16(GForm0.GClass0.smethod_15("win32_logicaldisk.deviceid=\"{0}:\"", string_0));
  3303. GForm0.GClass0.smethod_17(managementObject);
  3304. return GForm0.GClass0.smethod_6(GForm0.GClass0.smethod_5(managementObject, "VolumeSerialNumber"));
  3305. }
  3306.  
  3307. // Token: 0x06000176 RID: 374 RVA: 0x000075B8 File Offset: 0x000057B8
  3308. internal string method_3()
  3309. {
  3310. string result = string.Empty;
  3311. SelectQuery objectQuery_ = GForm0.GClass0.smethod_0("Win32_BaseBoard");
  3312. ManagementObjectSearcher managementObjectSearcher_ = GForm0.GClass0.smethod_1(objectQuery_);
  3313. try
  3314. {
  3315. ManagementObjectCollection.ManagementObjectEnumerator managementObjectEnumerator = GForm0.GClass0.smethod_3(GForm0.GClass0.smethod_2(managementObjectSearcher_));
  3316. while (GForm0.GClass0.smethod_7(managementObjectEnumerator))
  3317. {
  3318. ManagementObject managementBaseObject_ = (ManagementObject)GForm0.GClass0.smethod_4(managementObjectEnumerator);
  3319. result = GForm0.GClass0.smethod_6(GForm0.GClass0.smethod_5(managementBaseObject_, "product"));
  3320. }
  3321. }
  3322. finally
  3323. {
  3324. ManagementObjectCollection.ManagementObjectEnumerator managementObjectEnumerator;
  3325. if (managementObjectEnumerator != null)
  3326. {
  3327. GForm0.GClass0.smethod_8(managementObjectEnumerator);
  3328. }
  3329. }
  3330. return result;
  3331. }
  3332.  
  3333. // Token: 0x06000177 RID: 375 RVA: 0x00007638 File Offset: 0x00005838
  3334. internal string method_4(string string_0)
  3335. {
  3336. MD5CryptoServiceProvider hashAlgorithm_ = GForm0.GClass0.smethod_18();
  3337. byte[] array = GForm0.GClass0.smethod_20(GForm0.GClass0.smethod_19(), string_0);
  3338. array = GForm0.GClass0.smethod_21(hashAlgorithm_, array);
  3339. string text = "";
  3340. byte[] array2 = array;
  3341. checked
  3342. {
  3343. for (int i = 0; i < array2.Length; i++)
  3344. {
  3345. byte b = array2[i];
  3346. text += b.ToString("x2");
  3347. }
  3348. return text;
  3349. }
  3350. }
  3351.  
  3352. // Token: 0x06000178 RID: 376 RVA: 0x0000294B File Offset: 0x00000B4B
  3353. static SelectQuery smethod_0(string string_0)
  3354. {
  3355. return new SelectQuery(string_0);
  3356. }
  3357.  
  3358. // Token: 0x06000179 RID: 377 RVA: 0x00002953 File Offset: 0x00000B53
  3359. static ManagementObjectSearcher smethod_1(ObjectQuery objectQuery_0)
  3360. {
  3361. return new ManagementObjectSearcher(objectQuery_0);
  3362. }
  3363.  
  3364. // Token: 0x0600017A RID: 378 RVA: 0x0000295B File Offset: 0x00000B5B
  3365. static ManagementObjectCollection smethod_2(ManagementObjectSearcher managementObjectSearcher_0)
  3366. {
  3367. return managementObjectSearcher_0.Get();
  3368. }
  3369.  
  3370. // Token: 0x0600017B RID: 379 RVA: 0x00002963 File Offset: 0x00000B63
  3371. static ManagementObjectCollection.ManagementObjectEnumerator smethod_3(ManagementObjectCollection managementObjectCollection_0)
  3372. {
  3373. return managementObjectCollection_0.GetEnumerator();
  3374. }
  3375.  
  3376. // Token: 0x0600017C RID: 380 RVA: 0x0000296B File Offset: 0x00000B6B
  3377. static ManagementBaseObject smethod_4(ManagementObjectCollection.ManagementObjectEnumerator managementObjectEnumerator_0)
  3378. {
  3379. return managementObjectEnumerator_0.Current;
  3380. }
  3381.  
  3382. // Token: 0x0600017D RID: 381 RVA: 0x00002973 File Offset: 0x00000B73
  3383. static object smethod_5(ManagementBaseObject managementBaseObject_0, string string_0)
  3384. {
  3385. return managementBaseObject_0[string_0];
  3386. }
  3387.  
  3388. // Token: 0x0600017E RID: 382 RVA: 0x0000297C File Offset: 0x00000B7C
  3389. static string smethod_6(object object_0)
  3390. {
  3391. return object_0.ToString();
  3392. }
  3393.  
  3394. // Token: 0x0600017F RID: 383 RVA: 0x00002984 File Offset: 0x00000B84
  3395. static bool smethod_7(ManagementObjectCollection.ManagementObjectEnumerator managementObjectEnumerator_0)
  3396. {
  3397. return managementObjectEnumerator_0.MoveNext();
  3398. }
  3399.  
  3400. // Token: 0x06000180 RID: 384 RVA: 0x0000285B File Offset: 0x00000A5B
  3401. static void smethod_8(IDisposable idisposable_0)
  3402. {
  3403. idisposable_0.Dispose();
  3404. }
  3405.  
  3406. // Token: 0x06000181 RID: 385 RVA: 0x0000298C File Offset: 0x00000B8C
  3407. static ManagementClass smethod_9(string string_0)
  3408. {
  3409. return new ManagementClass(string_0);
  3410. }
  3411.  
  3412. // Token: 0x06000182 RID: 386 RVA: 0x00002994 File Offset: 0x00000B94
  3413. static ManagementObjectCollection smethod_10(ManagementClass managementClass_0)
  3414. {
  3415. return managementClass_0.GetInstances();
  3416. }
  3417.  
  3418. // Token: 0x06000183 RID: 387 RVA: 0x0000299C File Offset: 0x00000B9C
  3419. static bool smethod_11(string string_0, string string_1)
  3420. {
  3421. return string_0.Equals(string_1);
  3422. }
  3423.  
  3424. // Token: 0x06000184 RID: 388 RVA: 0x000029A5 File Offset: 0x00000BA5
  3425. static bool smethod_12(object object_0)
  3426. {
  3427. return Conversions.ToBoolean(object_0);
  3428. }
  3429.  
  3430. // Token: 0x06000185 RID: 389 RVA: 0x000029AD File Offset: 0x00000BAD
  3431. static void smethod_13(ManagementObject managementObject_0)
  3432. {
  3433. managementObject_0.Dispose();
  3434. }
  3435.  
  3436. // Token: 0x06000186 RID: 390 RVA: 0x00002851 File Offset: 0x00000A51
  3437. static string smethod_14(string string_0, string string_1, string string_2)
  3438. {
  3439. return string_0.Replace(string_1, string_2);
  3440. }
  3441.  
  3442. // Token: 0x06000187 RID: 391 RVA: 0x000029B5 File Offset: 0x00000BB5
  3443. static string smethod_15(string string_0, object object_0)
  3444. {
  3445. return string.Format(string_0, object_0);
  3446. }
  3447.  
  3448. // Token: 0x06000188 RID: 392 RVA: 0x000029BE File Offset: 0x00000BBE
  3449. static ManagementObject smethod_16(string string_0)
  3450. {
  3451. return new ManagementObject(string_0);
  3452. }
  3453.  
  3454. // Token: 0x06000189 RID: 393 RVA: 0x000029C6 File Offset: 0x00000BC6
  3455. static void smethod_17(ManagementObject managementObject_0)
  3456. {
  3457. managementObject_0.Get();
  3458. }
  3459.  
  3460. // Token: 0x0600018A RID: 394 RVA: 0x000029CE File Offset: 0x00000BCE
  3461. static MD5CryptoServiceProvider smethod_18()
  3462. {
  3463. return new MD5CryptoServiceProvider();
  3464. }
  3465.  
  3466. // Token: 0x0600018B RID: 395 RVA: 0x000029D5 File Offset: 0x00000BD5
  3467. static Encoding smethod_19()
  3468. {
  3469. return Encoding.ASCII;
  3470. }
  3471.  
  3472. // Token: 0x0600018C RID: 396 RVA: 0x000029DC File Offset: 0x00000BDC
  3473. static byte[] smethod_20(Encoding encoding_0, string string_0)
  3474. {
  3475. return encoding_0.GetBytes(string_0);
  3476. }
  3477.  
  3478. // Token: 0x0600018D RID: 397 RVA: 0x000029E5 File Offset: 0x00000BE5
  3479. static byte[] smethod_21(HashAlgorithm hashAlgorithm_0, byte[] byte_0)
  3480. {
  3481. return hashAlgorithm_0.ComputeHash(byte_0);
  3482. }
  3483. }
  3484. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement