Guest User

Untitled

a guest
Oct 12th, 2017
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.35 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Diagnostics;
  5. using System.Drawing;
  6. using System.IO;
  7. using System.Linq;
  8. using System.Net;
  9. using System.Runtime.InteropServices;
  10. using System.Text;
  11. using System.Windows.Forms;
  12. using Bleu.Properties;
  13. using ScintillaNET;
  14.  
  15. namespace Bleu
  16. {
  17. // Token: 0x02000007 RID: 7
  18. public class MainWindow : Form
  19. {
  20. // Token: 0x0600002A RID: 42
  21. [DllImport("kernel32.dll")]
  22. public static extern IntPtr OpenProcess(int dwDesiredAccess, bool bInheritHandle, int dwProcessId);
  23.  
  24. // Token: 0x0600002B RID: 43
  25. [DllImport("kernel32.dll", CharSet = CharSet.Auto)]
  26. public static extern IntPtr GetModuleHandle(string lpModuleName);
  27.  
  28. // Token: 0x0600002C RID: 44
  29. [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)]
  30. private static extern IntPtr GetProcAddress(IntPtr hModule, string procName);
  31.  
  32. // Token: 0x0600002D RID: 45
  33. [DllImport("kernel32.dll", ExactSpelling = true, SetLastError = true)]
  34. private static extern IntPtr VirtualAllocEx(IntPtr hProcess, IntPtr lpAddress, uint dwSize, uint flAllocationType, uint flProtect);
  35.  
  36. // Token: 0x0600002E RID: 46
  37. [DllImport("kernel32.dll", SetLastError = true)]
  38. private static extern bool WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, byte[] lpBuffer, uint nSize, out UIntPtr lpNumberOfBytesWritten);
  39.  
  40. // Token: 0x0600002F RID: 47
  41. [DllImport("kernel32.dll")]
  42. private static extern IntPtr CreateRemoteThread(IntPtr hProcess, IntPtr lpThreadAttributes, uint dwStackSize, IntPtr lpStartAddress, IntPtr lpParameter, uint dwCreationFlags, IntPtr lpThreadId);
  43.  
  44. // Token: 0x06000030 RID: 48
  45. [DllImport("user32.dll", CharSet = CharSet.Auto)]
  46. private static extern int SendMessage(IntPtr hWnd, int msg, int wParam, [MarshalAs(UnmanagedType.LPWStr)] string lParam);
  47.  
  48. // Token: 0x17000001 RID: 1
  49. // (get) Token: 0x06000031 RID: 49 RVA: 0x00004ADC File Offset: 0x00002CDC
  50. public IntPtr MainWindowHandle { get; }
  51.  
  52. // Token: 0x06000032 RID: 50 RVA: 0x00004AE4 File Offset: 0x00002CE4
  53. private int Inject(string dllName)
  54. {
  55. int result;
  56. try
  57. {
  58. Process process = Process.GetProcessesByName("RobloxPlayerBeta")[0];
  59. if (process != null)
  60. {
  61. if (process.MainWindowHandle.ToInt32() != 0)
  62. {
  63. IntPtr hProcess = MainWindow.OpenProcess(1082, false, process.Id);
  64. IntPtr procAddress = MainWindow.GetProcAddress(MainWindow.GetModuleHandle("kernel32.dll"), "LoadLibraryA");
  65. IntPtr intPtr = MainWindow.VirtualAllocEx(hProcess, IntPtr.Zero, (uint)((dllName.Length + 1) * Marshal.SizeOf(typeof(char))), 12288u, 4u);
  66. UIntPtr uintPtr;
  67. MainWindow.WriteProcessMemory(hProcess, intPtr, Encoding.Default.GetBytes(dllName), (uint)((dllName.Length + 1) * Marshal.SizeOf(typeof(char))), out uintPtr);
  68. MainWindow.CreateRemoteThread(hProcess, IntPtr.Zero, 0u, procAddress, intPtr, 0u, IntPtr.Zero);
  69. this.HookLabel.Visible = true;
  70. }
  71. }
  72. else
  73. {
  74. File.Create("00");
  75. }
  76. result = 0;
  77. }
  78. catch (Exception)
  79. {
  80. this.HookLabel.Visible = false;
  81. result = 0;
  82. }
  83. return result;
  84. }
  85.  
  86. // Token: 0x06000033 RID: 51 RVA: 0x00004BEC File Offset: 0x00002DEC
  87. public MainWindow()
  88. {
  89. this.InitializeComponent();
  90. }
  91.  
  92. // Token: 0x06000034 RID: 52 RVA: 0x00004C20 File Offset: 0x00002E20
  93. private void MainWindow_FormClosing(object sender, FormClosingEventArgs e)
  94. {
  95. try
  96. {
  97. for (;;)
  98. {
  99. Process.GetCurrentProcess().Kill();
  100. }
  101. }
  102. catch
  103. {
  104. }
  105. }
  106.  
  107. // Token: 0x06000035 RID: 53 RVA: 0x00002FA0 File Offset: 0x000011A0
  108. private void fileSystemWatcher1_Changed(object sender, FileSystemEventArgs e)
  109. {
  110. }
  111.  
  112. // Token: 0x06000036 RID: 54 RVA: 0x00002FA0 File Offset: 0x000011A0
  113. private void scintilla1_Click(object sender, EventArgs e)
  114. {
  115. }
  116.  
  117. // Token: 0x06000037 RID: 55 RVA: 0x00004C4C File Offset: 0x00002E4C
  118. private void MainWindow_Load(object sender, EventArgs e)
  119. {
  120. this.timer1.Start();
  121. MainWindow.SendMessage(this.FindBox.Handle, 5377, 0, "Find...");
  122. this.checkWhitelist.Start();
  123. this.windowChecker.Start();
  124. try
  125. {
  126. if (File.Exists("C:/Bleu/Message.txt"))
  127. {
  128. if (File.ReadAllText("C:/Bleu/Message.txt") != new WebClient().DownloadString("http://www.bleuhost.us/Bleu/Message.txt"))
  129. {
  130. File.WriteAllText("C:/Bleu/Message.txt", new WebClient().DownloadString("http://www.bleuhost.us/Bleu/Message.txt"));
  131. MessageBox.Show(new WebClient().DownloadString("http://www.bleuhost.us/Bleu/Message.txt"), "Message");
  132. }
  133. }
  134. else
  135. {
  136. File.Create("C:/Bleu/Message.txt").Close();
  137. File.WriteAllText("C:/Bleu/Message.txt", new WebClient().DownloadString("http://www.bleuhost.us/Bleu/Message.txt"));
  138. MessageBox.Show(new WebClient().DownloadString("http://www.bleuhost.us/Bleu/Message.txt"), "Message");
  139. }
  140. }
  141. catch
  142. {
  143. }
  144. try
  145. {
  146. File.ReadAllText("C:/Bleu/INPUT");
  147. }
  148. catch
  149. {
  150. }
  151. this.CheckFile.Start();
  152. this.injectime.Start();
  153. string str = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
  154. string str2 = "0123456789";
  155. string str3 = "ŠšŒœŸÿÀàÁáÂâÃãÄäÅåÆæÇçÈèÉéÊêËëÌìÍíÎîÏïÐðÑñÒòÓóÔôÕõÖØøÙùÚúÛûÜüÝýÞþßö";
  156. this.scintilla1.StyleResetDefault();
  157. this.scintilla1.Styles[32].Font = "Consolas";
  158. this.scintilla1.Styles[32].Size = 10;
  159. this.scintilla1.StyleClearAll();
  160. this.scintilla1.Styles[0].ForeColor = Color.Silver;
  161. this.scintilla1.Styles[1].ForeColor = Color.FromArgb(0, 0, 127, 0);
  162. this.scintilla1.Styles[2].ForeColor = Color.FromArgb(0, 0, 127, 0);
  163. this.scintilla1.Styles[4].ForeColor = Color.FromArgb(0, 0, 127, 127);
  164. this.scintilla1.Styles[5].ForeColor = Color.FromArgb(0, 0, 0, 127);
  165. this.scintilla1.Styles[13].ForeColor = Color.FromArgb(0, 255, 128, 0);
  166. this.scintilla1.Styles[14].ForeColor = Color.FromArgb(0, 255, 0, 0);
  167. this.scintilla1.Styles[15].ForeColor = Color.DarkSlateBlue;
  168. this.scintilla1.Styles[6].ForeColor = Color.FromArgb(0, 127, 0, 127);
  169. this.scintilla1.Styles[7].ForeColor = Color.FromArgb(0, 127, 0, 127);
  170. this.scintilla1.Styles[8].ForeColor = Color.FromArgb(0, 127, 0, 127);
  171. this.scintilla1.Styles[10].ForeColor = Color.FromArgb(0, 127, 127, 127);
  172. this.scintilla1.Styles[9].ForeColor = Color.Maroon;
  173. this.scintilla1.Lexer = Lexer.Lua;
  174. this.scintilla1.WordChars = str + str2 + str3;
  175. this.scintilla1.SetKeywords(0, "info and break do else elseif end for function if in local nil not or repeat return then until while false true goto assert collectgarbage dofile _G getmetatable ipairs loadfile next pairs pcall print rawequal rawget rawset setmetatable tonumber tostring type _VERSION xpcall string table math coroutine io os debug getfenv gcinfo load loadlib loadstring require select setfenv unpack _LOADED LUA_PATH _REQUIREDNAME package rawlen package bit32 utf8 _ENV string.byte string.char string.dump string.find string.format string.gsub string.len string.lower string.rep string.sub string.upper table.concat table.insert table.remove table.sort math.abs math.acos math.asin math.atan math.atan2 math.ceil math.cos math.deg math.exp math.floor math.frexp math.ldexp math.log math.max math.min math.pi math.pow math.rad math.random math.randomseed math.sin math.sqrt math.tan string.gfind string.gmatch string.match string.reverse string.pack string.packsize string.unpack table.foreach table.foreachi table.getn table.setn table.maxn table.pack table.unpack table.move math.cosh math.fmod math.huge math.log10 math.modf math.mod math.sinh math.tanh math.maxinteger math.mininteger math.tointeger math.type math.ult bit32.arshift bit32.band bit32.bnot bit32.bor bit32.btest bit32.bxor bit32.extract bit32.replace bit32.lrotate bit32.lshift bit32.rrotate bit32.rshift utf8.char utf8.charpattern utf8.codes utf8.codepoint utf8.len utf8.offset coroutine.create coroutine.resume coroutine.status coroutine.wrap coroutine.yield io.close io.flush io.input io.lines io.open io.output io.read io.tmpfile io.type io.write io.stdin io.stdout io.stderr os.clock os.date os.difftime os.execute os.exit os.getenv os.remove os.rename os.setlocale os.time os.tmpname coroutine.isyieldable coroutine.running io.popen module package.loaders package.seeall package.config package.searchers package.searchpath require package.cpath package.loaded package.loadlib package.path package.preload");
  176. this.scintilla1.SetKeywords(1, "warn");
  177. this.scintilla1.SetKeywords(2, "error");
  178. this.scintilla1.SetKeywords(3, "");
  179. this.scintilla1.SetProperty("fold", "1");
  180. this.scintilla1.SetProperty("fold.compact", "1");
  181. this.scintilla1.Margins[1].Type = MarginType.Symbol;
  182. this.scintilla1.Margins[1].Mask = 4261412864u;
  183. this.scintilla1.Margins[1].Sensitive = true;
  184. this.scintilla1.Margins[1].Width = 20;
  185. for (int i = 25; i <= 31; i++)
  186. {
  187. this.scintilla1.Markers[i].SetForeColor(SystemColors.ControlLightLight);
  188. this.scintilla1.Markers[i].SetBackColor(SystemColors.ControlDark);
  189. }
  190. this.scintilla1.Markers[30].Symbol = MarkerSymbol.BoxPlus;
  191. this.scintilla1.Markers[31].Symbol = MarkerSymbol.BoxMinus;
  192. this.scintilla1.Markers[25].Symbol = MarkerSymbol.BoxPlusConnected;
  193. this.scintilla1.Markers[27].Symbol = MarkerSymbol.TCorner;
  194. this.scintilla1.Markers[26].Symbol = MarkerSymbol.BoxMinusConnected;
  195. this.scintilla1.Markers[29].Symbol = MarkerSymbol.VLine;
  196. this.scintilla1.Markers[28].Symbol = MarkerSymbol.LCorner;
  197. this.scintilla1.AutomaticFold = (AutomaticFold.Show | AutomaticFold.Click | AutomaticFold.Change);
  198. }
  199.  
  200. // Token: 0x06000038 RID: 56 RVA: 0x00005174 File Offset: 0x00003374
  201. private void Button2_Click(object sender, EventArgs e)
  202. {
  203. this.scintilla1.Text = " ";
  204. }
  205.  
  206. // Token: 0x06000039 RID: 57 RVA: 0x00005188 File Offset: 0x00003388
  207. private void Button1_Click(object sender, EventArgs e)
  208. {
  209. if (this.OpenFileDialog1.ShowDialog() != DialogResult.Cancel)
  210. {
  211. try
  212. {
  213. this.scintilla1.Text = File.ReadAllText(this.OpenFileDialog1.FileName);
  214. }
  215. catch
  216. {
  217. }
  218. }
  219. }
  220.  
  221. // Token: 0x0600003A RID: 58 RVA: 0x000051D4 File Offset: 0x000033D4
  222. private void BleuToolStripMenuItem_Click(object sender, EventArgs e)
  223. {
  224. MessageBox.Show("Credits\nCreator - Cirm\n\nContact Information:\nDiscord - cirmolddry#2299\nEmail - cloristonezarsales@gmail.com\n\n\nSales information:\nEmail(s) - cloristonezarsales@gmail.com\nSeller(s) - mirc#2299\n\nThis exploit uses Eternal's Retcheck.\n", "Information", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
  225. }
  226.  
  227. // Token: 0x0600003B RID: 59 RVA: 0x000051E9 File Offset: 0x000033E9
  228. private void Button4_Click(object sender, EventArgs e)
  229. {
  230. this.ContextMenuStrip1.Show(this.Button4, new Point(20, 0));
  231. }
  232.  
  233. // Token: 0x0600003C RID: 60 RVA: 0x00005204 File Offset: 0x00003404
  234. private void MinimizeToolStripMenuItem_Click(object sender, EventArgs e)
  235. {
  236. base.WindowState = FormWindowState.Minimized;
  237. }
  238.  
  239. // Token: 0x0600003D RID: 61 RVA: 0x0000520D File Offset: 0x0000340D
  240. private void ExitToolStripMenuItem_Click(object sender, EventArgs e)
  241. {
  242. Process.GetCurrentProcess().Kill();
  243. }
  244.  
  245. // Token: 0x0600003E RID: 62 RVA: 0x00005219 File Offset: 0x00003419
  246. private void CustomEnvironmentToolStripMenuItem_Click(object sender, EventArgs e)
  247. {
  248. new Env().Show();
  249. }
  250.  
  251. // Token: 0x0600003F RID: 63 RVA: 0x00005225 File Offset: 0x00003425
  252. private void TopMostToolStripMenuItem_Click(object sender, EventArgs e)
  253. {
  254. if (base.TopMost)
  255. {
  256. base.TopMost = false;
  257. this.TopMostToolStripMenuItem.Checked = false;
  258. return;
  259. }
  260. base.TopMost = true;
  261. this.TopMostToolStripMenuItem.Checked = true;
  262. }
  263.  
  264. // Token: 0x06000040 RID: 64 RVA: 0x00005258 File Offset: 0x00003458
  265. private void AutoExecuteFolderToolStripMenuItem_Click(object sender, EventArgs e)
  266. {
  267. try
  268. {
  269. Process.Start("C:/Bleu/AutoExecute");
  270. }
  271. catch (Exception)
  272. {
  273. }
  274. }
  275.  
  276. // Token: 0x06000041 RID: 65 RVA: 0x00005288 File Offset: 0x00003488
  277. private void KillROBLOXToolStripMenuItem_Click(object sender, EventArgs e)
  278. {
  279. try
  280. {
  281. Process[] processesByName = Process.GetProcessesByName("RobloxPlayerBeta");
  282. for (int i = 0; i < processesByName.Length; i++)
  283. {
  284. processesByName[i].Kill();
  285. }
  286. }
  287. catch
  288. {
  289. }
  290. }
  291.  
  292. // Token: 0x06000042 RID: 66 RVA: 0x000052CC File Offset: 0x000034CC
  293. private void FixTeleportationToolStripMenuItem_Click(object sender, EventArgs e)
  294. {
  295. try
  296. {
  297. this.newnum++;
  298. File.WriteAllText("C:/Bleu/OUTPUT", "TERM");
  299. try
  300. {
  301. new WebClient().DownloadFile("http://bleuhost.us/Bleu/Release/LoadHack.dll", "C:/Bleu/LoadHack" + this.newnum.ToString() + ".dll");
  302. }
  303. catch (Exception)
  304. {
  305. }
  306. File.WriteAllText("C:/Bleu/OUTPUT", "");
  307. this.Inject("C:/Bleu/LoadHack" + this.newnum.ToString() + ".dll");
  308. MessageBox.Show("Fixed Teleportation.");
  309. }
  310. catch
  311. {
  312. MessageBox.Show("Could not fix Teleportation.");
  313. }
  314. }
  315.  
  316. // Token: 0x06000043 RID: 67 RVA: 0x0000538C File Offset: 0x0000358C
  317. private void injector_Tick(object sender, EventArgs e)
  318. {
  319. if (this.AutoHook)
  320. {
  321. this.Inject(this.dllName);
  322. this.injector.Stop();
  323. }
  324. }
  325.  
  326. // Token: 0x06000044 RID: 68 RVA: 0x000053AE File Offset: 0x000035AE
  327. private void injectime_Tick(object sender, EventArgs e)
  328. {
  329. if (File.Exists("C:/Bleu/LoadHack.dll"))
  330. {
  331. this.injector.Start();
  332. }
  333. }
  334.  
  335. // Token: 0x06000045 RID: 69 RVA: 0x000053C8 File Offset: 0x000035C8
  336. private void Button3_Click(object sender, EventArgs e)
  337. {
  338. try
  339. {
  340. File.WriteAllText("C:/Bleu/INPUT", "LuaC([===[" + this.scintilla1.Text + "]===])");
  341. }
  342. catch
  343. {
  344. }
  345. }
  346.  
  347. // Token: 0x06000046 RID: 70 RVA: 0x00005410 File Offset: 0x00003610
  348. private void CheckFile_Tick(object sender, EventArgs e)
  349. {
  350. try
  351. {
  352. if (this.OldFile != File.ReadAllText("C:/Bleu/OUTPUT"))
  353. {
  354. try
  355. {
  356. if (File.ReadAllText("C:/Bleu/OUTPUT").Substring(0, 1) == "4")
  357. {
  358. string str = File.ReadAllText("C:/Bleu/OUTPUT").Substring(1);
  359. File.WriteAllText("C:/Bleu/OUTPUT", " ");
  360. this.OldFile = " ";
  361. MessageBox.Show("Syntax Error!\n" + str, "Syntax Error", MessageBoxButtons.OK, MessageBoxIcon.Hand);
  362. }
  363. }
  364. catch
  365. {
  366. }
  367. }
  368. }
  369. catch
  370. {
  371. }
  372. }
  373.  
  374. // Token: 0x06000047 RID: 71 RVA: 0x000054BC File Offset: 0x000036BC
  375. private void toolStripMenuItem1_Click(object sender, EventArgs e)
  376. {
  377. new LargeOutput().Show();
  378. }
  379.  
  380. // Token: 0x06000048 RID: 72 RVA: 0x000054C8 File Offset: 0x000036C8
  381. private void largeWindow2ToolStripMenuItem_Click(object sender, EventArgs e)
  382. {
  383. new LargeOutput2().Show();
  384. }
  385.  
  386. // Token: 0x06000049 RID: 73 RVA: 0x000054D4 File Offset: 0x000036D4
  387. private void unregisterToolStripMenuItem_Click(object sender, EventArgs e)
  388. {
  389. if (MessageBox.Show("Are you sure you want to un-register Bleu? All settings will be erased.", "Un-register Bleu", MessageBoxButtons.YesNo, MessageBoxIcon.Exclamation) == DialogResult.Yes)
  390. {
  391. try
  392. {
  393. Directory.Delete("C:/Bleu", true);
  394. Process.GetCurrentProcess().Kill();
  395. }
  396. catch
  397. {
  398. }
  399. }
  400. }
  401.  
  402. // Token: 0x0600004A RID: 74 RVA: 0x00005520 File Offset: 0x00003720
  403. private void windowChecker_Tick(object sender, EventArgs e)
  404. {
  405. try
  406. {
  407. if (Process.GetProcessesByName("RobloxPlayerBeta")[0].MainWindowHandle.ToInt32() == 0)
  408. {
  409. this.windowNotDetected.Start();
  410. }
  411. }
  412. catch
  413. {
  414. }
  415. }
  416.  
  417. // Token: 0x0600004B RID: 75 RVA: 0x00005568 File Offset: 0x00003768
  418. private void windowNotDetected_Tick(object sender, EventArgs e)
  419. {
  420. try
  421. {
  422. if (Process.GetProcessesByName("RobloxPlayerBeta")[0].MainWindowHandle.ToInt32() == 0)
  423. {
  424. Process[] processesByName = Process.GetProcessesByName("RobloxPlayerBeta");
  425. for (int i = 0; i < processesByName.Length; i++)
  426. {
  427. processesByName[i].Kill();
  428. }
  429. }
  430. }
  431. catch
  432. {
  433. }
  434. this.windowNotDetected.Stop();
  435. }
  436.  
  437. // Token: 0x0600004C RID: 76 RVA: 0x000055D4 File Offset: 0x000037D4
  438. private void changelogToolStripMenuItem_Click(object sender, EventArgs e)
  439. {
  440. try
  441. {
  442. MessageBox.Show(new WebClient().DownloadString("http://www.bleuhost.us/Bleu/Changelog.txt"), "Changelog");
  443. }
  444. catch
  445. {
  446. }
  447. }
  448.  
  449. // Token: 0x0600004D RID: 77 RVA: 0x00005610 File Offset: 0x00003810
  450. private void checkWhitelist_Tick(object sender, EventArgs e)
  451. {
  452. try
  453. {
  454. if (new WebClient().DownloadString("http://bleuhost.us/Bleu/Whitelist.php?step=1&key=" + File.ReadAllText("C:/Bleu/Auth.txt")) != "0")
  455. {
  456. this.checkWhitelist.Stop();
  457. if (MessageBox.Show("Your key for Bleu is invalid. Your game will crash if you continue. Would you like to continue?", "Confirmation", MessageBoxButtons.YesNo, MessageBoxIcon.Exclamation) == DialogResult.No)
  458. {
  459. Process.GetCurrentProcess().Kill();
  460. }
  461. }
  462. }
  463. catch
  464. {
  465. }
  466. this.checkWhitelist.Stop();
  467. }
  468.  
  469. // Token: 0x0600004E RID: 78 RVA: 0x00005694 File Offset: 0x00003894
  470. private void button14_Click(object sender, EventArgs e)
  471. {
  472. if (this.MatchCase)
  473. {
  474. this.MatchCase = false;
  475. this.button14.BackColor = SystemColors.Control;
  476. return;
  477. }
  478. this.MatchCase = true;
  479. this.button14.BackColor = SystemColors.ScrollBar;
  480. }
  481.  
  482. // Token: 0x0600004F RID: 79 RVA: 0x000056D0 File Offset: 0x000038D0
  483. private void textBox1_TextChanged(object sender, EventArgs e)
  484. {
  485. this.Position = 1;
  486. try
  487. {
  488. string text;
  489. string value;
  490. if (!this.MatchCase)
  491. {
  492. text = this.scintilla1.Text.ToLower();
  493. value = this.FindBox.Text.ToLower();
  494. }
  495. else
  496. {
  497. text = this.scintilla1.Text;
  498. value = this.FindBox.Text;
  499. }
  500. if (text.LastIndexOf(value) != -1)
  501. {
  502. List<int> list = text.AllIndexesOf(value);
  503. this.scintilla1.SelectionStart = list[this.Position - 1];
  504. this.scintilla1.SelectionEnd = this.FindBox.Text.Length + list[this.Position - 1];
  505. this.ResultLabel.Text = this.Position.ToString() + " of " + list.Count.ToString() + " matches";
  506. }
  507. else
  508. {
  509. this.ResultLabel.Text = "0 matches";
  510. }
  511. }
  512. catch
  513. {
  514. this.ResultLabel.Text = "";
  515. }
  516. }
  517.  
  518. // Token: 0x06000050 RID: 80 RVA: 0x000057EC File Offset: 0x000039EC
  519. private void FindBox_KeyDown(object sender, KeyEventArgs e)
  520. {
  521. if (e.Shift)
  522. {
  523. if (e.KeyCode == Keys.Return)
  524. {
  525. try
  526. {
  527. string str;
  528. string value;
  529. if (!this.MatchCase)
  530. {
  531. str = this.scintilla1.Text.ToLower();
  532. value = this.FindBox.Text.ToLower();
  533. }
  534. else
  535. {
  536. str = this.scintilla1.Text;
  537. value = this.FindBox.Text;
  538. }
  539. this.Position--;
  540. List<int> list = str.AllIndexesOf(value);
  541. this.scintilla1.SelectionStart = list[this.Position - 1];
  542. this.scintilla1.SelectionEnd = this.FindBox.Text.Length + list[this.Position - 1];
  543. this.scintilla1.Select();
  544. this.scintilla1.ScrollCaret();
  545. this.ResultLabel.Text = this.Position.ToString() + " of " + list.Count.ToString() + " matches";
  546. e.SuppressKeyPress = true;
  547. }
  548. catch
  549. {
  550. try
  551. {
  552. string str2;
  553. string value2;
  554. if (!this.MatchCase)
  555. {
  556. str2 = this.scintilla1.Text.ToLower();
  557. value2 = this.FindBox.Text.ToLower();
  558. }
  559. else
  560. {
  561. str2 = this.scintilla1.Text;
  562. value2 = this.FindBox.Text;
  563. }
  564. List<int> list2 = str2.AllIndexesOf(value2);
  565. this.Position = list2.Count<int>();
  566. this.scintilla1.SelectionStart = list2[this.Position - 1];
  567. this.scintilla1.SelectionEnd = this.FindBox.Text.Length + list2[this.Position - 1];
  568. this.scintilla1.Select();
  569. this.scintilla1.ScrollCaret();
  570. this.ResultLabel.Text = this.Position.ToString() + " of " + list2.Count.ToString() + " matches";
  571. }
  572. catch
  573. {
  574. }
  575. }
  576. this.FindBox.Focus();
  577. return;
  578. }
  579. }
  580. else
  581. {
  582. try
  583. {
  584. string str3;
  585. string value3;
  586. if (!this.MatchCase)
  587. {
  588. str3 = this.scintilla1.Text.ToLower();
  589. value3 = this.FindBox.Text.ToLower();
  590. }
  591. else
  592. {
  593. str3 = this.scintilla1.Text;
  594. value3 = this.FindBox.Text;
  595. }
  596. this.Position++;
  597. List<int> list3 = str3.AllIndexesOf(value3);
  598. this.scintilla1.SelectionStart = list3[this.Position - 1];
  599. this.scintilla1.SelectionEnd = this.FindBox.Text.Length + list3[this.Position - 1];
  600. this.scintilla1.Select();
  601. this.scintilla1.ScrollCaret();
  602. this.ResultLabel.Text = this.Position.ToString() + " of " + list3.Count.ToString() + " matches";
  603. if (e.KeyCode == Keys.Return)
  604. {
  605. e.SuppressKeyPress = true;
  606. }
  607. }
  608. catch
  609. {
  610. try
  611. {
  612. string str4;
  613. string value4;
  614. if (!this.MatchCase)
  615. {
  616. str4 = this.scintilla1.Text.ToLower();
  617. value4 = this.FindBox.Text.ToLower();
  618. }
  619. else
  620. {
  621. str4 = this.scintilla1.Text;
  622. value4 = this.FindBox.Text;
  623. }
  624. List<int> list4 = str4.AllIndexesOf(value4);
  625. this.Position = 1;
  626. this.scintilla1.SelectionStart = list4[this.Position - 1];
  627. this.scintilla1.SelectionEnd = this.FindBox.Text.Length + list4[this.Position - 1];
  628. this.scintilla1.Select();
  629. this.scintilla1.ScrollCaret();
  630. this.ResultLabel.Text = this.Position.ToString() + " of " + list4.Count.ToString() + " matches";
  631. if (e.KeyCode == Keys.Return)
  632. {
  633. e.SuppressKeyPress = true;
  634. }
  635. }
  636. catch
  637. {
  638. }
  639. }
  640. this.FindBox.Focus();
  641. }
  642. }
  643.  
  644. // Token: 0x06000051 RID: 81 RVA: 0x00005C80 File Offset: 0x00003E80
  645. private void FindClose_Click(object sender, EventArgs e)
  646. {
  647. this.FindPanel.Visible = false;
  648. }
  649.  
  650. // Token: 0x06000052 RID: 82 RVA: 0x00005C8E File Offset: 0x00003E8E
  651. private void scintilla1_KeyDown(object sender, KeyEventArgs e)
  652. {
  653. if (e.Control && e.KeyCode == Keys.F)
  654. {
  655. e.SuppressKeyPress = true;
  656. this.FindPanel.Visible = true;
  657. this.FindBox.Focus();
  658. }
  659. }
  660.  
  661. // Token: 0x06000053 RID: 83 RVA: 0x00005CC1 File Offset: 0x00003EC1
  662. private void button1_Click_1(object sender, EventArgs e)
  663. {
  664. this.ExecuteTimer.Start();
  665. }
  666.  
  667. // Token: 0x06000054 RID: 84 RVA: 0x00005CD0 File Offset: 0x00003ED0
  668. private void ExecuteTimer_Tick(object sender, EventArgs e)
  669. {
  670. try
  671. {
  672. File.WriteAllText("C:/Bleu/INPUT", this.scintilla1.Text);
  673. }
  674. catch
  675. {
  676. }
  677. this.ExecuteTimer.Stop();
  678. }
  679.  
  680. // Token: 0x06000055 RID: 85 RVA: 0x00005D14 File Offset: 0x00003F14
  681. private void newToolStripMenuItem_Click(object sender, EventArgs e)
  682. {
  683. if (this.FileLocation == "")
  684. {
  685. this.scintilla1.Text = "";
  686. this.FileLocation = "";
  687. return;
  688. }
  689. DialogResult dialogResult = MessageBox.Show("Do you want to save your changes?", "Bleu", MessageBoxButtons.YesNoCancel);
  690. if (dialogResult == DialogResult.Yes)
  691. {
  692. try
  693. {
  694. File.WriteAllText(this.FileLocation, this.scintilla1.Text);
  695. }
  696. catch
  697. {
  698. }
  699. this.scintilla1.Text = "";
  700. this.FileLocation = "";
  701. return;
  702. }
  703. if (dialogResult == DialogResult.No)
  704. {
  705. this.scintilla1.Text = "";
  706. this.FileLocation = "";
  707. }
  708. }
  709.  
  710. // Token: 0x06000056 RID: 86 RVA: 0x00005DCC File Offset: 0x00003FCC
  711. private void openToolStripMenuItem_Click(object sender, EventArgs e)
  712. {
  713. if (this.FileLocation == "")
  714. {
  715. if (this.OpenFileDialog1.ShowDialog() == DialogResult.Cancel)
  716. {
  717. return;
  718. }
  719. try
  720. {
  721. this.FileLocation = this.OpenFileDialog1.FileName;
  722. this.scintilla1.Text = File.ReadAllText(this.OpenFileDialog1.FileName);
  723. return;
  724. }
  725. catch
  726. {
  727. return;
  728. }
  729. }
  730. DialogResult dialogResult = MessageBox.Show("Do you want to save your changes?", "Bleu", MessageBoxButtons.YesNoCancel);
  731. if (dialogResult == DialogResult.Yes)
  732. {
  733. try
  734. {
  735. File.WriteAllText(this.FileLocation, this.scintilla1.Text);
  736. }
  737. catch
  738. {
  739. }
  740. if (this.OpenFileDialog1.ShowDialog() == DialogResult.Cancel)
  741. {
  742. return;
  743. }
  744. try
  745. {
  746. this.FileLocation = this.OpenFileDialog1.FileName;
  747. this.scintilla1.Text = File.ReadAllText(this.OpenFileDialog1.FileName);
  748. return;
  749. }
  750. catch
  751. {
  752. return;
  753. }
  754. }
  755. if (dialogResult == DialogResult.No && this.OpenFileDialog1.ShowDialog() != DialogResult.Cancel)
  756. {
  757. try
  758. {
  759. this.FileLocation = this.OpenFileDialog1.FileName;
  760. this.scintilla1.Text = File.ReadAllText(this.OpenFileDialog1.FileName);
  761. }
  762. catch
  763. {
  764. }
  765. }
  766. }
  767.  
  768. // Token: 0x06000057 RID: 87 RVA: 0x00005F1C File Offset: 0x0000411C
  769. private void saveToolStripMenuItem_Click(object sender, EventArgs e)
  770. {
  771. if (this.FileLocation == "")
  772. {
  773. if (this.saveFileDialog1.ShowDialog() == DialogResult.Cancel)
  774. {
  775. return;
  776. }
  777. try
  778. {
  779. this.FileLocation = this.saveFileDialog1.FileName;
  780. File.Create(this.saveFileDialog1.FileName).Close();
  781. File.WriteAllText(this.saveFileDialog1.FileName, this.scintilla1.Text);
  782. return;
  783. }
  784. catch
  785. {
  786. return;
  787. }
  788. }
  789. try
  790. {
  791. File.WriteAllText(this.FileLocation, this.scintilla1.Text);
  792. }
  793. catch
  794. {
  795. }
  796. }
  797.  
  798. // Token: 0x06000058 RID: 88 RVA: 0x00005FC8 File Offset: 0x000041C8
  799. private void saveAsToolStripMenuItem_Click(object sender, EventArgs e)
  800. {
  801. if (this.saveFileDialog1.ShowDialog() != DialogResult.Cancel)
  802. {
  803. try
  804. {
  805. this.FileLocation = this.saveFileDialog1.FileName;
  806. File.Create(this.saveFileDialog1.FileName).Close();
  807. File.WriteAllText(this.saveFileDialog1.FileName, this.scintilla1.Text);
  808. }
  809. catch
  810. {
  811. }
  812. }
  813. }
  814.  
  815. // Token: 0x06000059 RID: 89 RVA: 0x0000603C File Offset: 0x0000423C
  816. private void exitToolStripMenuItem1_Click(object sender, EventArgs e)
  817. {
  818. if (this.FileLocation == "")
  819. {
  820. Process.GetCurrentProcess().Kill();
  821. return;
  822. }
  823. DialogResult dialogResult = MessageBox.Show("Do you want to save your changes?", "Bleu", MessageBoxButtons.YesNoCancel);
  824. if (dialogResult == DialogResult.Yes)
  825. {
  826. try
  827. {
  828. File.WriteAllText(this.FileLocation, this.scintilla1.Text);
  829. }
  830. catch
  831. {
  832. }
  833. Process.GetCurrentProcess().Kill();
  834. return;
  835. }
  836. if (dialogResult == DialogResult.No)
  837. {
  838. Process.GetCurrentProcess().Kill();
  839. }
  840. }
  841.  
  842. // Token: 0x0600005A RID: 90 RVA: 0x000060C0 File Offset: 0x000042C0
  843. private void button5_Click(object sender, EventArgs e)
  844. {
  845. this.scintilla1.Undo();
  846. }
  847.  
  848. // Token: 0x0600005B RID: 91 RVA: 0x000060CD File Offset: 0x000042CD
  849. private void button6_Click(object sender, EventArgs e)
  850. {
  851. this.scintilla1.Redo();
  852. }
  853.  
  854. // Token: 0x0600005C RID: 92 RVA: 0x000060DA File Offset: 0x000042DA
  855. private void button11_Click(object sender, EventArgs e)
  856. {
  857. this.scintilla1.SelectAll();
  858. }
  859.  
  860. // Token: 0x0600005D RID: 93 RVA: 0x000060E7 File Offset: 0x000042E7
  861. private void button7_Click(object sender, EventArgs e)
  862. {
  863. this.scintilla1.Cut();
  864. }
  865.  
  866. // Token: 0x0600005E RID: 94 RVA: 0x000060F4 File Offset: 0x000042F4
  867. private void button8_Click(object sender, EventArgs e)
  868. {
  869. this.scintilla1.Copy();
  870. }
  871.  
  872. // Token: 0x0600005F RID: 95 RVA: 0x00006101 File Offset: 0x00004301
  873. private void button9_Click(object sender, EventArgs e)
  874. {
  875. this.scintilla1.Paste();
  876. }
  877.  
  878. // Token: 0x06000060 RID: 96 RVA: 0x0000610E File Offset: 0x0000430E
  879. private void button10_Click(object sender, EventArgs e)
  880. {
  881. this.scintilla1.Text = "";
  882. }
  883.  
  884. // Token: 0x06000061 RID: 97 RVA: 0x000060C0 File Offset: 0x000042C0
  885. private void undoToolStripMenuItem_Click(object sender, EventArgs e)
  886. {
  887. this.scintilla1.Undo();
  888. }
  889.  
  890. // Token: 0x06000062 RID: 98 RVA: 0x000060CD File Offset: 0x000042CD
  891. private void redoToolStripMenuItem_Click(object sender, EventArgs e)
  892. {
  893. this.scintilla1.Redo();
  894. }
  895.  
  896. // Token: 0x06000063 RID: 99 RVA: 0x000060E7 File Offset: 0x000042E7
  897. private void cutToolStripMenuItem_Click(object sender, EventArgs e)
  898. {
  899. this.scintilla1.Cut();
  900. }
  901.  
  902. // Token: 0x06000064 RID: 100 RVA: 0x000060F4 File Offset: 0x000042F4
  903. private void copyToolStripMenuItem_Click(object sender, EventArgs e)
  904. {
  905. this.scintilla1.Copy();
  906. }
  907.  
  908. // Token: 0x06000065 RID: 101 RVA: 0x00006101 File Offset: 0x00004301
  909. private void pasteToolStripMenuItem_Click(object sender, EventArgs e)
  910. {
  911. this.scintilla1.Paste();
  912. }
  913.  
  914. // Token: 0x06000066 RID: 102 RVA: 0x0000610E File Offset: 0x0000430E
  915. private void clearToolStripMenuItem_Click(object sender, EventArgs e)
  916. {
  917. this.scintilla1.Text = "";
  918. }
  919.  
  920. // Token: 0x06000067 RID: 103 RVA: 0x000060DA File Offset: 0x000042DA
  921. private void selectAllToolStripMenuItem_Click(object sender, EventArgs e)
  922. {
  923. this.scintilla1.SelectAll();
  924. }
  925.  
  926. // Token: 0x06000068 RID: 104 RVA: 0x00006120 File Offset: 0x00004320
  927. private void displayLineNumbersToolStripMenuItem_Click(object sender, EventArgs e)
  928. {
  929. if (this.displayLineNumbersToolStripMenuItem.Checked)
  930. {
  931. this.displayLineNumbersToolStripMenuItem.Checked = false;
  932. this.scintilla1.Margins[0].Width = 0;
  933. return;
  934. }
  935. this.displayLineNumbersToolStripMenuItem.Checked = true;
  936. int length = this.scintilla1.Lines.Count.ToString().Length;
  937. if (length == this.maxLineNumberCharLength)
  938. {
  939. return;
  940. }
  941. this.scintilla1.Margins[0].Width = this.scintilla1.TextWidth(33, new string('9', length + 1)) + 2;
  942. this.maxLineNumberCharLength = length;
  943. }
  944.  
  945. // Token: 0x06000069 RID: 105 RVA: 0x000061C8 File Offset: 0x000043C8
  946. private void scintilla1_TextChanged(object sender, EventArgs e)
  947. {
  948. if (this.displayLineNumbersToolStripMenuItem.Checked)
  949. {
  950. int length = this.scintilla1.Lines.Count.ToString().Length;
  951. if (this.maxLineNumberCharLength == length)
  952. {
  953. return;
  954. }
  955. this.scintilla1.Margins[0].Width = this.scintilla1.TextWidth(33, new string('9', length + 1)) + 2;
  956. this.maxLineNumberCharLength = length;
  957. }
  958. }
  959.  
  960. // Token: 0x0600006A RID: 106 RVA: 0x00006240 File Offset: 0x00004440
  961. private void explorerToolStripMenuItem_Click(object sender, EventArgs e)
  962. {
  963. MessageBox.Show("Coming Soon", "Feature Not Added");
  964. }
  965.  
  966. // Token: 0x0600006B RID: 107 RVA: 0x00006240 File Offset: 0x00004440
  967. private void propertiesToolStripMenuItem_Click(object sender, EventArgs e)
  968. {
  969. MessageBox.Show("Coming Soon", "Feature Not Added");
  970. }
  971.  
  972. // Token: 0x0600006C RID: 108 RVA: 0x00005219 File Offset: 0x00003419
  973. private void environmentDetailsToolStripMenuItem_Click(object sender, EventArgs e)
  974. {
  975. new Env().Show();
  976. }
  977.  
  978. // Token: 0x0600006D RID: 109 RVA: 0x00006254 File Offset: 0x00004454
  979. private void changeLogToolStripMenuItem1_Click(object sender, EventArgs e)
  980. {
  981. try
  982. {
  983. MessageBox.Show(new WebClient().DownloadString("http://www.bleuhost.us/Bleu/Changelog.txt"), "Changelog");
  984. }
  985. catch
  986. {
  987. }
  988. }
  989.  
  990. // Token: 0x0600006E RID: 110 RVA: 0x000054BC File Offset: 0x000036BC
  991. private void outputToolStripMenuItem_Click(object sender, EventArgs e)
  992. {
  993. new LargeOutput().Show();
  994. }
  995.  
  996. // Token: 0x0600006F RID: 111 RVA: 0x00005CC1 File Offset: 0x00003EC1
  997. private void executeScriptToolStripMenuItem_Click(object sender, EventArgs e)
  998. {
  999. this.ExecuteTimer.Start();
  1000. }
  1001.  
  1002. // Token: 0x06000070 RID: 112 RVA: 0x00006290 File Offset: 0x00004490
  1003. private void bleuWindowToolStripMenuItem_Click(object sender, EventArgs e)
  1004. {
  1005. new Blue().Show();
  1006. }
  1007.  
  1008. // Token: 0x06000071 RID: 113 RVA: 0x000054C8 File Offset: 0x000036C8
  1009. private void largeScriptWindowToolStripMenuItem_Click(object sender, EventArgs e)
  1010. {
  1011. new LargeOutput2().Show();
  1012. }
  1013.  
  1014. // Token: 0x06000072 RID: 114 RVA: 0x0000629C File Offset: 0x0000449C
  1015. private void helpToolStripMenuItem2_Click(object sender, EventArgs e)
  1016. {
  1017. MessageBox.Show("If you need any help with Bleu, please contact cirmolddry#2299", "Help");
  1018. }
  1019.  
  1020. // Token: 0x06000073 RID: 115 RVA: 0x000051D4 File Offset: 0x000033D4
  1021. private void informationToolStripMenuItem_Click(object sender, EventArgs e)
  1022. {
  1023. MessageBox.Show("Credits\nCreator - Cirm\n\nContact Information:\nDiscord - cirmolddry#2299\nEmail - cloristonezarsales@gmail.com\n\n\nSales information:\nEmail(s) - cloristonezarsales@gmail.com\nSeller(s) - mirc#2299\n\nThis exploit uses Eternal's Retcheck.\n", "Information", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
  1024. }
  1025.  
  1026. // Token: 0x06000074 RID: 116 RVA: 0x00006240 File Offset: 0x00004440
  1027. private void button2_Click_1(object sender, EventArgs e)
  1028. {
  1029. MessageBox.Show("Coming Soon", "Feature Not Added");
  1030. }
  1031.  
  1032. // Token: 0x06000075 RID: 117 RVA: 0x000062AE File Offset: 0x000044AE
  1033. private void Hooked_Click(object sender, EventArgs e)
  1034. {
  1035. if (this.AutoHook)
  1036. {
  1037. this.AutoHook = false;
  1038. this.Hooked.Image = Resources.lock_open;
  1039. return;
  1040. }
  1041. this.AutoHook = true;
  1042. this.Hooked.Image = Resources._lock;
  1043. }
  1044.  
  1045. // Token: 0x06000076 RID: 118 RVA: 0x000062E8 File Offset: 0x000044E8
  1046. private void killROBLOXToolStripMenuItem1_Click(object sender, EventArgs e)
  1047. {
  1048. try
  1049. {
  1050. Process[] processesByName = Process.GetProcessesByName("RobloxPlayerBeta");
  1051. for (int i = 0; i < processesByName.Length; i++)
  1052. {
  1053. processesByName[i].Kill();
  1054. }
  1055. }
  1056. catch
  1057. {
  1058. }
  1059. }
  1060.  
  1061. // Token: 0x06000077 RID: 119 RVA: 0x0000632C File Offset: 0x0000452C
  1062. private void autoExecuteFolderToolStripMenuItem1_Click(object sender, EventArgs e)
  1063. {
  1064. try
  1065. {
  1066. Process.Start("C:/Bleu/AutoExecute");
  1067. }
  1068. catch (Exception)
  1069. {
  1070. }
  1071. }
  1072.  
  1073. // Token: 0x06000078 RID: 120 RVA: 0x0000635C File Offset: 0x0000455C
  1074. private void settingsToolStripMenuItem1_Click(object sender, EventArgs e)
  1075. {
  1076. new Settings().Show();
  1077. }
  1078.  
  1079. // Token: 0x06000079 RID: 121 RVA: 0x00006368 File Offset: 0x00004568
  1080. private void FindBack_Click(object sender, EventArgs e)
  1081. {
  1082. try
  1083. {
  1084. string str;
  1085. string value;
  1086. if (!this.MatchCase)
  1087. {
  1088. str = this.scintilla1.Text.ToLower();
  1089. value = this.FindBox.Text.ToLower();
  1090. }
  1091. else
  1092. {
  1093. str = this.scintilla1.Text;
  1094. value = this.FindBox.Text;
  1095. }
  1096. this.Position--;
  1097. List<int> list = str.AllIndexesOf(value);
  1098. this.scintilla1.SelectionStart = list[this.Position - 1];
  1099. this.scintilla1.SelectionEnd = this.FindBox.Text.Length + list[this.Position - 1];
  1100. this.scintilla1.Select();
  1101. this.scintilla1.ScrollCaret();
  1102. this.ResultLabel.Text = this.Position.ToString() + " of " + list.Count.ToString() + " matches";
  1103. }
  1104. catch
  1105. {
  1106. try
  1107. {
  1108. string str2;
  1109. string value2;
  1110. if (!this.MatchCase)
  1111. {
  1112. str2 = this.scintilla1.Text.ToLower();
  1113. value2 = this.FindBox.Text.ToLower();
  1114. }
  1115. else
  1116. {
  1117. str2 = this.scintilla1.Text;
  1118. value2 = this.FindBox.Text;
  1119. }
  1120. List<int> list2 = str2.AllIndexesOf(value2);
  1121. this.Position = list2.Count<int>();
  1122. this.scintilla1.SelectionStart = list2[this.Position - 1];
  1123. this.scintilla1.SelectionEnd = this.FindBox.Text.Length + list2[this.Position - 1];
  1124. this.scintilla1.Select();
  1125. this.scintilla1.ScrollCaret();
  1126. this.ResultLabel.Text = this.Position.ToString() + " of " + list2.Count.ToString() + " matches";
  1127. }
  1128. catch
  1129. {
  1130. }
  1131. }
  1132. this.FindBox.Focus();
  1133. }
  1134.  
  1135. // Token: 0x0600007A RID: 122 RVA: 0x00006580 File Offset: 0x00004780
  1136. private void FindForward_Click(object sender, EventArgs e)
  1137. {
  1138. try
  1139. {
  1140. string str;
  1141. string value;
  1142. if (!this.MatchCase)
  1143. {
  1144. str = this.scintilla1.Text.ToLower();
  1145. value = this.FindBox.Text.ToLower();
  1146. }
  1147. else
  1148. {
  1149. str = this.scintilla1.Text;
  1150. value = this.FindBox.Text;
  1151. }
  1152. this.Position++;
  1153. List<int> list = str.AllIndexesOf(value);
  1154. this.scintilla1.SelectionStart = list[this.Position - 1];
  1155. this.scintilla1.SelectionEnd = this.FindBox.Text.Length + list[this.Position - 1];
  1156. this.scintilla1.Select();
  1157. this.scintilla1.ScrollCaret();
  1158. this.ResultLabel.Text = this.Position.ToString() + " of " + list.Count.ToString() + " matches";
  1159. }
  1160. catch
  1161. {
  1162. try
  1163. {
  1164. string str2;
  1165. string value2;
  1166. if (!this.MatchCase)
  1167. {
  1168. str2 = this.scintilla1.Text.ToLower();
  1169. value2 = this.FindBox.Text.ToLower();
  1170. }
  1171. else
  1172. {
  1173. str2 = this.scintilla1.Text;
  1174. value2 = this.FindBox.Text;
  1175. }
  1176. List<int> list2 = str2.AllIndexesOf(value2);
  1177. this.Position = 1;
  1178. this.scintilla1.SelectionStart = list2[this.Position - 1];
  1179. this.scintilla1.SelectionEnd = this.FindBox.Text.Length + list2[this.Position - 1];
  1180. this.scintilla1.Select();
  1181. this.scintilla1.ScrollCaret();
  1182. this.ResultLabel.Text = this.Position.ToString() + " of " + list2.Count.ToString() + " matches";
  1183. }
  1184. catch
  1185. {
  1186. }
  1187. }
  1188. this.FindBox.Focus();
  1189. }
  1190.  
  1191. // Token: 0x0600007B RID: 123 RVA: 0x00006794 File Offset: 0x00004994
  1192. private void timer1_Tick(object sender, EventArgs e)
  1193. {
  1194. if (this.FileLocation != "")
  1195. {
  1196. this.Text = "Bleu [" + this.FileLocation;
  1197. return;
  1198. }
  1199. this.Text = "Bleu";
  1200. }
  1201.  
  1202. // Token: 0x0600007C RID: 124 RVA: 0x000067CA File Offset: 0x000049CA
  1203. protected override void Dispose(bool disposing)
  1204. {
  1205. if (disposing && this.components != null)
  1206. {
  1207. this.components.Dispose();
  1208. }
  1209. base.Dispose(disposing);
  1210. }
  1211.  
  1212. // Token: 0x0600007D RID: 125 RVA: 0x000067EC File Offset: 0x000049EC
  1213. private void InitializeComponent()
  1214. {
  1215. this.components = new Container();
  1216. ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(MainWindow));
  1217. this.tmp = new Timer(this.components);
  1218. this.injector = new Timer(this.components);
  1219. this.injectime = new Timer(this.components);
  1220. this.OpenFileDialog1 = new OpenFileDialog();
  1221. this.CheckFile = new Timer(this.components);
  1222. this.FixTeleportationToolStripMenuItem = new ToolStripMenuItem();
  1223. this.KillROBLOXToolStripMenuItem = new ToolStripMenuItem();
  1224. this.AutoExecuteFolderToolStripMenuItem = new ToolStripMenuItem();
  1225. this.OtherWindowsToolStripMenuItem = new ToolStripMenuItem();
  1226. this.toolStripMenuItem1 = new ToolStripMenuItem();
  1227. this.largeWindow2ToolStripMenuItem = new ToolStripMenuItem();
  1228. this.SettingsToolStripMenuItem = new ToolStripMenuItem();
  1229. this.TopMostToolStripMenuItem = new ToolStripMenuItem();
  1230. this.CustomEnvironmentToolStripMenuItem = new ToolStripMenuItem();
  1231. this.IWillHelpOnOnDiscordToolStripMenuItem = new ToolStripMenuItem();
  1232. this.HelpToolStripMenuItem = new ToolStripMenuItem();
  1233. this.ExitToolStripMenuItem = new ToolStripMenuItem();
  1234. this.MinimizeToolStripMenuItem = new ToolStripMenuItem();
  1235. this.BleuToolStripMenuItem = new ToolStripMenuItem();
  1236. this.YALLToolStripMenuItem = new ToolStripMenuItem();
  1237. this.ContextMenuStrip1 = new ContextMenuStrip(this.components);
  1238. this.changelogToolStripMenuItem = new ToolStripMenuItem();
  1239. this.unregisterToolStripMenuItem = new ToolStripMenuItem();
  1240. this.colorDialog1 = new ColorDialog();
  1241. this.fileSystemWatcher1 = new FileSystemWatcher();
  1242. this.BleuToolStripMenuItem1 = new ToolStripMenuItem();
  1243. this.MargToolStripMenuItem = new ToolStripMenuItem();
  1244. this.AidsToolStripMenuItem = new ToolStripMenuItem();
  1245. this.ThemesToolStripMenuItem = new ToolStripMenuItem();
  1246. this.windowChecker = new Timer(this.components);
  1247. this.windowNotDetected = new Timer(this.components);
  1248. this.checkWhitelist = new Timer(this.components);
  1249. this.FindBox = new TextBox();
  1250. this.ResultLabel = new Label();
  1251. this.scintilla1 = new Scintilla();
  1252. this.menuStrip1 = new MenuStrip();
  1253. this.fileToolStripMenuItem = new ToolStripMenuItem();
  1254. this.newToolStripMenuItem = new ToolStripMenuItem();
  1255. this.openToolStripMenuItem = new ToolStripMenuItem();
  1256. this.toolStripSeparator1 = new ToolStripSeparator();
  1257. this.saveToolStripMenuItem = new ToolStripMenuItem();
  1258. this.saveAsToolStripMenuItem = new ToolStripMenuItem();
  1259. this.toolStripSeparator2 = new ToolStripSeparator();
  1260. this.exitToolStripMenuItem1 = new ToolStripMenuItem();
  1261. this.editToolStripMenuItem = new ToolStripMenuItem();
  1262. this.undoToolStripMenuItem = new ToolStripMenuItem();
  1263. this.redoToolStripMenuItem = new ToolStripMenuItem();
  1264. this.toolStripSeparator3 = new ToolStripSeparator();
  1265. this.cutToolStripMenuItem = new ToolStripMenuItem();
  1266. this.copyToolStripMenuItem = new ToolStripMenuItem();
  1267. this.pasteToolStripMenuItem = new ToolStripMenuItem();
  1268. this.toolStripSeparator4 = new ToolStripSeparator();
  1269. this.clearToolStripMenuItem = new ToolStripMenuItem();
  1270. this.selectAllToolStripMenuItem = new ToolStripMenuItem();
  1271. this.toolStripSeparator5 = new ToolStripSeparator();
  1272. this.scriptToolStripMenuItem = new ToolStripMenuItem();
  1273. this.displayLineNumbersToolStripMenuItem = new ToolStripMenuItem();
  1274. this.viewToolStripMenuItem = new ToolStripMenuItem();
  1275. this.explorerToolStripMenuItem = new ToolStripMenuItem();
  1276. this.propertiesToolStripMenuItem = new ToolStripMenuItem();
  1277. this.toolStripSeparator8 = new ToolStripSeparator();
  1278. this.environmentDetailsToolStripMenuItem = new ToolStripMenuItem();
  1279. this.changeLogToolStripMenuItem1 = new ToolStripMenuItem();
  1280. this.toolStripSeparator6 = new ToolStripSeparator();
  1281. this.outputToolStripMenuItem = new ToolStripMenuItem();
  1282. this.toolsToolStripMenuItem = new ToolStripMenuItem();
  1283. this.executeScriptToolStripMenuItem = new ToolStripMenuItem();
  1284. this.toolStripSeparator9 = new ToolStripSeparator();
  1285. this.killROBLOXToolStripMenuItem1 = new ToolStripMenuItem();
  1286. this.toolStripSeparator7 = new ToolStripSeparator();
  1287. this.settingsToolStripMenuItem1 = new ToolStripMenuItem();
  1288. this.windowToolStripMenuItem = new ToolStripMenuItem();
  1289. this.bleuWindowToolStripMenuItem = new ToolStripMenuItem();
  1290. this.largeScriptWindowToolStripMenuItem = new ToolStripMenuItem();
  1291. this.autoExecuteFolderToolStripMenuItem1 = new ToolStripMenuItem();
  1292. this.helpToolStripMenuItem1 = new ToolStripMenuItem();
  1293. this.helpToolStripMenuItem2 = new ToolStripMenuItem();
  1294. this.informationToolStripMenuItem = new ToolStripMenuItem();
  1295. this.panel1 = new Panel();
  1296. this.button11 = new Button();
  1297. this.button10 = new Button();
  1298. this.button9 = new Button();
  1299. this.button8 = new Button();
  1300. this.button7 = new Button();
  1301. this.button6 = new Button();
  1302. this.button5 = new Button();
  1303. this.Button3 = new Button();
  1304. this.button1 = new Button();
  1305. this.button2 = new Button();
  1306. this.Button4 = new Button();
  1307. this.ExecuteTimer = new Timer(this.components);
  1308. this.saveFileDialog1 = new SaveFileDialog();
  1309. this.HookLabel = new Label();
  1310. this.FindPanel = new Panel();
  1311. this.button14 = new Button();
  1312. this.FindForward = new Button();
  1313. this.FindBack = new Button();
  1314. this.FindClose = new Button();
  1315. this.panel2 = new Panel();
  1316. this.Hooked = new Button();
  1317. this.timer1 = new Timer(this.components);
  1318. this.ContextMenuStrip1.SuspendLayout();
  1319. ((ISupportInitialize)this.fileSystemWatcher1).BeginInit();
  1320. this.menuStrip1.SuspendLayout();
  1321. this.panel1.SuspendLayout();
  1322. this.FindPanel.SuspendLayout();
  1323. base.SuspendLayout();
  1324. this.tmp.Interval = 2000;
  1325. this.injector.Interval = 1;
  1326. this.injector.Tick += this.injector_Tick;
  1327. this.injectime.Interval = 1;
  1328. this.injectime.Tick += this.injectime_Tick;
  1329. this.OpenFileDialog1.AddExtension = false;
  1330. this.OpenFileDialog1.Filter = "Lua files|*.lua;*.txt|All files|*.*";
  1331. this.OpenFileDialog1.SupportMultiDottedExtensions = true;
  1332. this.OpenFileDialog1.Title = "Open Script";
  1333. this.CheckFile.Interval = 1;
  1334. this.CheckFile.Tick += this.CheckFile_Tick;
  1335. this.FixTeleportationToolStripMenuItem.Name = "FixTeleportationToolStripMenuItem";
  1336. this.FixTeleportationToolStripMenuItem.Size = new Size(161, 22);
  1337. this.FixTeleportationToolStripMenuItem.Text = "Fix Teleportation";
  1338. this.FixTeleportationToolStripMenuItem.Click += this.FixTeleportationToolStripMenuItem_Click;
  1339. this.KillROBLOXToolStripMenuItem.Name = "KillROBLOXToolStripMenuItem";
  1340. this.KillROBLOXToolStripMenuItem.Size = new Size(161, 22);
  1341. this.KillROBLOXToolStripMenuItem.Text = "Kill ROBLOX";
  1342. this.KillROBLOXToolStripMenuItem.Click += this.KillROBLOXToolStripMenuItem_Click;
  1343. this.AutoExecuteFolderToolStripMenuItem.Name = "AutoExecuteFolderToolStripMenuItem";
  1344. this.AutoExecuteFolderToolStripMenuItem.Size = new Size(174, 22);
  1345. this.AutoExecuteFolderToolStripMenuItem.Text = "AutoExecute folder";
  1346. this.AutoExecuteFolderToolStripMenuItem.Click += this.AutoExecuteFolderToolStripMenuItem_Click;
  1347. this.OtherWindowsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1348. {
  1349. this.AutoExecuteFolderToolStripMenuItem,
  1350. this.toolStripMenuItem1,
  1351. this.largeWindow2ToolStripMenuItem
  1352. });
  1353. this.OtherWindowsToolStripMenuItem.Name = "OtherWindowsToolStripMenuItem";
  1354. this.OtherWindowsToolStripMenuItem.Size = new Size(161, 22);
  1355. this.OtherWindowsToolStripMenuItem.Text = "Other Windows";
  1356. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  1357. this.toolStripMenuItem1.Size = new Size(174, 22);
  1358. this.toolStripMenuItem1.Text = "Large Window #1";
  1359. this.toolStripMenuItem1.Click += this.toolStripMenuItem1_Click;
  1360. this.largeWindow2ToolStripMenuItem.Name = "largeWindow2ToolStripMenuItem";
  1361. this.largeWindow2ToolStripMenuItem.Size = new Size(174, 22);
  1362. this.largeWindow2ToolStripMenuItem.Text = "Large Window #2";
  1363. this.largeWindow2ToolStripMenuItem.Click += this.largeWindow2ToolStripMenuItem_Click;
  1364. this.SettingsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1365. {
  1366. this.TopMostToolStripMenuItem
  1367. });
  1368. this.SettingsToolStripMenuItem.Name = "SettingsToolStripMenuItem";
  1369. this.SettingsToolStripMenuItem.Size = new Size(161, 22);
  1370. this.SettingsToolStripMenuItem.Text = "Settings";
  1371. this.TopMostToolStripMenuItem.Checked = true;
  1372. this.TopMostToolStripMenuItem.CheckState = CheckState.Checked;
  1373. this.TopMostToolStripMenuItem.Name = "TopMostToolStripMenuItem";
  1374. this.TopMostToolStripMenuItem.Size = new Size(121, 22);
  1375. this.TopMostToolStripMenuItem.Text = "TopMost";
  1376. this.TopMostToolStripMenuItem.Click += this.TopMostToolStripMenuItem_Click;
  1377. this.CustomEnvironmentToolStripMenuItem.Name = "CustomEnvironmentToolStripMenuItem";
  1378. this.CustomEnvironmentToolStripMenuItem.Size = new Size(204, 22);
  1379. this.CustomEnvironmentToolStripMenuItem.Text = "Custom Environment";
  1380. this.CustomEnvironmentToolStripMenuItem.Click += this.CustomEnvironmentToolStripMenuItem_Click;
  1381. this.IWillHelpOnOnDiscordToolStripMenuItem.Name = "IWillHelpOnOnDiscordToolStripMenuItem";
  1382. this.IWillHelpOnOnDiscordToolStripMenuItem.Size = new Size(204, 22);
  1383. this.IWillHelpOnOnDiscordToolStripMenuItem.Text = "I will help on on Discord!";
  1384. this.HelpToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1385. {
  1386. this.IWillHelpOnOnDiscordToolStripMenuItem,
  1387. this.CustomEnvironmentToolStripMenuItem
  1388. });
  1389. this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";
  1390. this.HelpToolStripMenuItem.Size = new Size(161, 22);
  1391. this.HelpToolStripMenuItem.Text = "Help";
  1392. this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
  1393. this.ExitToolStripMenuItem.Size = new Size(137, 22);
  1394. this.ExitToolStripMenuItem.Text = "Exit";
  1395. this.ExitToolStripMenuItem.Click += this.ExitToolStripMenuItem_Click;
  1396. this.MinimizeToolStripMenuItem.Name = "MinimizeToolStripMenuItem";
  1397. this.MinimizeToolStripMenuItem.Size = new Size(137, 22);
  1398. this.MinimizeToolStripMenuItem.Text = "Minimize";
  1399. this.MinimizeToolStripMenuItem.Click += this.MinimizeToolStripMenuItem_Click;
  1400. this.BleuToolStripMenuItem.Name = "BleuToolStripMenuItem";
  1401. this.BleuToolStripMenuItem.Size = new Size(137, 22);
  1402. this.BleuToolStripMenuItem.Text = "Information";
  1403. this.BleuToolStripMenuItem.Click += this.BleuToolStripMenuItem_Click;
  1404. this.YALLToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1405. {
  1406. this.BleuToolStripMenuItem,
  1407. this.MinimizeToolStripMenuItem,
  1408. this.ExitToolStripMenuItem
  1409. });
  1410. this.YALLToolStripMenuItem.Name = "YALLToolStripMenuItem";
  1411. this.YALLToolStripMenuItem.Size = new Size(161, 22);
  1412. this.YALLToolStripMenuItem.Text = "Bleu";
  1413. this.ContextMenuStrip1.Items.AddRange(new ToolStripItem[]
  1414. {
  1415. this.YALLToolStripMenuItem,
  1416. this.changelogToolStripMenuItem,
  1417. this.HelpToolStripMenuItem,
  1418. this.SettingsToolStripMenuItem,
  1419. this.OtherWindowsToolStripMenuItem,
  1420. this.KillROBLOXToolStripMenuItem,
  1421. this.unregisterToolStripMenuItem,
  1422. this.FixTeleportationToolStripMenuItem
  1423. });
  1424. this.ContextMenuStrip1.Name = "ContextMenuStrip1";
  1425. this.ContextMenuStrip1.RenderMode = ToolStripRenderMode.System;
  1426. this.ContextMenuStrip1.Size = new Size(162, 180);
  1427. this.changelogToolStripMenuItem.Name = "changelogToolStripMenuItem";
  1428. this.changelogToolStripMenuItem.Size = new Size(161, 22);
  1429. this.changelogToolStripMenuItem.Text = "Changelog";
  1430. this.changelogToolStripMenuItem.Click += this.changelogToolStripMenuItem_Click;
  1431. this.unregisterToolStripMenuItem.Name = "unregisterToolStripMenuItem";
  1432. this.unregisterToolStripMenuItem.Size = new Size(161, 22);
  1433. this.unregisterToolStripMenuItem.Text = "Un-register";
  1434. this.unregisterToolStripMenuItem.Click += this.unregisterToolStripMenuItem_Click;
  1435. this.fileSystemWatcher1.EnableRaisingEvents = true;
  1436. this.fileSystemWatcher1.SynchronizingObject = this;
  1437. this.fileSystemWatcher1.Changed += this.fileSystemWatcher1_Changed;
  1438. this.BleuToolStripMenuItem1.Checked = true;
  1439. this.BleuToolStripMenuItem1.CheckState = CheckState.Checked;
  1440. this.BleuToolStripMenuItem1.Name = "BleuToolStripMenuItem1";
  1441. this.BleuToolStripMenuItem1.Size = new Size(97, 22);
  1442. this.BleuToolStripMenuItem1.Text = "Bleu";
  1443. this.MargToolStripMenuItem.Name = "MargToolStripMenuItem";
  1444. this.MargToolStripMenuItem.Size = new Size(97, 22);
  1445. this.MargToolStripMenuItem.Text = "Pink";
  1446. this.AidsToolStripMenuItem.Name = "AidsToolStripMenuItem";
  1447. this.AidsToolStripMenuItem.Size = new Size(97, 22);
  1448. this.AidsToolStripMenuItem.Text = "Aids";
  1449. this.ThemesToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1450. {
  1451. this.BleuToolStripMenuItem1,
  1452. this.MargToolStripMenuItem,
  1453. this.AidsToolStripMenuItem
  1454. });
  1455. this.ThemesToolStripMenuItem.Name = "ThemesToolStripMenuItem";
  1456. this.ThemesToolStripMenuItem.Size = new Size(161, 22);
  1457. this.ThemesToolStripMenuItem.Text = "Themes";
  1458. this.windowChecker.Interval = 1;
  1459. this.windowChecker.Tick += this.windowChecker_Tick;
  1460. this.windowNotDetected.Interval = 8000;
  1461. this.windowNotDetected.Tick += this.windowNotDetected_Tick;
  1462. this.checkWhitelist.Tick += this.checkWhitelist_Tick;
  1463. this.FindBox.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
  1464. this.FindBox.BorderStyle = BorderStyle.FixedSingle;
  1465. this.FindBox.Location = new Point(24, 5);
  1466. this.FindBox.Name = "FindBox";
  1467. this.FindBox.Size = new Size(192, 20);
  1468. this.FindBox.TabIndex = 17;
  1469. this.FindBox.Tag = "";
  1470. this.FindBox.TextChanged += this.textBox1_TextChanged;
  1471. this.FindBox.KeyDown += this.FindBox_KeyDown;
  1472. this.ResultLabel.Anchor = (AnchorStyles.Bottom | AnchorStyles.Right);
  1473. this.ResultLabel.AutoSize = true;
  1474. this.ResultLabel.BackColor = SystemColors.Control;
  1475. this.ResultLabel.ForeColor = Color.Black;
  1476. this.ResultLabel.Location = new Point(47, 28);
  1477. this.ResultLabel.Name = "ResultLabel";
  1478. this.ResultLabel.Size = new Size(0, 13);
  1479. this.ResultLabel.TabIndex = 19;
  1480. this.scintilla1.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
  1481. this.scintilla1.AutoCOrder = Order.PerformSort;
  1482. this.scintilla1.BorderStyle = BorderStyle.FixedSingle;
  1483. this.scintilla1.EdgeMode = EdgeMode.MultiLine;
  1484. this.scintilla1.EndAtLastLine = false;
  1485. this.scintilla1.Lexer = Lexer.PhpScript;
  1486. this.scintilla1.Location = new Point(3, 26);
  1487. this.scintilla1.Name = "scintilla1";
  1488. this.scintilla1.Size = new Size(469, 257);
  1489. this.scintilla1.TabIndex = 16;
  1490. this.scintilla1.TextChanged += this.scintilla1_TextChanged;
  1491. this.scintilla1.Click += this.scintilla1_Click;
  1492. this.scintilla1.KeyDown += this.scintilla1_KeyDown;
  1493. this.menuStrip1.BackColor = SystemColors.Window;
  1494. this.menuStrip1.Items.AddRange(new ToolStripItem[]
  1495. {
  1496. this.fileToolStripMenuItem,
  1497. this.editToolStripMenuItem,
  1498. this.viewToolStripMenuItem,
  1499. this.toolsToolStripMenuItem,
  1500. this.windowToolStripMenuItem,
  1501. this.helpToolStripMenuItem1
  1502. });
  1503. this.menuStrip1.Location = new Point(0, 0);
  1504. this.menuStrip1.Name = "menuStrip1";
  1505. this.menuStrip1.RenderMode = ToolStripRenderMode.System;
  1506. this.menuStrip1.Size = new Size(474, 24);
  1507. this.menuStrip1.TabIndex = 20;
  1508. this.menuStrip1.Text = "menuStrip1";
  1509. this.fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1510. {
  1511. this.newToolStripMenuItem,
  1512. this.openToolStripMenuItem,
  1513. this.toolStripSeparator1,
  1514. this.saveToolStripMenuItem,
  1515. this.saveAsToolStripMenuItem,
  1516. this.toolStripSeparator2,
  1517. this.exitToolStripMenuItem1
  1518. });
  1519. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  1520. this.fileToolStripMenuItem.Size = new Size(37, 20);
  1521. this.fileToolStripMenuItem.Text = "File";
  1522. this.newToolStripMenuItem.BackColor = SystemColors.Window;
  1523. this.newToolStripMenuItem.Image = Resources.new_document_16;
  1524. this.newToolStripMenuItem.Name = "newToolStripMenuItem";
  1525. this.newToolStripMenuItem.Size = new Size(152, 22);
  1526. this.newToolStripMenuItem.Text = "New";
  1527. this.newToolStripMenuItem.Click += this.newToolStripMenuItem_Click;
  1528. this.openToolStripMenuItem.Image = Resources.open_document_16;
  1529. this.openToolStripMenuItem.Name = "openToolStripMenuItem";
  1530. this.openToolStripMenuItem.Size = new Size(114, 22);
  1531. this.openToolStripMenuItem.Text = "Open";
  1532. this.openToolStripMenuItem.Click += this.openToolStripMenuItem_Click;
  1533. this.toolStripSeparator1.Name = "toolStripSeparator1";
  1534. this.toolStripSeparator1.Size = new Size(111, 6);
  1535. this.saveToolStripMenuItem.Image = Resources.save_16;
  1536. this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
  1537. this.saveToolStripMenuItem.Size = new Size(114, 22);
  1538. this.saveToolStripMenuItem.Text = "Save";
  1539. this.saveToolStripMenuItem.Click += this.saveToolStripMenuItem_Click;
  1540. this.saveAsToolStripMenuItem.Image = Resources.save_green_16;
  1541. this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
  1542. this.saveAsToolStripMenuItem.Size = new Size(114, 22);
  1543. this.saveAsToolStripMenuItem.Text = "Save As";
  1544. this.saveAsToolStripMenuItem.Click += this.saveAsToolStripMenuItem_Click;
  1545. this.toolStripSeparator2.Name = "toolStripSeparator2";
  1546. this.toolStripSeparator2.Size = new Size(111, 6);
  1547. this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
  1548. this.exitToolStripMenuItem1.Size = new Size(114, 22);
  1549. this.exitToolStripMenuItem1.Text = "Exit";
  1550. this.exitToolStripMenuItem1.Click += this.exitToolStripMenuItem1_Click;
  1551. this.editToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1552. {
  1553. this.undoToolStripMenuItem,
  1554. this.redoToolStripMenuItem,
  1555. this.toolStripSeparator3,
  1556. this.cutToolStripMenuItem,
  1557. this.copyToolStripMenuItem,
  1558. this.pasteToolStripMenuItem,
  1559. this.toolStripSeparator4,
  1560. this.clearToolStripMenuItem,
  1561. this.selectAllToolStripMenuItem,
  1562. this.toolStripSeparator5,
  1563. this.scriptToolStripMenuItem
  1564. });
  1565. this.editToolStripMenuItem.Name = "editToolStripMenuItem";
  1566. this.editToolStripMenuItem.Size = new Size(39, 20);
  1567. this.editToolStripMenuItem.Text = "Edit";
  1568. this.undoToolStripMenuItem.Image = Resources.undo_16;
  1569. this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
  1570. this.undoToolStripMenuItem.Size = new Size(122, 22);
  1571. this.undoToolStripMenuItem.Text = "Undo";
  1572. this.undoToolStripMenuItem.Click += this.undoToolStripMenuItem_Click;
  1573. this.redoToolStripMenuItem.Image = Resources.redo_16;
  1574. this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
  1575. this.redoToolStripMenuItem.Size = new Size(122, 22);
  1576. this.redoToolStripMenuItem.Text = "Redo";
  1577. this.redoToolStripMenuItem.Click += this.redoToolStripMenuItem_Click;
  1578. this.toolStripSeparator3.Name = "toolStripSeparator3";
  1579. this.toolStripSeparator3.Size = new Size(119, 6);
  1580. this.cutToolStripMenuItem.Image = Resources.Cut_16x16;
  1581. this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
  1582. this.cutToolStripMenuItem.Size = new Size(122, 22);
  1583. this.cutToolStripMenuItem.Text = "Cut";
  1584. this.cutToolStripMenuItem.Click += this.cutToolStripMenuItem_Click;
  1585. this.copyToolStripMenuItem.Image = Resources.Copy_16x16;
  1586. this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
  1587. this.copyToolStripMenuItem.Size = new Size(122, 22);
  1588. this.copyToolStripMenuItem.Text = "Copy";
  1589. this.copyToolStripMenuItem.Click += this.copyToolStripMenuItem_Click;
  1590. this.pasteToolStripMenuItem.Image = Resources.paste_16x16;
  1591. this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
  1592. this.pasteToolStripMenuItem.Size = new Size(122, 22);
  1593. this.pasteToolStripMenuItem.Text = "Paste";
  1594. this.pasteToolStripMenuItem.Click += this.pasteToolStripMenuItem_Click;
  1595. this.toolStripSeparator4.Name = "toolStripSeparator4";
  1596. this.toolStripSeparator4.Size = new Size(119, 6);
  1597. this.clearToolStripMenuItem.Image = Resources.delete_x_16;
  1598. this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
  1599. this.clearToolStripMenuItem.Size = new Size(122, 22);
  1600. this.clearToolStripMenuItem.Text = "Clear";
  1601. this.clearToolStripMenuItem.Click += this.clearToolStripMenuItem_Click;
  1602. this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
  1603. this.selectAllToolStripMenuItem.Size = new Size(122, 22);
  1604. this.selectAllToolStripMenuItem.Text = "Select All";
  1605. this.selectAllToolStripMenuItem.Click += this.selectAllToolStripMenuItem_Click;
  1606. this.toolStripSeparator5.Name = "toolStripSeparator5";
  1607. this.toolStripSeparator5.Size = new Size(119, 6);
  1608. this.scriptToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1609. {
  1610. this.displayLineNumbersToolStripMenuItem
  1611. });
  1612. this.scriptToolStripMenuItem.Name = "scriptToolStripMenuItem";
  1613. this.scriptToolStripMenuItem.Size = new Size(122, 22);
  1614. this.scriptToolStripMenuItem.Text = "Script";
  1615. this.displayLineNumbersToolStripMenuItem.Image = Resources.text_list_numbers;
  1616. this.displayLineNumbersToolStripMenuItem.Name = "displayLineNumbersToolStripMenuItem";
  1617. this.displayLineNumbersToolStripMenuItem.Size = new Size(189, 22);
  1618. this.displayLineNumbersToolStripMenuItem.Text = "Display Line Numbers";
  1619. this.displayLineNumbersToolStripMenuItem.Click += this.displayLineNumbersToolStripMenuItem_Click;
  1620. this.viewToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1621. {
  1622. this.explorerToolStripMenuItem,
  1623. this.propertiesToolStripMenuItem,
  1624. this.toolStripSeparator8,
  1625. this.environmentDetailsToolStripMenuItem,
  1626. this.changeLogToolStripMenuItem1,
  1627. this.toolStripSeparator6,
  1628. this.outputToolStripMenuItem
  1629. });
  1630. this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
  1631. this.viewToolStripMenuItem.Size = new Size(44, 20);
  1632. this.viewToolStripMenuItem.Text = "View";
  1633. this.explorerToolStripMenuItem.Image = Resources.Explorer___Copy;
  1634. this.explorerToolStripMenuItem.Name = "explorerToolStripMenuItem";
  1635. this.explorerToolStripMenuItem.Size = new Size(180, 22);
  1636. this.explorerToolStripMenuItem.Text = "Explorer";
  1637. this.explorerToolStripMenuItem.Click += this.explorerToolStripMenuItem_Click;
  1638. this.propertiesToolStripMenuItem.Image = Resources.Properties1;
  1639. this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
  1640. this.propertiesToolStripMenuItem.Size = new Size(180, 22);
  1641. this.propertiesToolStripMenuItem.Text = "Properties";
  1642. this.propertiesToolStripMenuItem.Click += this.propertiesToolStripMenuItem_Click;
  1643. this.toolStripSeparator8.Name = "toolStripSeparator8";
  1644. this.toolStripSeparator8.Size = new Size(177, 6);
  1645. this.environmentDetailsToolStripMenuItem.Image = Resources.help_online;
  1646. this.environmentDetailsToolStripMenuItem.Name = "environmentDetailsToolStripMenuItem";
  1647. this.environmentDetailsToolStripMenuItem.Size = new Size(180, 22);
  1648. this.environmentDetailsToolStripMenuItem.Text = "Environment Details";
  1649. this.environmentDetailsToolStripMenuItem.Click += this.environmentDetailsToolStripMenuItem_Click;
  1650. this.changeLogToolStripMenuItem1.Image = Resources.publish_as;
  1651. this.changeLogToolStripMenuItem1.Name = "changeLogToolStripMenuItem1";
  1652. this.changeLogToolStripMenuItem1.Size = new Size(180, 22);
  1653. this.changeLogToolStripMenuItem1.Text = "Change Log";
  1654. this.changeLogToolStripMenuItem1.Click += this.changeLogToolStripMenuItem1_Click;
  1655. this.toolStripSeparator6.Name = "toolStripSeparator6";
  1656. this.toolStripSeparator6.Size = new Size(177, 6);
  1657. this.outputToolStripMenuItem.Image = Resources.Output;
  1658. this.outputToolStripMenuItem.Name = "outputToolStripMenuItem";
  1659. this.outputToolStripMenuItem.Size = new Size(180, 22);
  1660. this.outputToolStripMenuItem.Text = "Output";
  1661. this.outputToolStripMenuItem.Click += this.outputToolStripMenuItem_Click;
  1662. this.toolsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1663. {
  1664. this.executeScriptToolStripMenuItem,
  1665. this.toolStripSeparator9,
  1666. this.killROBLOXToolStripMenuItem1,
  1667. this.toolStripSeparator7,
  1668. this.settingsToolStripMenuItem1
  1669. });
  1670. this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
  1671. this.toolsToolStripMenuItem.Size = new Size(47, 20);
  1672. this.toolsToolStripMenuItem.Text = "Tools";
  1673. this.executeScriptToolStripMenuItem.Image = Resources.script_go;
  1674. this.executeScriptToolStripMenuItem.Name = "executeScriptToolStripMenuItem";
  1675. this.executeScriptToolStripMenuItem.Size = new Size(147, 22);
  1676. this.executeScriptToolStripMenuItem.Text = "Execute Script";
  1677. this.executeScriptToolStripMenuItem.Click += this.executeScriptToolStripMenuItem_Click;
  1678. this.toolStripSeparator9.Name = "toolStripSeparator9";
  1679. this.toolStripSeparator9.Size = new Size(144, 6);
  1680. this.killROBLOXToolStripMenuItem1.Image = Resources.stop_16;
  1681. this.killROBLOXToolStripMenuItem1.Name = "killROBLOXToolStripMenuItem1";
  1682. this.killROBLOXToolStripMenuItem1.Size = new Size(147, 22);
  1683. this.killROBLOXToolStripMenuItem1.Text = "Kill ROBLOX";
  1684. this.killROBLOXToolStripMenuItem1.Click += this.killROBLOXToolStripMenuItem1_Click;
  1685. this.toolStripSeparator7.Name = "toolStripSeparator7";
  1686. this.toolStripSeparator7.Size = new Size(144, 6);
  1687. this.settingsToolStripMenuItem1.Image = Resources.settings;
  1688. this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1";
  1689. this.settingsToolStripMenuItem1.Size = new Size(147, 22);
  1690. this.settingsToolStripMenuItem1.Text = "Settings...";
  1691. this.settingsToolStripMenuItem1.Click += this.settingsToolStripMenuItem1_Click;
  1692. this.windowToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[]
  1693. {
  1694. this.bleuWindowToolStripMenuItem,
  1695. this.largeScriptWindowToolStripMenuItem,
  1696. this.autoExecuteFolderToolStripMenuItem1
  1697. });
  1698. this.windowToolStripMenuItem.Name = "windowToolStripMenuItem";
  1699. this.windowToolStripMenuItem.Size = new Size(63, 20);
  1700. this.windowToolStripMenuItem.Text = "Window";
  1701. this.bleuWindowToolStripMenuItem.Image = Resources.startup_logo;
  1702. this.bleuWindowToolStripMenuItem.Name = "bleuWindowToolStripMenuItem";
  1703. this.bleuWindowToolStripMenuItem.Size = new Size(183, 22);
  1704. this.bleuWindowToolStripMenuItem.Text = "Bleu Window";
  1705. this.bleuWindowToolStripMenuItem.Click += this.bleuWindowToolStripMenuItem_Click;
  1706. this.largeScriptWindowToolStripMenuItem.Image = Resources.screengui;
  1707. this.largeScriptWindowToolStripMenuItem.Name = "largeScriptWindowToolStripMenuItem";
  1708. this.largeScriptWindowToolStripMenuItem.Size = new Size(183, 22);
  1709. this.largeScriptWindowToolStripMenuItem.Text = "Large Script Window";
  1710. this.largeScriptWindowToolStripMenuItem.Click += this.largeScriptWindowToolStripMenuItem_Click;
  1711. this.autoExecuteFolderToolStripMenuItem1.Image = Resources.folder_open_16;
  1712. this.autoExecuteFolderToolStripMenuItem1.Name = "autoExecuteFolderToolStripMenuItem1";
  1713. this.autoExecuteFolderToolStripMenuItem1.Size = new Size(183, 22);
  1714. this.autoExecuteFolderToolStripMenuItem1.Text = "Auto Execute Folder";
  1715. this.autoExecuteFolderToolStripMenuItem1.Click += this.autoExecuteFolderToolStripMenuItem1_Click;
  1716. this.helpToolStripMenuItem1.DropDownItems.AddRange(new ToolStripItem[]
  1717. {
  1718. this.helpToolStripMenuItem2,
  1719. this.informationToolStripMenuItem
  1720. });
  1721. this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
  1722. this.helpToolStripMenuItem1.Size = new Size(44, 20);
  1723. this.helpToolStripMenuItem1.Text = "Help";
  1724. this.helpToolStripMenuItem2.Image = Resources.new_document_16;
  1725. this.helpToolStripMenuItem2.Name = "helpToolStripMenuItem2";
  1726. this.helpToolStripMenuItem2.Size = new Size(137, 22);
  1727. this.helpToolStripMenuItem2.Text = "Help";
  1728. this.helpToolStripMenuItem2.Click += this.helpToolStripMenuItem2_Click;
  1729. this.informationToolStripMenuItem.Image = Resources.about;
  1730. this.informationToolStripMenuItem.Name = "informationToolStripMenuItem";
  1731. this.informationToolStripMenuItem.Size = new Size(137, 22);
  1732. this.informationToolStripMenuItem.Text = "Information";
  1733. this.informationToolStripMenuItem.Click += this.informationToolStripMenuItem_Click;
  1734. this.panel1.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
  1735. this.panel1.BackColor = SystemColors.Window;
  1736. this.panel1.Controls.Add(this.button11);
  1737. this.panel1.Controls.Add(this.button10);
  1738. this.panel1.Controls.Add(this.button9);
  1739. this.panel1.Controls.Add(this.button8);
  1740. this.panel1.Controls.Add(this.button7);
  1741. this.panel1.Controls.Add(this.button6);
  1742. this.panel1.Controls.Add(this.button5);
  1743. this.panel1.Controls.Add(this.Button3);
  1744. this.panel1.Controls.Add(this.button1);
  1745. this.panel1.Controls.Add(this.button2);
  1746. this.panel1.Controls.Add(this.Button4);
  1747. this.panel1.Location = new Point(0, 284);
  1748. this.panel1.Name = "panel1";
  1749. this.panel1.Size = new Size(474, 29);
  1750. this.panel1.TabIndex = 23;
  1751. this.button11.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left);
  1752. this.button11.BackColor = Color.White;
  1753. this.button11.BackgroundImage = (Image)componentResourceManager.GetObject("button11.BackgroundImage");
  1754. this.button11.FlatAppearance.BorderColor = SystemColors.Window;
  1755. this.button11.FlatAppearance.BorderSize = 0;
  1756. this.button11.FlatStyle = FlatStyle.Flat;
  1757. this.button11.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1758. this.button11.ForeColor = Color.Black;
  1759. this.button11.Image = Resources.select_16x16;
  1760. this.button11.Location = new Point(58, 6);
  1761. this.button11.Name = "button11";
  1762. this.button11.Size = new Size(17, 17);
  1763. this.button11.TabIndex = 29;
  1764. this.button11.TabStop = false;
  1765. this.button11.Text = " Lua C";
  1766. this.button11.UseVisualStyleBackColor = false;
  1767. this.button11.Click += this.button11_Click;
  1768. this.button10.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left);
  1769. this.button10.BackColor = Color.White;
  1770. this.button10.BackgroundImage = (Image)componentResourceManager.GetObject("button10.BackgroundImage");
  1771. this.button10.FlatAppearance.BorderColor = SystemColors.Window;
  1772. this.button10.FlatAppearance.BorderSize = 0;
  1773. this.button10.FlatStyle = FlatStyle.Flat;
  1774. this.button10.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1775. this.button10.ForeColor = Color.Black;
  1776. this.button10.Image = Resources.delete_x_16;
  1777. this.button10.Location = new Point(150, 6);
  1778. this.button10.Name = "button10";
  1779. this.button10.Size = new Size(17, 17);
  1780. this.button10.TabIndex = 28;
  1781. this.button10.TabStop = false;
  1782. this.button10.Text = " Lua C";
  1783. this.button10.UseVisualStyleBackColor = false;
  1784. this.button10.Click += this.button10_Click;
  1785. this.button9.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left);
  1786. this.button9.BackColor = Color.White;
  1787. this.button9.BackgroundImage = (Image)componentResourceManager.GetObject("button9.BackgroundImage");
  1788. this.button9.FlatAppearance.BorderColor = SystemColors.Window;
  1789. this.button9.FlatAppearance.BorderSize = 0;
  1790. this.button9.FlatStyle = FlatStyle.Flat;
  1791. this.button9.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1792. this.button9.ForeColor = Color.Black;
  1793. this.button9.Image = Resources.paste_16x16;
  1794. this.button9.Location = new Point(127, 6);
  1795. this.button9.Name = "button9";
  1796. this.button9.Size = new Size(17, 17);
  1797. this.button9.TabIndex = 27;
  1798. this.button9.TabStop = false;
  1799. this.button9.Text = " Lua C";
  1800. this.button9.UseVisualStyleBackColor = false;
  1801. this.button9.Click += this.button9_Click;
  1802. this.button8.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left);
  1803. this.button8.BackColor = Color.White;
  1804. this.button8.BackgroundImage = (Image)componentResourceManager.GetObject("button8.BackgroundImage");
  1805. this.button8.FlatAppearance.BorderColor = SystemColors.Window;
  1806. this.button8.FlatAppearance.BorderSize = 0;
  1807. this.button8.FlatStyle = FlatStyle.Flat;
  1808. this.button8.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1809. this.button8.ForeColor = Color.Black;
  1810. this.button8.Image = Resources.Copy_16x16;
  1811. this.button8.Location = new Point(104, 6);
  1812. this.button8.Name = "button8";
  1813. this.button8.Size = new Size(17, 17);
  1814. this.button8.TabIndex = 26;
  1815. this.button8.TabStop = false;
  1816. this.button8.Text = " Lua C";
  1817. this.button8.UseVisualStyleBackColor = false;
  1818. this.button8.Click += this.button8_Click;
  1819. this.button7.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left);
  1820. this.button7.BackColor = Color.White;
  1821. this.button7.BackgroundImage = (Image)componentResourceManager.GetObject("button7.BackgroundImage");
  1822. this.button7.FlatAppearance.BorderColor = SystemColors.Window;
  1823. this.button7.FlatAppearance.BorderSize = 0;
  1824. this.button7.FlatStyle = FlatStyle.Flat;
  1825. this.button7.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1826. this.button7.ForeColor = Color.Black;
  1827. this.button7.Image = Resources.Cut_16x16;
  1828. this.button7.Location = new Point(81, 6);
  1829. this.button7.Name = "button7";
  1830. this.button7.Size = new Size(17, 17);
  1831. this.button7.TabIndex = 25;
  1832. this.button7.TabStop = false;
  1833. this.button7.Text = " Lua C";
  1834. this.button7.UseVisualStyleBackColor = false;
  1835. this.button7.Click += this.button7_Click;
  1836. this.button6.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left);
  1837. this.button6.BackColor = Color.White;
  1838. this.button6.BackgroundImage = (Image)componentResourceManager.GetObject("button6.BackgroundImage");
  1839. this.button6.FlatAppearance.BorderColor = SystemColors.Window;
  1840. this.button6.FlatAppearance.BorderSize = 0;
  1841. this.button6.FlatStyle = FlatStyle.Flat;
  1842. this.button6.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1843. this.button6.ForeColor = Color.Black;
  1844. this.button6.Image = Resources.redo_161;
  1845. this.button6.Location = new Point(35, 6);
  1846. this.button6.Name = "button6";
  1847. this.button6.Size = new Size(17, 17);
  1848. this.button6.TabIndex = 24;
  1849. this.button6.TabStop = false;
  1850. this.button6.Text = " Lua C";
  1851. this.button6.UseVisualStyleBackColor = false;
  1852. this.button6.Click += this.button6_Click;
  1853. this.button5.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left);
  1854. this.button5.BackColor = Color.White;
  1855. this.button5.BackgroundImage = (Image)componentResourceManager.GetObject("button5.BackgroundImage");
  1856. this.button5.FlatAppearance.BorderColor = SystemColors.Window;
  1857. this.button5.FlatAppearance.BorderSize = 0;
  1858. this.button5.FlatStyle = FlatStyle.Flat;
  1859. this.button5.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1860. this.button5.ForeColor = Color.Black;
  1861. this.button5.Image = Resources.undo_161;
  1862. this.button5.Location = new Point(12, 6);
  1863. this.button5.Name = "button5";
  1864. this.button5.Size = new Size(17, 17);
  1865. this.button5.TabIndex = 23;
  1866. this.button5.TabStop = false;
  1867. this.button5.Text = " Lua C";
  1868. this.button5.UseVisualStyleBackColor = false;
  1869. this.button5.Click += this.button5_Click;
  1870. this.Button3.Anchor = (AnchorStyles.Bottom | AnchorStyles.Right);
  1871. this.Button3.BackColor = Color.White;
  1872. this.Button3.BackgroundImage = (Image)componentResourceManager.GetObject("Button3.BackgroundImage");
  1873. this.Button3.FlatAppearance.BorderColor = SystemColors.Window;
  1874. this.Button3.FlatAppearance.BorderSize = 0;
  1875. this.Button3.FlatStyle = FlatStyle.Flat;
  1876. this.Button3.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1877. this.Button3.ForeColor = Color.Black;
  1878. this.Button3.Image = Resources.S1;
  1879. this.Button3.ImageAlign = ContentAlignment.MiddleLeft;
  1880. this.Button3.Location = new Point(251, 3);
  1881. this.Button3.Name = "Button3";
  1882. this.Button3.Size = new Size(69, 23);
  1883. this.Button3.TabIndex = 3;
  1884. this.Button3.TabStop = false;
  1885. this.Button3.Text = " Lua C";
  1886. this.Button3.TextAlign = ContentAlignment.MiddleLeft;
  1887. this.Button3.UseVisualStyleBackColor = false;
  1888. this.Button3.Click += this.Button3_Click;
  1889. this.button1.Anchor = (AnchorStyles.Bottom | AnchorStyles.Right);
  1890. this.button1.BackColor = Color.White;
  1891. this.button1.BackgroundImage = (Image)componentResourceManager.GetObject("button1.BackgroundImage");
  1892. this.button1.FlatAppearance.BorderColor = SystemColors.Window;
  1893. this.button1.FlatAppearance.BorderSize = 0;
  1894. this.button1.FlatStyle = FlatStyle.Flat;
  1895. this.button1.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1896. this.button1.ForeColor = Color.Black;
  1897. this.button1.Image = Resources.S2;
  1898. this.button1.ImageAlign = ContentAlignment.MiddleLeft;
  1899. this.button1.Location = new Point(322, 3);
  1900. this.button1.Name = "button1";
  1901. this.button1.Size = new Size(81, 23);
  1902. this.button1.TabIndex = 21;
  1903. this.button1.TabStop = false;
  1904. this.button1.Text = " Wrapper";
  1905. this.button1.TextAlign = ContentAlignment.MiddleLeft;
  1906. this.button1.UseVisualStyleBackColor = false;
  1907. this.button1.Click += this.button1_Click_1;
  1908. this.button2.Anchor = (AnchorStyles.Bottom | AnchorStyles.Right);
  1909. this.button2.BackColor = Color.White;
  1910. this.button2.BackgroundImage = (Image)componentResourceManager.GetObject("button2.BackgroundImage");
  1911. this.button2.FlatAppearance.BorderColor = SystemColors.Window;
  1912. this.button2.FlatAppearance.BorderSize = 0;
  1913. this.button2.FlatStyle = FlatStyle.Flat;
  1914. this.button2.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1915. this.button2.ForeColor = Color.Black;
  1916. this.button2.Image = Resources.S3;
  1917. this.button2.ImageAlign = ContentAlignment.MiddleLeft;
  1918. this.button2.Location = new Point(407, 3);
  1919. this.button2.Name = "button2";
  1920. this.button2.Size = new Size(64, 23);
  1921. this.button2.TabIndex = 22;
  1922. this.button2.TabStop = false;
  1923. this.button2.Text = " Proto";
  1924. this.button2.TextAlign = ContentAlignment.MiddleLeft;
  1925. this.button2.UseVisualStyleBackColor = false;
  1926. this.button2.Click += this.button2_Click_1;
  1927. this.Button4.Anchor = (AnchorStyles.Bottom | AnchorStyles.Right);
  1928. this.Button4.AutoEllipsis = true;
  1929. this.Button4.BackColor = SystemColors.ButtonFace;
  1930. this.Button4.BackgroundImage = (Image)componentResourceManager.GetObject("Button4.BackgroundImage");
  1931. this.Button4.FlatStyle = FlatStyle.Popup;
  1932. this.Button4.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
  1933. this.Button4.ForeColor = Color.White;
  1934. this.Button4.Location = new Point(187, -69);
  1935. this.Button4.Name = "Button4";
  1936. this.Button4.Size = new Size(23, 30);
  1937. this.Button4.TabIndex = 5;
  1938. this.Button4.TabStop = false;
  1939. this.Button4.Text = ">";
  1940. this.Button4.UseVisualStyleBackColor = false;
  1941. this.Button4.Click += this.Button4_Click;
  1942. this.ExecuteTimer.Interval = 10;
  1943. this.ExecuteTimer.Tick += this.ExecuteTimer_Tick;
  1944. this.saveFileDialog1.Filter = "Lua files|*.lua;*.txt|All files|*.*";
  1945. this.saveFileDialog1.Title = "Save Script";
  1946. this.HookLabel.Anchor = (AnchorStyles.Top | AnchorStyles.Right);
  1947. this.HookLabel.AutoSize = true;
  1948. this.HookLabel.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  1949. this.HookLabel.ForeColor = Color.FromArgb(0, 215, 0);
  1950. this.HookLabel.Location = new Point(389, 4);
  1951. this.HookLabel.Name = "HookLabel";
  1952. this.HookLabel.Size = new Size(63, 16);
  1953. this.HookLabel.TabIndex = 31;
  1954. this.HookLabel.Text = "Hooked";
  1955. this.HookLabel.Visible = false;
  1956. this.FindPanel.Anchor = (AnchorStyles.Top | AnchorStyles.Right);
  1957. this.FindPanel.BackColor = Color.FromArgb(240, 240, 240);
  1958. this.FindPanel.Controls.Add(this.ResultLabel);
  1959. this.FindPanel.Controls.Add(this.button14);
  1960. this.FindPanel.Controls.Add(this.FindForward);
  1961. this.FindPanel.Controls.Add(this.FindBack);
  1962. this.FindPanel.Controls.Add(this.FindClose);
  1963. this.FindPanel.Controls.Add(this.panel2);
  1964. this.FindPanel.Controls.Add(this.FindBox);
  1965. this.FindPanel.Location = new Point(191, 27);
  1966. this.FindPanel.Name = "FindPanel";
  1967. this.FindPanel.Size = new Size(280, 51);
  1968. this.FindPanel.TabIndex = 32;
  1969. this.FindPanel.Visible = false;
  1970. this.button14.Anchor = (AnchorStyles.Bottom | AnchorStyles.Right);
  1971. this.button14.BackColor = SystemColors.Control;
  1972. this.button14.FlatAppearance.BorderColor = SystemColors.Control;
  1973. this.button14.FlatAppearance.BorderSize = 0;
  1974. this.button14.FlatStyle = FlatStyle.Flat;
  1975. this.button14.Image = Resources.match_case;
  1976. this.button14.Location = new Point(24, 28);
  1977. this.button14.Name = "button14";
  1978. this.button14.Size = new Size(17, 17);
  1979. this.button14.TabIndex = 36;
  1980. this.button14.UseVisualStyleBackColor = false;
  1981. this.button14.Click += this.button14_Click;
  1982. this.FindForward.Anchor = (AnchorStyles.Bottom | AnchorStyles.Right);
  1983. this.FindForward.BackColor = SystemColors.Control;
  1984. this.FindForward.FlatAppearance.BorderColor = SystemColors.Control;
  1985. this.FindForward.FlatAppearance.BorderSize = 0;
  1986. this.FindForward.FlatStyle = FlatStyle.Flat;
  1987. this.FindForward.Image = Resources.arrowright_black_16;
  1988. this.FindForward.Location = new Point(237, 8);
  1989. this.FindForward.Name = "FindForward";
  1990. this.FindForward.Size = new Size(17, 17);
  1991. this.FindForward.TabIndex = 35;
  1992. this.FindForward.UseVisualStyleBackColor = false;
  1993. this.FindForward.Click += this.FindForward_Click;
  1994. this.FindBack.Anchor = (AnchorStyles.Bottom | AnchorStyles.Right);
  1995. this.FindBack.BackColor = SystemColors.Control;
  1996. this.FindBack.FlatAppearance.BorderColor = SystemColors.Control;
  1997. this.FindBack.FlatAppearance.BorderSize = 0;
  1998. this.FindBack.FlatStyle = FlatStyle.Flat;
  1999. this.FindBack.Image = Resources.arrowleft_black_16;
  2000. this.FindBack.Location = new Point(216, 8);
  2001. this.FindBack.Name = "FindBack";
  2002. this.FindBack.Size = new Size(17, 17);
  2003. this.FindBack.TabIndex = 34;
  2004. this.FindBack.UseVisualStyleBackColor = false;
  2005. this.FindBack.Click += this.FindBack_Click;
  2006. this.FindClose.Anchor = (AnchorStyles.Bottom | AnchorStyles.Right);
  2007. this.FindClose.BackColor = SystemColors.Control;
  2008. this.FindClose.FlatAppearance.BorderColor = SystemColors.Control;
  2009. this.FindClose.FlatAppearance.BorderSize = 0;
  2010. this.FindClose.FlatStyle = FlatStyle.Flat;
  2011. this.FindClose.Image = Resources.delete_x_16_b;
  2012. this.FindClose.Location = new Point(260, 8);
  2013. this.FindClose.Name = "FindClose";
  2014. this.FindClose.Size = new Size(17, 17);
  2015. this.FindClose.TabIndex = 18;
  2016. this.FindClose.UseVisualStyleBackColor = false;
  2017. this.FindClose.Click += this.FindClose_Click;
  2018. this.panel2.Anchor = (AnchorStyles.Top | AnchorStyles.Right);
  2019. this.panel2.BackColor = Color.FromArgb(192, 196, 196);
  2020. this.panel2.Location = new Point(1, 47);
  2021. this.panel2.Name = "panel2";
  2022. this.panel2.Size = new Size(280, 4);
  2023. this.panel2.TabIndex = 33;
  2024. this.Hooked.Anchor = (AnchorStyles.Top | AnchorStyles.Right);
  2025. this.Hooked.BackColor = SystemColors.Window;
  2026. this.Hooked.BackgroundImage = (Image)componentResourceManager.GetObject("Hooked.BackgroundImage");
  2027. this.Hooked.FlatAppearance.BorderColor = SystemColors.Control;
  2028. this.Hooked.FlatAppearance.BorderSize = 0;
  2029. this.Hooked.FlatStyle = FlatStyle.Flat;
  2030. this.Hooked.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
  2031. this.Hooked.ForeColor = Color.Black;
  2032. this.Hooked.Image = Resources._lock;
  2033. this.Hooked.Location = new Point(454, 3);
  2034. this.Hooked.Name = "Hooked";
  2035. this.Hooked.Size = new Size(17, 17);
  2036. this.Hooked.TabIndex = 30;
  2037. this.Hooked.TabStop = false;
  2038. this.Hooked.Text = " Lua C";
  2039. this.Hooked.UseVisualStyleBackColor = false;
  2040. this.Hooked.Click += this.Hooked_Click;
  2041. this.timer1.Interval = 1;
  2042. this.timer1.Tick += this.timer1_Tick;
  2043. base.AutoScaleDimensions = new SizeF(6f, 13f);
  2044. base.AutoScaleMode = AutoScaleMode.Font;
  2045. this.BackColor = SystemColors.Window;
  2046. base.ClientSize = new Size(474, 314);
  2047. base.Controls.Add(this.FindPanel);
  2048. base.Controls.Add(this.HookLabel);
  2049. base.Controls.Add(this.Hooked);
  2050. base.Controls.Add(this.menuStrip1);
  2051. base.Controls.Add(this.scintilla1);
  2052. base.Controls.Add(this.panel1);
  2053. base.Icon = (Icon)componentResourceManager.GetObject("$this.Icon");
  2054. base.MainMenuStrip = this.menuStrip1;
  2055. this.MinimumSize = new Size(410, 353);
  2056. base.Name = "MainWindow";
  2057. base.StartPosition = FormStartPosition.CenterScreen;
  2058. this.Text = "Bleu";
  2059. base.TopMost = true;
  2060. base.FormClosing += this.MainWindow_FormClosing;
  2061. base.Load += this.MainWindow_Load;
  2062. this.ContextMenuStrip1.ResumeLayout(false);
  2063. ((ISupportInitialize)this.fileSystemWatcher1).EndInit();
  2064. this.menuStrip1.ResumeLayout(false);
  2065. this.menuStrip1.PerformLayout();
  2066. this.panel1.ResumeLayout(false);
  2067. this.FindPanel.ResumeLayout(false);
  2068. this.FindPanel.PerformLayout();
  2069. base.ResumeLayout(false);
  2070. base.PerformLayout();
  2071. }
  2072.  
  2073. // Token: 0x0400002F RID: 47
  2074. private const int EM_SETCUEBANNER = 5377;
  2075.  
  2076. // Token: 0x04000031 RID: 49
  2077. private bool AutoHook = true;
  2078.  
  2079. // Token: 0x04000032 RID: 50
  2080. private const int PROCESS_CREATE_THREAD = 2;
  2081.  
  2082. // Token: 0x04000033 RID: 51
  2083. private const int PROCESS_QUERY_INFORMATION = 1024;
  2084.  
  2085. // Token: 0x04000034 RID: 52
  2086. private const int PROCESS_VM_OPERATION = 8;
  2087.  
  2088. // Token: 0x04000035 RID: 53
  2089. private const int PROCESS_VM_WRITE = 32;
  2090.  
  2091. // Token: 0x04000036 RID: 54
  2092. private const int PROCESS_VM_READ = 16;
  2093.  
  2094. // Token: 0x04000037 RID: 55
  2095. private const uint MEM_COMMIT = 4096u;
  2096.  
  2097. // Token: 0x04000038 RID: 56
  2098. private const uint MEM_RESERVE = 8192u;
  2099.  
  2100. // Token: 0x04000039 RID: 57
  2101. private const uint PAGE_READWRITE = 4u;
  2102.  
  2103. // Token: 0x0400003A RID: 58
  2104. private string dllName = "C:/Bleu/LoadHack.dll";
  2105.  
  2106. // Token: 0x0400003B RID: 59
  2107. private string OldFile;
  2108.  
  2109. // Token: 0x0400003C RID: 60
  2110. private int newnum;
  2111.  
  2112. // Token: 0x0400003D RID: 61
  2113. private int Position = 1;
  2114.  
  2115. // Token: 0x0400003E RID: 62
  2116. private bool MatchCase;
  2117.  
  2118. // Token: 0x0400003F RID: 63
  2119. private string FileLocation = "";
  2120.  
  2121. // Token: 0x04000040 RID: 64
  2122. private int maxLineNumberCharLength;
  2123.  
  2124. // Token: 0x04000041 RID: 65
  2125. private IContainer components;
  2126.  
  2127. // Token: 0x04000042 RID: 66
  2128. internal Timer tmp;
  2129.  
  2130. // Token: 0x04000043 RID: 67
  2131. internal Timer injector;
  2132.  
  2133. // Token: 0x04000044 RID: 68
  2134. internal Timer injectime;
  2135.  
  2136. // Token: 0x04000045 RID: 69
  2137. public OpenFileDialog OpenFileDialog1;
  2138.  
  2139. // Token: 0x04000046 RID: 70
  2140. internal Timer CheckFile;
  2141.  
  2142. // Token: 0x04000047 RID: 71
  2143. internal ToolStripMenuItem FixTeleportationToolStripMenuItem;
  2144.  
  2145. // Token: 0x04000048 RID: 72
  2146. internal ToolStripMenuItem KillROBLOXToolStripMenuItem;
  2147.  
  2148. // Token: 0x04000049 RID: 73
  2149. internal ToolStripMenuItem AutoExecuteFolderToolStripMenuItem;
  2150.  
  2151. // Token: 0x0400004A RID: 74
  2152. internal ToolStripMenuItem OtherWindowsToolStripMenuItem;
  2153.  
  2154. // Token: 0x0400004B RID: 75
  2155. internal ToolStripMenuItem SettingsToolStripMenuItem;
  2156.  
  2157. // Token: 0x0400004C RID: 76
  2158. internal ToolStripMenuItem TopMostToolStripMenuItem;
  2159.  
  2160. // Token: 0x0400004D RID: 77
  2161. internal ToolStripMenuItem CustomEnvironmentToolStripMenuItem;
  2162.  
  2163. // Token: 0x0400004E RID: 78
  2164. internal ToolStripMenuItem IWillHelpOnOnDiscordToolStripMenuItem;
  2165.  
  2166. // Token: 0x0400004F RID: 79
  2167. internal ToolStripMenuItem HelpToolStripMenuItem;
  2168.  
  2169. // Token: 0x04000050 RID: 80
  2170. internal ToolStripMenuItem ExitToolStripMenuItem;
  2171.  
  2172. // Token: 0x04000051 RID: 81
  2173. internal ToolStripMenuItem MinimizeToolStripMenuItem;
  2174.  
  2175. // Token: 0x04000052 RID: 82
  2176. internal ToolStripMenuItem BleuToolStripMenuItem;
  2177.  
  2178. // Token: 0x04000053 RID: 83
  2179. internal ToolStripMenuItem YALLToolStripMenuItem;
  2180.  
  2181. // Token: 0x04000054 RID: 84
  2182. internal ContextMenuStrip ContextMenuStrip1;
  2183.  
  2184. // Token: 0x04000055 RID: 85
  2185. internal Button Button4;
  2186.  
  2187. // Token: 0x04000056 RID: 86
  2188. internal Button Button3;
  2189.  
  2190. // Token: 0x04000057 RID: 87
  2191. private ColorDialog colorDialog1;
  2192.  
  2193. // Token: 0x04000058 RID: 88
  2194. private FileSystemWatcher fileSystemWatcher1;
  2195.  
  2196. // Token: 0x04000059 RID: 89
  2197. private ToolStripMenuItem toolStripMenuItem1;
  2198.  
  2199. // Token: 0x0400005A RID: 90
  2200. internal ToolStripMenuItem BleuToolStripMenuItem1;
  2201.  
  2202. // Token: 0x0400005B RID: 91
  2203. internal ToolStripMenuItem MargToolStripMenuItem;
  2204.  
  2205. // Token: 0x0400005C RID: 92
  2206. internal ToolStripMenuItem AidsToolStripMenuItem;
  2207.  
  2208. // Token: 0x0400005D RID: 93
  2209. internal ToolStripMenuItem ThemesToolStripMenuItem;
  2210.  
  2211. // Token: 0x0400005E RID: 94
  2212. private ToolStripMenuItem largeWindow2ToolStripMenuItem;
  2213.  
  2214. // Token: 0x0400005F RID: 95
  2215. private ToolStripMenuItem unregisterToolStripMenuItem;
  2216.  
  2217. // Token: 0x04000060 RID: 96
  2218. private Timer windowChecker;
  2219.  
  2220. // Token: 0x04000061 RID: 97
  2221. private Timer windowNotDetected;
  2222.  
  2223. // Token: 0x04000062 RID: 98
  2224. private ToolStripMenuItem changelogToolStripMenuItem;
  2225.  
  2226. // Token: 0x04000063 RID: 99
  2227. private Timer checkWhitelist;
  2228.  
  2229. // Token: 0x04000064 RID: 100
  2230. private Button FindClose;
  2231.  
  2232. // Token: 0x04000065 RID: 101
  2233. private TextBox FindBox;
  2234.  
  2235. // Token: 0x04000066 RID: 102
  2236. private Label ResultLabel;
  2237.  
  2238. // Token: 0x04000067 RID: 103
  2239. private Scintilla scintilla1;
  2240.  
  2241. // Token: 0x04000068 RID: 104
  2242. private MenuStrip menuStrip1;
  2243.  
  2244. // Token: 0x04000069 RID: 105
  2245. private ToolStripMenuItem fileToolStripMenuItem;
  2246.  
  2247. // Token: 0x0400006A RID: 106
  2248. private ToolStripMenuItem editToolStripMenuItem;
  2249.  
  2250. // Token: 0x0400006B RID: 107
  2251. private ToolStripMenuItem viewToolStripMenuItem;
  2252.  
  2253. // Token: 0x0400006C RID: 108
  2254. private ToolStripMenuItem toolsToolStripMenuItem;
  2255.  
  2256. // Token: 0x0400006D RID: 109
  2257. private ToolStripMenuItem windowToolStripMenuItem;
  2258.  
  2259. // Token: 0x0400006E RID: 110
  2260. private ToolStripMenuItem helpToolStripMenuItem1;
  2261.  
  2262. // Token: 0x0400006F RID: 111
  2263. private ToolStripMenuItem newToolStripMenuItem;
  2264.  
  2265. // Token: 0x04000070 RID: 112
  2266. private ToolStripMenuItem openToolStripMenuItem;
  2267.  
  2268. // Token: 0x04000071 RID: 113
  2269. private ToolStripSeparator toolStripSeparator1;
  2270.  
  2271. // Token: 0x04000072 RID: 114
  2272. private ToolStripMenuItem saveToolStripMenuItem;
  2273.  
  2274. // Token: 0x04000073 RID: 115
  2275. private ToolStripMenuItem saveAsToolStripMenuItem;
  2276.  
  2277. // Token: 0x04000074 RID: 116
  2278. private ToolStripSeparator toolStripSeparator2;
  2279.  
  2280. // Token: 0x04000075 RID: 117
  2281. private ToolStripMenuItem exitToolStripMenuItem1;
  2282.  
  2283. // Token: 0x04000076 RID: 118
  2284. private ToolStripMenuItem undoToolStripMenuItem;
  2285.  
  2286. // Token: 0x04000077 RID: 119
  2287. private ToolStripMenuItem redoToolStripMenuItem;
  2288.  
  2289. // Token: 0x04000078 RID: 120
  2290. private ToolStripSeparator toolStripSeparator3;
  2291.  
  2292. // Token: 0x04000079 RID: 121
  2293. private ToolStripMenuItem cutToolStripMenuItem;
  2294.  
  2295. // Token: 0x0400007A RID: 122
  2296. private ToolStripMenuItem copyToolStripMenuItem;
  2297.  
  2298. // Token: 0x0400007B RID: 123
  2299. private ToolStripMenuItem pasteToolStripMenuItem;
  2300.  
  2301. // Token: 0x0400007C RID: 124
  2302. private ToolStripSeparator toolStripSeparator4;
  2303.  
  2304. // Token: 0x0400007D RID: 125
  2305. private ToolStripMenuItem clearToolStripMenuItem;
  2306.  
  2307. // Token: 0x0400007E RID: 126
  2308. private ToolStripMenuItem selectAllToolStripMenuItem;
  2309.  
  2310. // Token: 0x0400007F RID: 127
  2311. private ToolStripSeparator toolStripSeparator5;
  2312.  
  2313. // Token: 0x04000080 RID: 128
  2314. private ToolStripMenuItem scriptToolStripMenuItem;
  2315.  
  2316. // Token: 0x04000081 RID: 129
  2317. private ToolStripMenuItem explorerToolStripMenuItem;
  2318.  
  2319. // Token: 0x04000082 RID: 130
  2320. private ToolStripMenuItem propertiesToolStripMenuItem;
  2321.  
  2322. // Token: 0x04000083 RID: 131
  2323. private ToolStripMenuItem outputToolStripMenuItem;
  2324.  
  2325. // Token: 0x04000084 RID: 132
  2326. private ToolStripMenuItem executeScriptToolStripMenuItem;
  2327.  
  2328. // Token: 0x04000085 RID: 133
  2329. private ToolStripSeparator toolStripSeparator7;
  2330.  
  2331. // Token: 0x04000086 RID: 134
  2332. private ToolStripMenuItem settingsToolStripMenuItem1;
  2333.  
  2334. // Token: 0x04000087 RID: 135
  2335. private ToolStripSeparator toolStripSeparator8;
  2336.  
  2337. // Token: 0x04000088 RID: 136
  2338. private ToolStripMenuItem environmentDetailsToolStripMenuItem;
  2339.  
  2340. // Token: 0x04000089 RID: 137
  2341. private ToolStripSeparator toolStripSeparator6;
  2342.  
  2343. // Token: 0x0400008A RID: 138
  2344. private ToolStripMenuItem bleuWindowToolStripMenuItem;
  2345.  
  2346. // Token: 0x0400008B RID: 139
  2347. private ToolStripMenuItem largeScriptWindowToolStripMenuItem;
  2348.  
  2349. // Token: 0x0400008C RID: 140
  2350. private ToolStripMenuItem helpToolStripMenuItem2;
  2351.  
  2352. // Token: 0x0400008D RID: 141
  2353. internal Button button1;
  2354.  
  2355. // Token: 0x0400008E RID: 142
  2356. internal Button button2;
  2357.  
  2358. // Token: 0x0400008F RID: 143
  2359. private ToolStripMenuItem changeLogToolStripMenuItem1;
  2360.  
  2361. // Token: 0x04000090 RID: 144
  2362. private Panel panel1;
  2363.  
  2364. // Token: 0x04000091 RID: 145
  2365. private ToolStripMenuItem informationToolStripMenuItem;
  2366.  
  2367. // Token: 0x04000092 RID: 146
  2368. internal Button button5;
  2369.  
  2370. // Token: 0x04000093 RID: 147
  2371. internal Button button6;
  2372.  
  2373. // Token: 0x04000094 RID: 148
  2374. internal Button button7;
  2375.  
  2376. // Token: 0x04000095 RID: 149
  2377. internal Button button8;
  2378.  
  2379. // Token: 0x04000096 RID: 150
  2380. internal Button button9;
  2381.  
  2382. // Token: 0x04000097 RID: 151
  2383. internal Button button10;
  2384.  
  2385. // Token: 0x04000098 RID: 152
  2386. private Timer ExecuteTimer;
  2387.  
  2388. // Token: 0x04000099 RID: 153
  2389. internal Button button11;
  2390.  
  2391. // Token: 0x0400009A RID: 154
  2392. private SaveFileDialog saveFileDialog1;
  2393.  
  2394. // Token: 0x0400009B RID: 155
  2395. internal Button Hooked;
  2396.  
  2397. // Token: 0x0400009C RID: 156
  2398. private Label HookLabel;
  2399.  
  2400. // Token: 0x0400009D RID: 157
  2401. private ToolStripMenuItem killROBLOXToolStripMenuItem1;
  2402.  
  2403. // Token: 0x0400009E RID: 158
  2404. private ToolStripMenuItem autoExecuteFolderToolStripMenuItem1;
  2405.  
  2406. // Token: 0x0400009F RID: 159
  2407. private ToolStripSeparator toolStripSeparator9;
  2408.  
  2409. // Token: 0x040000A0 RID: 160
  2410. private ToolStripMenuItem displayLineNumbersToolStripMenuItem;
  2411.  
  2412. // Token: 0x040000A1 RID: 161
  2413. private Panel FindPanel;
  2414.  
  2415. // Token: 0x040000A2 RID: 162
  2416. private Panel panel2;
  2417.  
  2418. // Token: 0x040000A3 RID: 163
  2419. private Button FindBack;
  2420.  
  2421. // Token: 0x040000A4 RID: 164
  2422. private Button FindForward;
  2423.  
  2424. // Token: 0x040000A5 RID: 165
  2425. private Button button14;
  2426.  
  2427. // Token: 0x040000A6 RID: 166
  2428. private Timer timer1;
  2429. }
  2430. }
Add Comment
Please, Sign In to add comment