TehOverride

Destiny 1.09 Tool by Stunz and Kronoaxis Source C#

Apr 2nd, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.86 KB | None | 0 0
  1. namespace Destiny_Tool___Stunz
  2. {
  3. using PS3Lib;
  4. using System;
  5. using System.ComponentModel;
  6. using System.Drawing;
  7. using System.IO;
  8. using System.Windows.Forms;
  9. using theme;
  10.  
  11. public class Form1 : Form
  12. {
  13. public static PS3API API = new PS3API(1);
  14. private PS3Lib.CCAPI CCAPI = new PS3Lib.CCAPI();
  15. public static int color = 0;
  16. private IContainer components = null;
  17. private FlatButton flatButton1;
  18. private FlatButton flatButton2;
  19. private FlatCheckBox flatCheckBox1;
  20. private FlatCheckBox flatCheckBox10;
  21. private FlatCheckBox flatCheckBox11;
  22. private FlatCheckBox flatCheckBox12;
  23. private FlatCheckBox flatCheckBox13;
  24. private FlatCheckBox flatCheckBox14;
  25. private FlatCheckBox flatCheckBox15;
  26. private FlatCheckBox flatCheckBox2;
  27. private FlatCheckBox flatCheckBox3;
  28. private FlatCheckBox flatCheckBox4;
  29. private FlatCheckBox flatCheckBox5;
  30. private FlatCheckBox flatCheckBox6;
  31. private FlatCheckBox flatCheckBox7;
  32. private FlatCheckBox flatCheckBox8;
  33. private FlatCheckBox flatCheckBox9;
  34. private FlatClose flatClose1;
  35. private FlatLabel flatLabel1;
  36. private FlatLabel flatLabel10;
  37. private FlatLabel flatLabel11;
  38. private FlatLabel flatLabel12;
  39. private FlatLabel flatLabel13;
  40. private FlatLabel flatLabel14;
  41. private FlatLabel flatLabel2;
  42. private FlatLabel flatLabel3;
  43. private FlatLabel flatLabel4;
  44. private FlatLabel flatLabel5;
  45. private FlatLabel flatLabel6;
  46. private FlatLabel flatLabel7;
  47. private FlatLabel flatLabel8;
  48. private FlatLabel flatLabel9;
  49. private FlatMax flatMax1;
  50. private FlatMini flatMini1;
  51. private FlatStatusBar flatStatusBar1;
  52. private FlatTabControl flatTabControl1;
  53. private FlatTextBox flatTextBox1;
  54. private FormSkin formSkin1;
  55. public static int HostClientNumber = 0;
  56. public static uint HostClientNumber1 = 0;
  57. public static string MemStatus;
  58. public static uint ProcessID;
  59. public static uint[] processIDs;
  60. public static PS3API PS3 = new PS3API(1);
  61. private PS3Lib.CCAPI PS3x = new PS3Lib.CCAPI();
  62. private RadioButton radioButton1;
  63. private RadioButton radioButton2;
  64. private Random rand = new Random();
  65. public static string Status;
  66. private TabPage tabPage1;
  67. private TabPage tabPage2;
  68. private TabPage tabPage3;
  69. private Timer timer1;
  70. public readonly string Version = "1.0.0.0";
  71.  
  72. public Form1()
  73. {
  74. this.InitializeComponent();
  75. this.flatLabel13.Text = "";
  76. }
  77.  
  78. public static string ClientNames(uint client)
  79. {
  80. return API.get_Extension().ReadString(0x178646c + (client * 0x5808));
  81. }
  82.  
  83. public static string ClientNamesZOM(uint client)
  84. {
  85. return API.get_Extension().ReadString(0x178646c + (client * 0x5808));
  86. }
  87.  
  88. protected override void Dispose(bool disposing)
  89. {
  90. if (disposing && (this.components != null))
  91. {
  92. this.components.Dispose();
  93. }
  94. base.Dispose(disposing);
  95. }
  96.  
  97. private void flatButton1_Click(object sender, EventArgs e)
  98. {
  99. try
  100. {
  101. API.ConnectTarget(this.flatTextBox1.get_Text());
  102. if (API.GetCurrentAPI() == 0)
  103. {
  104. API.get_CCAPI().ClearTargetInfo();
  105. API.ConnectTarget(this.flatTextBox1.get_Text());
  106. this.timer1.Start();
  107. this.flatLabel7.Text = API.get_CCAPI().GetTemperatureCELL();
  108. this.flatLabel10.Text = API.get_CCAPI().GetTemperatureRSX();
  109. this.flatLabel9.Text = this.CCAPI.GetFirmwareVersion();
  110. this.flatLabel8.Text = this.CCAPI.GetFirmwareType();
  111. }
  112. else
  113. {
  114. this.flatLabel3.Text = "?";
  115. this.flatLabel4.Text = "?";
  116. this.flatLabel5.Text = "?";
  117. this.flatLabel6.Text = "?";
  118. }
  119. if (this.flatLabel7.Text == "0 C")
  120. {
  121. this.flatLabel3.Text = "?";
  122. this.flatLabel4.Text = "?";
  123. this.flatLabel5.Text = "?";
  124. this.flatLabel6.Text = "?";
  125. this.flatTextBox1.Enabled = true;
  126. this.flatLabel13.Text = "";
  127. this.flatLabel11.ForeColor = Color.Red;
  128. this.flatLabel11.Text = "Connection Status: Unable To Connect! ";
  129. MessageBox.Show("Cannot Connect. Please Check Your IP", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Hand);
  130. }
  131. else
  132. {
  133. this.flatLabel11.ForeColor = Color.Green;
  134. this.flatLabel11.Text = "Connection Status: Connected ";
  135. API.get_CCAPI().Notify(2, "Connected! Please attach tool!");
  136. API.get_CCAPI().RingBuzzer(1);
  137. MessageBox.Show("Tool is now Connected please attach", "Connection Status!", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
  138. this.flatButton2.Enabled = true;
  139. File.WriteAllText(@"%UserProfile%\Documents\IP.txt", this.flatTextBox1.get_Text());
  140. }
  141. }
  142. catch
  143. {
  144. }
  145. }
  146.  
  147. private void flatButton2_Click(object sender, EventArgs e)
  148. {
  149. try
  150. {
  151. API.AttachProcess();
  152. this.flatLabel12.ForeColor = Color.Green;
  153. this.flatLabel12.Text = "Attachment Status: Attached ";
  154. API.get_CCAPI().Notify(15, "Attached, Enjoy your time!");
  155. API.get_CCAPI().RingBuzzer(2);
  156. MessageBox.Show("Tool is now attached", "Attachment Status!", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
  157. string str = PS3.get_Extension().ReadString(0x1a42b70);
  158. this.flatLabel13.Text = string.Format("Welcome: {0}", str);
  159. PS3.get_Extension().ReadString(0x1adea50);
  160. this.flatLabel13.Text = string.Format("Welcome: {0}", str);
  161. PS3.get_Extension().ReadString(0x1944b60);
  162. this.flatLabel13.Text = string.Format("Welcome: {0}", str);
  163. }
  164. catch
  165. {
  166. this.flatLabel13.Text = "";
  167. this.flatLabel12.ForeColor = Color.Red;
  168. this.flatLabel12.Text = "Attachment Status: Unable To Attach Game Process!";
  169. MessageBox.Show("Cannot Attach!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand);
  170. }
  171. }
  172.  
  173. private void flatButton3_Click(object sender, EventArgs e)
  174. {
  175. MessageBox.Show("Bungie seemed to have affected PvE God Mode somehow, so be careful of some enemies. They can sometimes kill you in one shot//The anti ban is something I used last month on an old account to block DeamonWare's main net and I didn't get banned. Although this might be just a fluke or a fair chance, it's best too just let everyone know", "Notice", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
  176. }
  177.  
  178. private void flatCheckBox1_CheckedChanged(object sender)
  179. {
  180. byte[] buffer;
  181. byte[] buffer2;
  182. if (this.flatCheckBox1.get_Checked())
  183. {
  184. buffer2 = new byte[4];
  185. buffer = buffer2;
  186. API.SetMemory(0x2ee0b4, buffer);
  187. }
  188. else
  189. {
  190. buffer2 = new byte[4];
  191. buffer2[0] = 0x3f;
  192. buffer2[1] = 0x80;
  193. buffer = buffer2;
  194. API.SetMemory(0x2ee0b4, buffer);
  195. }
  196. }
  197.  
  198. private void flatCheckBox10_CheckedChanged(object sender)
  199. {
  200. byte[] buffer;
  201. if (this.flatCheckBox10.get_Checked())
  202. {
  203. buffer = new byte[] { 60, 0x60, 0x41, 0x20 };
  204. API.SetMemory(0x3ee830, buffer);
  205. }
  206. else
  207. {
  208. buffer = new byte[] { 0x38, 0x67, 0xb9, 0xb0 };
  209. API.SetMemory(0x3ee830, buffer);
  210. }
  211. }
  212.  
  213. private void flatCheckBox11_CheckedChanged(object sender)
  214. {
  215. byte[] buffer;
  216. if (this.flatCheckBox11.get_Checked())
  217. {
  218. buffer = new byte[] { 0x40, 160, 160, 0 };
  219. API.SetMemory(0x58311c, buffer);
  220. }
  221. else
  222. {
  223. buffer = new byte[4];
  224. API.SetMemory(0x58311c, buffer);
  225. }
  226. }
  227.  
  228. private void flatCheckBox12_CheckedChanged(object sender)
  229. {
  230. byte[] buffer;
  231. byte[] buffer2;
  232. if (this.flatCheckBox12.get_Checked())
  233. {
  234. buffer2 = new byte[4];
  235. buffer2[0] = 0x40;
  236. buffer2[1] = 160;
  237. buffer = buffer2;
  238. API.SetMemory(0x57fd40, buffer);
  239. }
  240. else
  241. {
  242. buffer2 = new byte[4];
  243. buffer2[0] = 0x3f;
  244. buffer = buffer2;
  245. API.SetMemory(0x57fd40, buffer);
  246. }
  247. }
  248.  
  249. private void flatCheckBox13_CheckedChanged(object sender)
  250. {
  251. byte[] buffer;
  252. byte[] buffer2;
  253. if (this.flatCheckBox13.get_Checked())
  254. {
  255. buffer2 = new byte[4];
  256. buffer = buffer2;
  257. API.SetMemory(0x4ab6e0, buffer);
  258. }
  259. else
  260. {
  261. buffer2 = new byte[4];
  262. buffer2[0] = 0x3f;
  263. buffer2[1] = 0x80;
  264. buffer = buffer2;
  265. API.SetMemory(0x4ab6e0, buffer);
  266. }
  267. }
  268.  
  269. private void flatCheckBox14_CheckedChanged(object sender)
  270. {
  271. byte[] buffer;
  272. byte[] buffer2;
  273. if (this.flatCheckBox14.get_Checked())
  274. {
  275. buffer2 = new byte[4];
  276. buffer = buffer2;
  277. API.SetMemory(0x671e30, buffer);
  278. }
  279. else
  280. {
  281. buffer2 = new byte[4];
  282. buffer2[0] = 0x3f;
  283. buffer2[1] = 0x80;
  284. buffer = buffer2;
  285. API.SetMemory(0x671e30, buffer);
  286. }
  287. }
  288.  
  289. private void flatCheckBox15_CheckedChanged(object sender)
  290. {
  291. byte[] buffer;
  292. byte[] buffer2;
  293. if (this.flatCheckBox15.get_Checked())
  294. {
  295. buffer2 = new byte[4];
  296. buffer2[0] = 0x41;
  297. buffer2[1] = 0x20;
  298. buffer = buffer2;
  299. API.SetMemory(0x17b3388, buffer);
  300. }
  301. else
  302. {
  303. buffer2 = new byte[4];
  304. buffer2[0] = 0x3f;
  305. buffer = buffer2;
  306. API.SetMemory(0x17b3388, buffer);
  307. }
  308. }
  309.  
  310. private void flatCheckBox2_CheckedChanged(object sender)
  311. {
  312. byte[] buffer;
  313. if (this.flatCheckBox2.get_Checked())
  314. {
  315. buffer = new byte[] { 60, 0x60, 0x44, 0x7a };
  316. API.SetMemory(0x3f31b0, buffer);
  317. }
  318. else
  319. {
  320. buffer = new byte[] { 60, 0x60, 0x3f, 0x80 };
  321. API.SetMemory(0x3f31b0, buffer);
  322. }
  323. }
  324.  
  325. private void flatCheckBox3_CheckedChanged(object sender)
  326. {
  327. byte[] buffer;
  328. if (this.flatCheckBox3.get_Checked())
  329. {
  330. byte[] buffer2 = new byte[4];
  331. buffer2[0] = 0xc3;
  332. buffer2[1] = 0xdd;
  333. buffer = buffer2;
  334. API.SetMemory(0x2acbf8, buffer);
  335. }
  336. else
  337. {
  338. buffer = new byte[] { 0xc3, 0xdd, 0, 4 };
  339. API.SetMemory(0x2acbf8, buffer);
  340. }
  341. }
  342.  
  343. private void flatCheckBox4_CheckedChanged(object sender)
  344. {
  345. byte[] buffer;
  346. if (this.flatCheckBox4.get_Checked())
  347. {
  348. byte[] buffer2 = new byte[4];
  349. buffer2[0] = 0x60;
  350. buffer = buffer2;
  351. API.SetMemory(0x3f85dc, buffer);
  352. MessageBox.Show("Bungie seemed to have affected PvE God Mode somehow, so be careful of some enemies. They can sometimes kill you in one shot.", "Notice", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
  353. }
  354. else
  355. {
  356. buffer = new byte[] { 0x41, 130, 2, 20 };
  357. API.SetMemory(0x3f85dc, buffer);
  358. }
  359. }
  360.  
  361. private void flatCheckBox5_CheckedChanged(object sender)
  362. {
  363. byte[] buffer;
  364. byte[] buffer2;
  365. if (this.flatCheckBox5.get_Checked())
  366. {
  367. buffer2 = new byte[4];
  368. buffer = buffer2;
  369. API.SetMemory(0x2eb3b8, buffer);
  370. }
  371. else
  372. {
  373. buffer2 = new byte[4];
  374. buffer2[0] = 0x3f;
  375. buffer2[1] = 0x80;
  376. buffer = buffer2;
  377. API.SetMemory(0x2eb3b8, buffer);
  378. }
  379. }
  380.  
  381. private void flatCheckBox6_CheckedChanged(object sender)
  382. {
  383. byte[] buffer;
  384. byte[] buffer2;
  385. if (this.flatCheckBox6.get_Checked())
  386. {
  387. buffer2 = new byte[4];
  388. buffer = buffer2;
  389. API.SetMemory(0x2e59a0, buffer);
  390. }
  391. else
  392. {
  393. buffer2 = new byte[4];
  394. buffer2[0] = 0x3f;
  395. buffer2[1] = 0x80;
  396. buffer = buffer2;
  397. API.SetMemory(0x2e59a0, buffer);
  398. }
  399. }
  400.  
  401. private void flatCheckBox7_CheckedChanged(object sender)
  402. {
  403. byte[] buffer;
  404. byte[] buffer2;
  405. if (this.flatCheckBox7.get_Checked())
  406. {
  407. buffer2 = new byte[4];
  408. buffer2[0] = 0x40;
  409. buffer2[1] = 0x80;
  410. buffer = buffer2;
  411. API.SetMemory(0x2e79c0, buffer);
  412. }
  413. else
  414. {
  415. buffer2 = new byte[4];
  416. buffer2[0] = 0x3f;
  417. buffer2[1] = 0x80;
  418. buffer = buffer2;
  419. API.SetMemory(0x2e79c0, buffer);
  420. }
  421. }
  422.  
  423. private void flatCheckBox8_CheckedChanged(object sender)
  424. {
  425. byte[] buffer;
  426. byte[] buffer2;
  427. if (this.flatCheckBox8.get_Checked())
  428. {
  429. buffer2 = new byte[4];
  430. buffer2[0] = 0xc0;
  431. buffer2[1] = 0x20;
  432. buffer = buffer2;
  433. API.SetMemory(0x17d680, buffer);
  434. }
  435. else
  436. {
  437. buffer2 = new byte[4];
  438. buffer2[0] = 0x3f;
  439. buffer2[1] = 0x80;
  440. buffer = buffer2;
  441. API.SetMemory(0x17d680, buffer);
  442. }
  443. }
  444.  
  445. private void flatCheckBox9_CheckedChanged(object sender)
  446. {
  447. byte[] buffer;
  448. if (this.flatCheckBox9.get_Checked())
  449. {
  450. byte[] buffer2 = new byte[4];
  451. buffer2[0] = 0x41;
  452. buffer2[1] = 0x20;
  453. buffer = buffer2;
  454. API.SetMemory(0x3f6b54, buffer);
  455. }
  456. else
  457. {
  458. buffer = new byte[] { 60, 0x23, 0xd7, 10 };
  459. API.SetMemory(0x3f6b54, buffer);
  460. }
  461. }
  462.  
  463. private void flatLabel13_Click(object sender, EventArgs e)
  464. {
  465. }
  466.  
  467. private void Form1_Load(object sender, EventArgs e)
  468. {
  469. MessageBox.Show("Welcome to Destiny Tool by Stunz & Kronoaxis", "Welcome", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
  470. }
  471.  
  472. private void formSkin1_Click(object sender, EventArgs e)
  473. {
  474. }
  475.  
  476. private void InitializeComponent()
  477. {
  478. this.components = new Container();
  479. ComponentResourceManager manager = new ComponentResourceManager(typeof(Form1));
  480. this.formSkin1 = new FormSkin();
  481. this.flatLabel13 = new FlatLabel();
  482. this.flatLabel12 = new FlatLabel();
  483. this.flatLabel11 = new FlatLabel();
  484. this.flatStatusBar1 = new FlatStatusBar();
  485. this.flatClose1 = new FlatClose();
  486. this.flatMax1 = new FlatMax();
  487. this.flatMini1 = new FlatMini();
  488. this.flatTabControl1 = new FlatTabControl();
  489. this.tabPage1 = new TabPage();
  490. this.flatLabel10 = new FlatLabel();
  491. this.flatLabel9 = new FlatLabel();
  492. this.flatLabel8 = new FlatLabel();
  493. this.flatLabel7 = new FlatLabel();
  494. this.flatLabel4 = new FlatLabel();
  495. this.flatLabel6 = new FlatLabel();
  496. this.flatLabel3 = new FlatLabel();
  497. this.flatLabel5 = new FlatLabel();
  498. this.flatLabel2 = new FlatLabel();
  499. this.flatLabel1 = new FlatLabel();
  500. this.flatTextBox1 = new FlatTextBox();
  501. this.radioButton2 = new RadioButton();
  502. this.radioButton1 = new RadioButton();
  503. this.flatButton2 = new FlatButton();
  504. this.flatButton1 = new FlatButton();
  505. this.tabPage2 = new TabPage();
  506. this.flatCheckBox15 = new FlatCheckBox();
  507. this.flatCheckBox14 = new FlatCheckBox();
  508. this.flatCheckBox13 = new FlatCheckBox();
  509. this.flatCheckBox12 = new FlatCheckBox();
  510. this.flatCheckBox11 = new FlatCheckBox();
  511. this.flatCheckBox10 = new FlatCheckBox();
  512. this.flatCheckBox9 = new FlatCheckBox();
  513. this.flatCheckBox8 = new FlatCheckBox();
  514. this.flatCheckBox7 = new FlatCheckBox();
  515. this.flatCheckBox6 = new FlatCheckBox();
  516. this.flatCheckBox5 = new FlatCheckBox();
  517. this.flatCheckBox4 = new FlatCheckBox();
  518. this.flatCheckBox3 = new FlatCheckBox();
  519. this.flatCheckBox2 = new FlatCheckBox();
  520. this.flatCheckBox1 = new FlatCheckBox();
  521. this.tabPage3 = new TabPage();
  522. this.flatLabel14 = new FlatLabel();
  523. this.timer1 = new Timer(this.components);
  524. this.formSkin1.SuspendLayout();
  525. this.flatTabControl1.SuspendLayout();
  526. this.tabPage1.SuspendLayout();
  527. this.tabPage2.SuspendLayout();
  528. this.tabPage3.SuspendLayout();
  529. base.SuspendLayout();
  530. this.formSkin1.BackColor = Color.White;
  531. this.formSkin1.set_BaseColor(Color.FromArgb(60, 70, 0x49));
  532. this.formSkin1.set_BorderColor(Color.FromArgb(0x35, 0x3a, 60));
  533. this.formSkin1.Controls.Add(this.flatLabel13);
  534. this.formSkin1.Controls.Add(this.flatLabel12);
  535. this.formSkin1.Controls.Add(this.flatLabel11);
  536. this.formSkin1.Controls.Add(this.flatStatusBar1);
  537. this.formSkin1.Controls.Add(this.flatClose1);
  538. this.formSkin1.Controls.Add(this.flatMax1);
  539. this.formSkin1.Controls.Add(this.flatMini1);
  540. this.formSkin1.Controls.Add(this.flatTabControl1);
  541. this.formSkin1.Dock = DockStyle.Fill;
  542. this.formSkin1.set_FlatColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  543. this.formSkin1.Font = new Font("Segoe UI", 12f);
  544. this.formSkin1.set_HeaderColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  545. this.formSkin1.set_HeaderMaximize(false);
  546. this.formSkin1.Location = new Point(0, 0);
  547. this.formSkin1.MaximumSize = new Size(0x2b5, 0x16d);
  548. this.formSkin1.Name = "formSkin1";
  549. this.formSkin1.Size = new Size(0x2b5, 0x16d);
  550. this.formSkin1.TabIndex = 0;
  551. this.formSkin1.Text = "Destiny Tool by Stunz & Kronoaxis";
  552. this.formSkin1.Click += new EventHandler(this.formSkin1_Click);
  553. this.flatLabel13.AutoSize = true;
  554. this.flatLabel13.BackColor = Color.Transparent;
  555. this.flatLabel13.Font = new Font("Segoe UI", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  556. this.flatLabel13.ForeColor = Color.White;
  557. this.flatLabel13.Location = new Point(0x12f, 12);
  558. this.flatLabel13.Name = "flatLabel13";
  559. this.flatLabel13.Size = new Size(0x2f, 0x19);
  560. this.flatLabel13.TabIndex = 7;
  561. this.flatLabel13.Text = "text";
  562. this.flatLabel13.Click += new EventHandler(this.flatLabel13_Click);
  563. this.flatLabel12.AutoSize = true;
  564. this.flatLabel12.BackColor = Color.FromArgb(0x2d, 0x2f, 0x31);
  565. this.flatLabel12.Font = new Font("Segoe UI", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
  566. this.flatLabel12.ForeColor = Color.White;
  567. this.flatLabel12.Location = new Point(0x160, 0x157);
  568. this.flatLabel12.Name = "flatLabel12";
  569. this.flatLabel12.Size = new Size(0x10f, 15);
  570. this.flatLabel12.TabIndex = 6;
  571. this.flatLabel12.Text = "Attachment Status: Not Attached ";
  572. this.flatLabel11.AutoSize = true;
  573. this.flatLabel11.BackColor = Color.FromArgb(0x2d, 0x2f, 0x31);
  574. this.flatLabel11.Font = new Font("Segoe UI", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
  575. this.flatLabel11.ForeColor = Color.White;
  576. this.flatLabel11.Location = new Point(0x23, 0x157);
  577. this.flatLabel11.Name = "flatLabel11";
  578. this.flatLabel11.Size = new Size(270, 15);
  579. this.flatLabel11.TabIndex = 5;
  580. this.flatLabel11.Text = "Connection Status: Not Connected ";
  581. this.flatStatusBar1.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  582. this.flatStatusBar1.Dock = DockStyle.Bottom;
  583. this.flatStatusBar1.Font = new Font("Segoe UI", 8f);
  584. this.flatStatusBar1.ForeColor = Color.White;
  585. this.flatStatusBar1.Location = new Point(0, 0x150);
  586. this.flatStatusBar1.Name = "flatStatusBar1";
  587. this.flatStatusBar1.set_RectColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  588. this.flatStatusBar1.set_ShowTimeDate(false);
  589. this.flatStatusBar1.Size = new Size(0x2b5, 0x1d);
  590. this.flatStatusBar1.TabIndex = 4;
  591. this.flatStatusBar1.set_TextColor(Color.White);
  592. this.flatClose1.Anchor = AnchorStyles.Right | AnchorStyles.Top;
  593. this.flatClose1.BackColor = Color.White;
  594. this.flatClose1.set_BaseColor(Color.FromArgb(0xa8, 0x23, 0x23));
  595. this.flatClose1.Font = new Font("Marlett", 10f);
  596. this.flatClose1.Location = new Point(0x297, 12);
  597. this.flatClose1.Name = "flatClose1";
  598. this.flatClose1.Size = new Size(0x12, 0x12);
  599. this.flatClose1.TabIndex = 3;
  600. this.flatClose1.Text = "flatClose1";
  601. this.flatClose1.set_TextColor(Color.FromArgb(0xf3, 0xf3, 0xf3));
  602. this.flatMax1.Anchor = AnchorStyles.Right | AnchorStyles.Top;
  603. this.flatMax1.BackColor = Color.White;
  604. this.flatMax1.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  605. this.flatMax1.Enabled = false;
  606. this.flatMax1.Font = new Font("Marlett", 12f);
  607. this.flatMax1.Location = new Point(0x27d, 12);
  608. this.flatMax1.Name = "flatMax1";
  609. this.flatMax1.Size = new Size(0x12, 0x12);
  610. this.flatMax1.TabIndex = 2;
  611. this.flatMax1.Text = "flatMax1";
  612. this.flatMax1.set_TextColor(Color.FromArgb(0xf3, 0xf3, 0xf3));
  613. this.flatMini1.Anchor = AnchorStyles.Right | AnchorStyles.Top;
  614. this.flatMini1.BackColor = Color.White;
  615. this.flatMini1.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  616. this.flatMini1.Font = new Font("Marlett", 12f);
  617. this.flatMini1.Location = new Point(0x265, 12);
  618. this.flatMini1.Name = "flatMini1";
  619. this.flatMini1.Size = new Size(0x12, 0x12);
  620. this.flatMini1.TabIndex = 1;
  621. this.flatMini1.Text = "flatMini1";
  622. this.flatMini1.set_TextColor(Color.FromArgb(0xf3, 0xf3, 0xf3));
  623. this.flatTabControl1.set_ActiveColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  624. this.flatTabControl1.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  625. this.flatTabControl1.Controls.Add(this.tabPage1);
  626. this.flatTabControl1.Controls.Add(this.tabPage2);
  627. this.flatTabControl1.Controls.Add(this.tabPage3);
  628. this.flatTabControl1.Font = new Font("Segoe UI", 10f);
  629. this.flatTabControl1.ItemSize = new Size(120, 40);
  630. this.flatTabControl1.Location = new Point(3, 50);
  631. this.flatTabControl1.Name = "flatTabControl1";
  632. this.flatTabControl1.SelectedIndex = 0;
  633. this.flatTabControl1.Size = new Size(690, 290);
  634. this.flatTabControl1.SizeMode = TabSizeMode.Fixed;
  635. this.flatTabControl1.TabIndex = 0;
  636. this.tabPage1.BackColor = Color.FromArgb(60, 70, 0x49);
  637. this.tabPage1.Controls.Add(this.flatLabel10);
  638. this.tabPage1.Controls.Add(this.flatLabel9);
  639. this.tabPage1.Controls.Add(this.flatLabel8);
  640. this.tabPage1.Controls.Add(this.flatLabel7);
  641. this.tabPage1.Controls.Add(this.flatLabel4);
  642. this.tabPage1.Controls.Add(this.flatLabel6);
  643. this.tabPage1.Controls.Add(this.flatLabel3);
  644. this.tabPage1.Controls.Add(this.flatLabel5);
  645. this.tabPage1.Controls.Add(this.flatLabel2);
  646. this.tabPage1.Controls.Add(this.flatLabel1);
  647. this.tabPage1.Controls.Add(this.flatTextBox1);
  648. this.tabPage1.Controls.Add(this.radioButton2);
  649. this.tabPage1.Controls.Add(this.radioButton1);
  650. this.tabPage1.Controls.Add(this.flatButton2);
  651. this.tabPage1.Controls.Add(this.flatButton1);
  652. this.tabPage1.Location = new Point(4, 0x2c);
  653. this.tabPage1.Name = "tabPage1";
  654. this.tabPage1.Padding = new Padding(3);
  655. this.tabPage1.Size = new Size(0x2aa, 0xf2);
  656. this.tabPage1.TabIndex = 0;
  657. this.tabPage1.Text = "Connection";
  658. this.flatLabel10.AutoSize = true;
  659. this.flatLabel10.BackColor = Color.Transparent;
  660. this.flatLabel10.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  661. this.flatLabel10.ForeColor = Color.White;
  662. this.flatLabel10.Location = new Point(0x8e, 100);
  663. this.flatLabel10.Name = "flatLabel10";
  664. this.flatLabel10.Size = new Size(14, 0x11);
  665. this.flatLabel10.TabIndex = 0x10;
  666. this.flatLabel10.Text = "?";
  667. this.flatLabel9.AutoSize = true;
  668. this.flatLabel9.BackColor = Color.Transparent;
  669. this.flatLabel9.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  670. this.flatLabel9.ForeColor = Color.White;
  671. this.flatLabel9.Location = new Point(0x8e, 0x84);
  672. this.flatLabel9.Name = "flatLabel9";
  673. this.flatLabel9.Size = new Size(14, 0x11);
  674. this.flatLabel9.TabIndex = 15;
  675. this.flatLabel9.Text = "?";
  676. this.flatLabel8.AutoSize = true;
  677. this.flatLabel8.BackColor = Color.Transparent;
  678. this.flatLabel8.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  679. this.flatLabel8.ForeColor = Color.White;
  680. this.flatLabel8.Location = new Point(0x8e, 0xa4);
  681. this.flatLabel8.Name = "flatLabel8";
  682. this.flatLabel8.Size = new Size(14, 0x11);
  683. this.flatLabel8.TabIndex = 14;
  684. this.flatLabel8.Text = "?";
  685. this.flatLabel7.AutoSize = true;
  686. this.flatLabel7.BackColor = Color.Transparent;
  687. this.flatLabel7.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  688. this.flatLabel7.ForeColor = Color.White;
  689. this.flatLabel7.Location = new Point(0x8e, 0x45);
  690. this.flatLabel7.Name = "flatLabel7";
  691. this.flatLabel7.Size = new Size(14, 0x11);
  692. this.flatLabel7.TabIndex = 13;
  693. this.flatLabel7.Text = "?";
  694. this.flatLabel4.AutoSize = true;
  695. this.flatLabel4.BackColor = Color.Transparent;
  696. this.flatLabel4.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  697. this.flatLabel4.ForeColor = Color.White;
  698. this.flatLabel4.Location = new Point(0x2b, 100);
  699. this.flatLabel4.Name = "flatLabel4";
  700. this.flatLabel4.Size = new Size(0x47, 0x11);
  701. this.flatLabel4.TabIndex = 10;
  702. this.flatLabel4.Text = "RSX Temp";
  703. this.flatLabel6.AutoSize = true;
  704. this.flatLabel6.BackColor = Color.Transparent;
  705. this.flatLabel6.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  706. this.flatLabel6.ForeColor = Color.White;
  707. this.flatLabel6.Location = new Point(0x2b, 0xa4);
  708. this.flatLabel6.Name = "flatLabel6";
  709. this.flatLabel6.Size = new Size(0x4c, 0x11);
  710. this.flatLabel6.TabIndex = 12;
  711. this.flatLabel6.Text = "LVL 2 Type";
  712. this.flatLabel3.AutoSize = true;
  713. this.flatLabel3.BackColor = Color.Transparent;
  714. this.flatLabel3.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  715. this.flatLabel3.ForeColor = Color.White;
  716. this.flatLabel3.Location = new Point(0x2b, 0x45);
  717. this.flatLabel3.Name = "flatLabel3";
  718. this.flatLabel3.Size = new Size(70, 0x11);
  719. this.flatLabel3.TabIndex = 9;
  720. this.flatLabel3.Text = "Cell Temp";
  721. this.flatLabel5.AutoSize = true;
  722. this.flatLabel5.BackColor = Color.Transparent;
  723. this.flatLabel5.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  724. this.flatLabel5.ForeColor = Color.White;
  725. this.flatLabel5.Location = new Point(0x2b, 0x84);
  726. this.flatLabel5.Name = "flatLabel5";
  727. this.flatLabel5.Size = new Size(0x41, 0x11);
  728. this.flatLabel5.TabIndex = 11;
  729. this.flatLabel5.Text = "Firmware";
  730. this.flatLabel2.AutoSize = true;
  731. this.flatLabel2.BackColor = Color.Transparent;
  732. this.flatLabel2.Font = new Font("Segoe UI", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
  733. this.flatLabel2.ForeColor = Color.White;
  734. this.flatLabel2.Location = new Point(0x1b, 0x27);
  735. this.flatLabel2.Name = "flatLabel2";
  736. this.flatLabel2.Size = new Size(0xa7, 0x15);
  737. this.flatLabel2.TabIndex = 8;
  738. this.flatLabel2.Text = "Console Information";
  739. this.flatLabel1.AutoSize = true;
  740. this.flatLabel1.BackColor = Color.Transparent;
  741. this.flatLabel1.Font = new Font("Segoe UI", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  742. this.flatLabel1.ForeColor = Color.White;
  743. this.flatLabel1.Location = new Point(0x1f1, 100);
  744. this.flatLabel1.Name = "flatLabel1";
  745. this.flatLabel1.Size = new Size(0x77, 13);
  746. this.flatLabel1.TabIndex = 7;
  747. this.flatLabel1.Text = "Enter IP Address Here";
  748. this.flatTextBox1.BackColor = Color.Transparent;
  749. this.flatTextBox1.Location = new Point(500, 120);
  750. this.flatTextBox1.set_MaxLength(0x7fff);
  751. this.flatTextBox1.set_Multiline(false);
  752. this.flatTextBox1.Name = "flatTextBox1";
  753. this.flatTextBox1.set_ReadOnly(false);
  754. this.flatTextBox1.Size = new Size(0x66, 0x1d);
  755. this.flatTextBox1.TabIndex = 6;
  756. this.flatTextBox1.set_Text("192.168.1.");
  757. this.flatTextBox1.set_TextAlign(HorizontalAlignment.Left);
  758. this.flatTextBox1.set_TextColor(Color.FromArgb(0xc0, 0xc0, 0xc0));
  759. this.flatTextBox1.set_UseSystemPasswordChar(false);
  760. this.radioButton2.BackColor = Color.FromArgb(60, 70, 0x49);
  761. this.radioButton2.set_Checked(false);
  762. this.radioButton2.Cursor = Cursors.Hand;
  763. this.radioButton2.Font = new Font("Segoe UI", 10f);
  764. this.radioButton2.Location = new Point(0x207, 0x1b);
  765. this.radioButton2.Name = "radioButton2";
  766. this.radioButton2.set_Options(0);
  767. this.radioButton2.Size = new Size(0x33, 0x16);
  768. this.radioButton2.TabIndex = 5;
  769. this.radioButton2.Text = "CEX";
  770. this.radioButton2.add_CheckedChanged(new RadioButton.CheckedChangedEventHandler(this, (IntPtr) this.radioButton2_CheckedChanged));
  771. this.radioButton1.BackColor = Color.FromArgb(60, 70, 0x49);
  772. this.radioButton1.set_Checked(false);
  773. this.radioButton1.Cursor = Cursors.Hand;
  774. this.radioButton1.Font = new Font("Segoe UI", 10f);
  775. this.radioButton1.Location = new Point(0x207, 0x37);
  776. this.radioButton1.Name = "radioButton1";
  777. this.radioButton1.set_Options(0);
  778. this.radioButton1.Size = new Size(0x33, 0x16);
  779. this.radioButton1.TabIndex = 4;
  780. this.radioButton1.Text = "DEX";
  781. this.radioButton1.add_CheckedChanged(new RadioButton.CheckedChangedEventHandler(this, (IntPtr) this.radioButton1_CheckedChanged));
  782. this.flatButton2.BackColor = Color.Transparent;
  783. this.flatButton2.set_BaseColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  784. this.flatButton2.Cursor = Cursors.Hand;
  785. this.flatButton2.Font = new Font("Segoe UI", 12f);
  786. this.flatButton2.Location = new Point(0x240, 0x1b);
  787. this.flatButton2.Name = "flatButton2";
  788. this.flatButton2.set_Rounded(false);
  789. this.flatButton2.Size = new Size(0x48, 50);
  790. this.flatButton2.TabIndex = 1;
  791. this.flatButton2.Text = "Attach";
  792. this.flatButton2.set_TextColor(Color.FromArgb(0xf3, 0xf3, 0xf3));
  793. this.flatButton2.Click += new EventHandler(this.flatButton2_Click);
  794. this.flatButton1.BackColor = Color.Transparent;
  795. this.flatButton1.set_BaseColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  796. this.flatButton1.Cursor = Cursors.Hand;
  797. this.flatButton1.Font = new Font("Segoe UI", 12f);
  798. this.flatButton1.Location = new Point(0x1b7, 0x1b);
  799. this.flatButton1.Name = "flatButton1";
  800. this.flatButton1.set_Rounded(false);
  801. this.flatButton1.Size = new Size(0x48, 50);
  802. this.flatButton1.TabIndex = 0;
  803. this.flatButton1.Text = "Connect";
  804. this.flatButton1.set_TextColor(Color.FromArgb(0xf3, 0xf3, 0xf3));
  805. this.flatButton1.Click += new EventHandler(this.flatButton1_Click);
  806. this.tabPage2.BackColor = Color.FromArgb(60, 70, 0x49);
  807. this.tabPage2.Controls.Add(this.flatCheckBox15);
  808. this.tabPage2.Controls.Add(this.flatCheckBox14);
  809. this.tabPage2.Controls.Add(this.flatCheckBox13);
  810. this.tabPage2.Controls.Add(this.flatCheckBox12);
  811. this.tabPage2.Controls.Add(this.flatCheckBox11);
  812. this.tabPage2.Controls.Add(this.flatCheckBox10);
  813. this.tabPage2.Controls.Add(this.flatCheckBox9);
  814. this.tabPage2.Controls.Add(this.flatCheckBox8);
  815. this.tabPage2.Controls.Add(this.flatCheckBox7);
  816. this.tabPage2.Controls.Add(this.flatCheckBox6);
  817. this.tabPage2.Controls.Add(this.flatCheckBox5);
  818. this.tabPage2.Controls.Add(this.flatCheckBox4);
  819. this.tabPage2.Controls.Add(this.flatCheckBox3);
  820. this.tabPage2.Controls.Add(this.flatCheckBox2);
  821. this.tabPage2.Controls.Add(this.flatCheckBox1);
  822. this.tabPage2.Location = new Point(4, 0x2c);
  823. this.tabPage2.Name = "tabPage2";
  824. this.tabPage2.Padding = new Padding(3);
  825. this.tabPage2.Size = new Size(0x2aa, 0xf2);
  826. this.tabPage2.TabIndex = 1;
  827. this.tabPage2.Text = "Mods";
  828. this.flatCheckBox15.BackColor = Color.FromArgb(60, 70, 0x49);
  829. this.flatCheckBox15.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  830. this.flatCheckBox15.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  831. this.flatCheckBox15.set_Checked(false);
  832. this.flatCheckBox15.Cursor = Cursors.Hand;
  833. this.flatCheckBox15.Font = new Font("Segoe UI", 10f);
  834. this.flatCheckBox15.Location = new Point(0x1dd, 0x1a);
  835. this.flatCheckBox15.Name = "flatCheckBox15";
  836. this.flatCheckBox15.set_Options(0);
  837. this.flatCheckBox15.Size = new Size(0x9e, 0x16);
  838. this.flatCheckBox15.TabIndex = 14;
  839. this.flatCheckBox15.Text = "Call of Duty PC Mode";
  840. this.flatCheckBox15.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox15_CheckedChanged));
  841. this.flatCheckBox14.BackColor = Color.FromArgb(60, 70, 0x49);
  842. this.flatCheckBox14.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  843. this.flatCheckBox14.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  844. this.flatCheckBox14.set_Checked(false);
  845. this.flatCheckBox14.Cursor = Cursors.Hand;
  846. this.flatCheckBox14.Font = new Font("Segoe UI", 10f);
  847. this.flatCheckBox14.Location = new Point(0xd6, 0xc2);
  848. this.flatCheckBox14.Name = "flatCheckBox14";
  849. this.flatCheckBox14.set_Options(0);
  850. this.flatCheckBox14.Size = new Size(0x9e, 0x16);
  851. this.flatCheckBox14.TabIndex = 13;
  852. this.flatCheckBox14.Text = "Distant Vision";
  853. this.flatCheckBox14.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox14_CheckedChanged));
  854. this.flatCheckBox13.BackColor = Color.FromArgb(60, 70, 0x49);
  855. this.flatCheckBox13.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  856. this.flatCheckBox13.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  857. this.flatCheckBox13.set_Checked(false);
  858. this.flatCheckBox13.Cursor = Cursors.Hand;
  859. this.flatCheckBox13.Font = new Font("Segoe UI", 10f);
  860. this.flatCheckBox13.Location = new Point(0xd6, 0xa6);
  861. this.flatCheckBox13.Name = "flatCheckBox13";
  862. this.flatCheckBox13.set_Options(0);
  863. this.flatCheckBox13.Size = new Size(0x9e, 0x16);
  864. this.flatCheckBox13.TabIndex = 12;
  865. this.flatCheckBox13.Text = "Enemies Do Not Attack";
  866. this.flatCheckBox13.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox13_CheckedChanged));
  867. this.flatCheckBox12.BackColor = Color.FromArgb(60, 70, 0x49);
  868. this.flatCheckBox12.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  869. this.flatCheckBox12.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  870. this.flatCheckBox12.set_Checked(false);
  871. this.flatCheckBox12.Cursor = Cursors.Hand;
  872. this.flatCheckBox12.Font = new Font("Segoe UI", 10f);
  873. this.flatCheckBox12.Location = new Point(0xd6, 0x8a);
  874. this.flatCheckBox12.Name = "flatCheckBox12";
  875. this.flatCheckBox12.set_Options(0);
  876. this.flatCheckBox12.Size = new Size(0x84, 0x16);
  877. this.flatCheckBox12.TabIndex = 11;
  878. this.flatCheckBox12.Text = "Flipped View";
  879. this.flatCheckBox12.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox12_CheckedChanged));
  880. this.flatCheckBox11.BackColor = Color.FromArgb(60, 70, 0x49);
  881. this.flatCheckBox11.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  882. this.flatCheckBox11.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  883. this.flatCheckBox11.set_Checked(false);
  884. this.flatCheckBox11.Cursor = Cursors.Hand;
  885. this.flatCheckBox11.Font = new Font("Segoe UI", 10f);
  886. this.flatCheckBox11.Location = new Point(0xd6, 110);
  887. this.flatCheckBox11.Name = "flatCheckBox11";
  888. this.flatCheckBox11.set_Options(0);
  889. this.flatCheckBox11.Size = new Size(0x84, 0x16);
  890. this.flatCheckBox11.TabIndex = 10;
  891. this.flatCheckBox11.Text = "Blurred Vision 1.0";
  892. this.flatCheckBox11.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox11_CheckedChanged));
  893. this.flatCheckBox10.BackColor = Color.FromArgb(60, 70, 0x49);
  894. this.flatCheckBox10.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  895. this.flatCheckBox10.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  896. this.flatCheckBox10.set_Checked(false);
  897. this.flatCheckBox10.Cursor = Cursors.Hand;
  898. this.flatCheckBox10.Font = new Font("Segoe UI", 10f);
  899. this.flatCheckBox10.Location = new Point(0xd6, 0x52);
  900. this.flatCheckBox10.Name = "flatCheckBox10";
  901. this.flatCheckBox10.set_Options(0);
  902. this.flatCheckBox10.Size = new Size(0x70, 0x16);
  903. this.flatCheckBox10.TabIndex = 9;
  904. this.flatCheckBox10.Text = "PvP God Mode";
  905. this.flatCheckBox10.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox10_CheckedChanged));
  906. this.flatCheckBox9.BackColor = Color.FromArgb(60, 70, 0x49);
  907. this.flatCheckBox9.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  908. this.flatCheckBox9.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  909. this.flatCheckBox9.set_Checked(false);
  910. this.flatCheckBox9.Cursor = Cursors.Hand;
  911. this.flatCheckBox9.Font = new Font("Segoe UI", 10f);
  912. this.flatCheckBox9.Location = new Point(0x16, 0xc2);
  913. this.flatCheckBox9.Name = "flatCheckBox9";
  914. this.flatCheckBox9.set_Options(0);
  915. this.flatCheckBox9.Size = new Size(0x70, 0x16);
  916. this.flatCheckBox9.TabIndex = 8;
  917. this.flatCheckBox9.Text = "Head Shot Kill";
  918. this.flatCheckBox9.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox9_CheckedChanged));
  919. this.flatCheckBox8.BackColor = Color.FromArgb(60, 70, 0x49);
  920. this.flatCheckBox8.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  921. this.flatCheckBox8.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  922. this.flatCheckBox8.set_Checked(false);
  923. this.flatCheckBox8.Cursor = Cursors.Hand;
  924. this.flatCheckBox8.Font = new Font("Segoe UI", 10f);
  925. this.flatCheckBox8.Location = new Point(0x16, 0xa6);
  926. this.flatCheckBox8.Name = "flatCheckBox8";
  927. this.flatCheckBox8.set_Options(0);
  928. this.flatCheckBox8.Size = new Size(0x70, 0x16);
  929. this.flatCheckBox8.TabIndex = 7;
  930. this.flatCheckBox8.Text = "Immunity";
  931. this.flatCheckBox8.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox8_CheckedChanged));
  932. this.flatCheckBox7.BackColor = Color.FromArgb(60, 70, 0x49);
  933. this.flatCheckBox7.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  934. this.flatCheckBox7.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  935. this.flatCheckBox7.set_Checked(false);
  936. this.flatCheckBox7.Cursor = Cursors.Hand;
  937. this.flatCheckBox7.Font = new Font("Segoe UI", 10f);
  938. this.flatCheckBox7.Location = new Point(0x16, 0x8a);
  939. this.flatCheckBox7.Name = "flatCheckBox7";
  940. this.flatCheckBox7.set_Options(0);
  941. this.flatCheckBox7.Size = new Size(0x70, 0x16);
  942. this.flatCheckBox7.TabIndex = 6;
  943. this.flatCheckBox7.Text = "Firespeed";
  944. this.flatCheckBox7.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox7_CheckedChanged));
  945. this.flatCheckBox6.BackColor = Color.FromArgb(60, 70, 0x49);
  946. this.flatCheckBox6.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  947. this.flatCheckBox6.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  948. this.flatCheckBox6.set_Checked(false);
  949. this.flatCheckBox6.Cursor = Cursors.Hand;
  950. this.flatCheckBox6.Font = new Font("Segoe UI", 10f);
  951. this.flatCheckBox6.Location = new Point(0xd6, 0x36);
  952. this.flatCheckBox6.Name = "flatCheckBox6";
  953. this.flatCheckBox6.set_Options(0);
  954. this.flatCheckBox6.Size = new Size(0xae, 0x16);
  955. this.flatCheckBox6.TabIndex = 5;
  956. this.flatCheckBox6.Text = "Crosshair Shotgun Reticle";
  957. this.flatCheckBox6.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox6_CheckedChanged));
  958. this.flatCheckBox5.BackColor = Color.FromArgb(60, 70, 0x49);
  959. this.flatCheckBox5.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  960. this.flatCheckBox5.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  961. this.flatCheckBox5.set_Checked(false);
  962. this.flatCheckBox5.Cursor = Cursors.Hand;
  963. this.flatCheckBox5.Font = new Font("Segoe UI", 10f);
  964. this.flatCheckBox5.Location = new Point(0x16, 110);
  965. this.flatCheckBox5.Name = "flatCheckBox5";
  966. this.flatCheckBox5.set_Options(0);
  967. this.flatCheckBox5.Size = new Size(0x70, 0x16);
  968. this.flatCheckBox5.TabIndex = 4;
  969. this.flatCheckBox5.Text = "Crosshair";
  970. this.flatCheckBox5.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox5_CheckedChanged));
  971. this.flatCheckBox4.BackColor = Color.FromArgb(60, 70, 0x49);
  972. this.flatCheckBox4.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  973. this.flatCheckBox4.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  974. this.flatCheckBox4.set_Checked(false);
  975. this.flatCheckBox4.Cursor = Cursors.Hand;
  976. this.flatCheckBox4.Font = new Font("Segoe UI", 10f);
  977. this.flatCheckBox4.Location = new Point(0x16, 0x52);
  978. this.flatCheckBox4.Name = "flatCheckBox4";
  979. this.flatCheckBox4.set_Options(0);
  980. this.flatCheckBox4.Size = new Size(0x70, 0x16);
  981. this.flatCheckBox4.TabIndex = 3;
  982. this.flatCheckBox4.Text = "PvE God Mode";
  983. this.flatCheckBox4.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox4_CheckedChanged));
  984. this.flatCheckBox3.BackColor = Color.FromArgb(60, 70, 0x49);
  985. this.flatCheckBox3.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  986. this.flatCheckBox3.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  987. this.flatCheckBox3.set_Checked(false);
  988. this.flatCheckBox3.Cursor = Cursors.Hand;
  989. this.flatCheckBox3.Font = new Font("Segoe UI", 10f);
  990. this.flatCheckBox3.Location = new Point(0xd6, 0x1a);
  991. this.flatCheckBox3.Name = "flatCheckBox3";
  992. this.flatCheckBox3.set_Options(0);
  993. this.flatCheckBox3.Size = new Size(0xac, 0x16);
  994. this.flatCheckBox3.TabIndex = 2;
  995. this.flatCheckBox3.Text = "Inf Super Bomb/Inf Nade";
  996. this.flatCheckBox3.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox3_CheckedChanged));
  997. this.flatCheckBox2.BackColor = Color.FromArgb(60, 70, 0x49);
  998. this.flatCheckBox2.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  999. this.flatCheckBox2.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  1000. this.flatCheckBox2.set_Checked(false);
  1001. this.flatCheckBox2.Cursor = Cursors.Hand;
  1002. this.flatCheckBox2.Font = new Font("Segoe UI", 10f);
  1003. this.flatCheckBox2.Location = new Point(0x16, 0x36);
  1004. this.flatCheckBox2.Name = "flatCheckBox2";
  1005. this.flatCheckBox2.set_Options(0);
  1006. this.flatCheckBox2.Size = new Size(0x7f, 0x16);
  1007. this.flatCheckBox2.TabIndex = 1;
  1008. this.flatCheckBox2.Text = "Damage Modifier";
  1009. this.flatCheckBox2.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox2_CheckedChanged));
  1010. this.flatCheckBox1.BackColor = Color.FromArgb(60, 70, 0x49);
  1011. this.flatCheckBox1.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
  1012. this.flatCheckBox1.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
  1013. this.flatCheckBox1.set_Checked(false);
  1014. this.flatCheckBox1.Cursor = Cursors.Hand;
  1015. this.flatCheckBox1.Font = new Font("Segoe UI", 10f);
  1016. this.flatCheckBox1.Location = new Point(0x16, 0x1a);
  1017. this.flatCheckBox1.Name = "flatCheckBox1";
  1018. this.flatCheckBox1.set_Options(0);
  1019. this.flatCheckBox1.Size = new Size(0x70, 0x16);
  1020. this.flatCheckBox1.TabIndex = 0;
  1021. this.flatCheckBox1.Text = "No Recoil";
  1022. this.flatCheckBox1.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox1_CheckedChanged));
  1023. this.tabPage3.BackColor = Color.FromArgb(60, 70, 0x49);
  1024. this.tabPage3.Controls.Add(this.flatLabel14);
  1025. this.tabPage3.Location = new Point(4, 0x2c);
  1026. this.tabPage3.Name = "tabPage3";
  1027. this.tabPage3.Size = new Size(0x2aa, 0xf2);
  1028. this.tabPage3.TabIndex = 2;
  1029. this.tabPage3.Text = "Credits";
  1030. this.flatLabel14.AutoSize = true;
  1031. this.flatLabel14.BackColor = Color.Transparent;
  1032. this.flatLabel14.Font = new Font("Trebuchet MS", 12f, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Point, 0);
  1033. this.flatLabel14.ForeColor = Color.White;
  1034. this.flatLabel14.Location = new Point(0x49, 0x1a);
  1035. this.flatLabel14.Name = "flatLabel14";
  1036. this.flatLabel14.Size = new Size(0x1ec, 0xc6);
  1037. this.flatLabel14.TabIndex = 0;
  1038. this.flatLabel14.Text = "Destiny Tool by Stunz And Kronoaxis\r\n\r\n~ Credits List \r\n\r\nKronoaxis - Offsets\r\nStunz - Programming The Tool\r\nCain532 - Big Help Contributed while helping me make this tool\r\nEddie_MAC\r\nCyb3r";
  1039. this.timer1.Tick += new EventHandler(this.timer1_Tick);
  1040. base.AutoScaleDimensions = new SizeF(6f, 13f);
  1041. base.AutoScaleMode = AutoScaleMode.Font;
  1042. base.ClientSize = new Size(0x2b5, 0x16d);
  1043. base.Controls.Add(this.formSkin1);
  1044. base.FormBorderStyle = FormBorderStyle.None;
  1045. base.Icon = (Icon) manager.GetObject("$this.Icon");
  1046. base.Name = "Form1";
  1047. base.StartPosition = FormStartPosition.CenterScreen;
  1048. this.Text = "Destiny Tool by Stunz & Kronoaxis";
  1049. base.TransparencyKey = Color.Fuchsia;
  1050. base.Load += new EventHandler(this.Form1_Load);
  1051. this.formSkin1.ResumeLayout(false);
  1052. this.formSkin1.PerformLayout();
  1053. this.flatTabControl1.ResumeLayout(false);
  1054. this.tabPage1.ResumeLayout(false);
  1055. this.tabPage1.PerformLayout();
  1056. this.tabPage2.ResumeLayout(false);
  1057. this.tabPage3.ResumeLayout(false);
  1058. this.tabPage3.PerformLayout();
  1059. base.ResumeLayout(false);
  1060. }
  1061.  
  1062. private void radioButton1_CheckedChanged(object sender)
  1063. {
  1064. API.ChangeAPI(1);
  1065. }
  1066.  
  1067. private void radioButton2_CheckedChanged(object sender)
  1068. {
  1069. API.ChangeAPI(0);
  1070. }
  1071.  
  1072. private void timer1_Tick(object sender, EventArgs e)
  1073. {
  1074. Random random = new Random();
  1075. int alpha = random.Next(0, 0xff);
  1076. int red = random.Next(0, 0xff);
  1077. int green = random.Next(0, 0xff);
  1078. int blue = random.Next(0, 0xff);
  1079. this.flatLabel13.ForeColor = Color.FromArgb(alpha, red, green, blue);
  1080. }
  1081. }
  1082. }
Advertisement
Add Comment
Please, Sign In to add comment