Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace Destiny_Tool___Stunz
- {
- using PS3Lib;
- using System;
- using System.ComponentModel;
- using System.Drawing;
- using System.IO;
- using System.Windows.Forms;
- using theme;
- public class Form1 : Form
- {
- public static PS3API API = new PS3API(1);
- private PS3Lib.CCAPI CCAPI = new PS3Lib.CCAPI();
- public static int color = 0;
- private IContainer components = null;
- private FlatButton flatButton1;
- private FlatButton flatButton2;
- private FlatCheckBox flatCheckBox1;
- private FlatCheckBox flatCheckBox10;
- private FlatCheckBox flatCheckBox11;
- private FlatCheckBox flatCheckBox12;
- private FlatCheckBox flatCheckBox13;
- private FlatCheckBox flatCheckBox14;
- private FlatCheckBox flatCheckBox15;
- private FlatCheckBox flatCheckBox2;
- private FlatCheckBox flatCheckBox3;
- private FlatCheckBox flatCheckBox4;
- private FlatCheckBox flatCheckBox5;
- private FlatCheckBox flatCheckBox6;
- private FlatCheckBox flatCheckBox7;
- private FlatCheckBox flatCheckBox8;
- private FlatCheckBox flatCheckBox9;
- private FlatClose flatClose1;
- private FlatLabel flatLabel1;
- private FlatLabel flatLabel10;
- private FlatLabel flatLabel11;
- private FlatLabel flatLabel12;
- private FlatLabel flatLabel13;
- private FlatLabel flatLabel14;
- private FlatLabel flatLabel2;
- private FlatLabel flatLabel3;
- private FlatLabel flatLabel4;
- private FlatLabel flatLabel5;
- private FlatLabel flatLabel6;
- private FlatLabel flatLabel7;
- private FlatLabel flatLabel8;
- private FlatLabel flatLabel9;
- private FlatMax flatMax1;
- private FlatMini flatMini1;
- private FlatStatusBar flatStatusBar1;
- private FlatTabControl flatTabControl1;
- private FlatTextBox flatTextBox1;
- private FormSkin formSkin1;
- public static int HostClientNumber = 0;
- public static uint HostClientNumber1 = 0;
- public static string MemStatus;
- public static uint ProcessID;
- public static uint[] processIDs;
- public static PS3API PS3 = new PS3API(1);
- private PS3Lib.CCAPI PS3x = new PS3Lib.CCAPI();
- private RadioButton radioButton1;
- private RadioButton radioButton2;
- private Random rand = new Random();
- public static string Status;
- private TabPage tabPage1;
- private TabPage tabPage2;
- private TabPage tabPage3;
- private Timer timer1;
- public readonly string Version = "1.0.0.0";
- public Form1()
- {
- this.InitializeComponent();
- this.flatLabel13.Text = "";
- }
- public static string ClientNames(uint client)
- {
- return API.get_Extension().ReadString(0x178646c + (client * 0x5808));
- }
- public static string ClientNamesZOM(uint client)
- {
- return API.get_Extension().ReadString(0x178646c + (client * 0x5808));
- }
- protected override void Dispose(bool disposing)
- {
- if (disposing && (this.components != null))
- {
- this.components.Dispose();
- }
- base.Dispose(disposing);
- }
- private void flatButton1_Click(object sender, EventArgs e)
- {
- try
- {
- API.ConnectTarget(this.flatTextBox1.get_Text());
- if (API.GetCurrentAPI() == 0)
- {
- API.get_CCAPI().ClearTargetInfo();
- API.ConnectTarget(this.flatTextBox1.get_Text());
- this.timer1.Start();
- this.flatLabel7.Text = API.get_CCAPI().GetTemperatureCELL();
- this.flatLabel10.Text = API.get_CCAPI().GetTemperatureRSX();
- this.flatLabel9.Text = this.CCAPI.GetFirmwareVersion();
- this.flatLabel8.Text = this.CCAPI.GetFirmwareType();
- }
- else
- {
- this.flatLabel3.Text = "?";
- this.flatLabel4.Text = "?";
- this.flatLabel5.Text = "?";
- this.flatLabel6.Text = "?";
- }
- if (this.flatLabel7.Text == "0 C")
- {
- this.flatLabel3.Text = "?";
- this.flatLabel4.Text = "?";
- this.flatLabel5.Text = "?";
- this.flatLabel6.Text = "?";
- this.flatTextBox1.Enabled = true;
- this.flatLabel13.Text = "";
- this.flatLabel11.ForeColor = Color.Red;
- this.flatLabel11.Text = "Connection Status: Unable To Connect! ";
- MessageBox.Show("Cannot Connect. Please Check Your IP", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Hand);
- }
- else
- {
- this.flatLabel11.ForeColor = Color.Green;
- this.flatLabel11.Text = "Connection Status: Connected ";
- API.get_CCAPI().Notify(2, "Connected! Please attach tool!");
- API.get_CCAPI().RingBuzzer(1);
- MessageBox.Show("Tool is now Connected please attach", "Connection Status!", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
- this.flatButton2.Enabled = true;
- File.WriteAllText(@"%UserProfile%\Documents\IP.txt", this.flatTextBox1.get_Text());
- }
- }
- catch
- {
- }
- }
- private void flatButton2_Click(object sender, EventArgs e)
- {
- try
- {
- API.AttachProcess();
- this.flatLabel12.ForeColor = Color.Green;
- this.flatLabel12.Text = "Attachment Status: Attached ";
- API.get_CCAPI().Notify(15, "Attached, Enjoy your time!");
- API.get_CCAPI().RingBuzzer(2);
- MessageBox.Show("Tool is now attached", "Attachment Status!", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
- string str = PS3.get_Extension().ReadString(0x1a42b70);
- this.flatLabel13.Text = string.Format("Welcome: {0}", str);
- PS3.get_Extension().ReadString(0x1adea50);
- this.flatLabel13.Text = string.Format("Welcome: {0}", str);
- PS3.get_Extension().ReadString(0x1944b60);
- this.flatLabel13.Text = string.Format("Welcome: {0}", str);
- }
- catch
- {
- this.flatLabel13.Text = "";
- this.flatLabel12.ForeColor = Color.Red;
- this.flatLabel12.Text = "Attachment Status: Unable To Attach Game Process!";
- MessageBox.Show("Cannot Attach!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand);
- }
- }
- private void flatButton3_Click(object sender, EventArgs e)
- {
- 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);
- }
- private void flatCheckBox1_CheckedChanged(object sender)
- {
- byte[] buffer;
- byte[] buffer2;
- if (this.flatCheckBox1.get_Checked())
- {
- buffer2 = new byte[4];
- buffer = buffer2;
- API.SetMemory(0x2ee0b4, buffer);
- }
- else
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x3f;
- buffer2[1] = 0x80;
- buffer = buffer2;
- API.SetMemory(0x2ee0b4, buffer);
- }
- }
- private void flatCheckBox10_CheckedChanged(object sender)
- {
- byte[] buffer;
- if (this.flatCheckBox10.get_Checked())
- {
- buffer = new byte[] { 60, 0x60, 0x41, 0x20 };
- API.SetMemory(0x3ee830, buffer);
- }
- else
- {
- buffer = new byte[] { 0x38, 0x67, 0xb9, 0xb0 };
- API.SetMemory(0x3ee830, buffer);
- }
- }
- private void flatCheckBox11_CheckedChanged(object sender)
- {
- byte[] buffer;
- if (this.flatCheckBox11.get_Checked())
- {
- buffer = new byte[] { 0x40, 160, 160, 0 };
- API.SetMemory(0x58311c, buffer);
- }
- else
- {
- buffer = new byte[4];
- API.SetMemory(0x58311c, buffer);
- }
- }
- private void flatCheckBox12_CheckedChanged(object sender)
- {
- byte[] buffer;
- byte[] buffer2;
- if (this.flatCheckBox12.get_Checked())
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x40;
- buffer2[1] = 160;
- buffer = buffer2;
- API.SetMemory(0x57fd40, buffer);
- }
- else
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x3f;
- buffer = buffer2;
- API.SetMemory(0x57fd40, buffer);
- }
- }
- private void flatCheckBox13_CheckedChanged(object sender)
- {
- byte[] buffer;
- byte[] buffer2;
- if (this.flatCheckBox13.get_Checked())
- {
- buffer2 = new byte[4];
- buffer = buffer2;
- API.SetMemory(0x4ab6e0, buffer);
- }
- else
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x3f;
- buffer2[1] = 0x80;
- buffer = buffer2;
- API.SetMemory(0x4ab6e0, buffer);
- }
- }
- private void flatCheckBox14_CheckedChanged(object sender)
- {
- byte[] buffer;
- byte[] buffer2;
- if (this.flatCheckBox14.get_Checked())
- {
- buffer2 = new byte[4];
- buffer = buffer2;
- API.SetMemory(0x671e30, buffer);
- }
- else
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x3f;
- buffer2[1] = 0x80;
- buffer = buffer2;
- API.SetMemory(0x671e30, buffer);
- }
- }
- private void flatCheckBox15_CheckedChanged(object sender)
- {
- byte[] buffer;
- byte[] buffer2;
- if (this.flatCheckBox15.get_Checked())
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x41;
- buffer2[1] = 0x20;
- buffer = buffer2;
- API.SetMemory(0x17b3388, buffer);
- }
- else
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x3f;
- buffer = buffer2;
- API.SetMemory(0x17b3388, buffer);
- }
- }
- private void flatCheckBox2_CheckedChanged(object sender)
- {
- byte[] buffer;
- if (this.flatCheckBox2.get_Checked())
- {
- buffer = new byte[] { 60, 0x60, 0x44, 0x7a };
- API.SetMemory(0x3f31b0, buffer);
- }
- else
- {
- buffer = new byte[] { 60, 0x60, 0x3f, 0x80 };
- API.SetMemory(0x3f31b0, buffer);
- }
- }
- private void flatCheckBox3_CheckedChanged(object sender)
- {
- byte[] buffer;
- if (this.flatCheckBox3.get_Checked())
- {
- byte[] buffer2 = new byte[4];
- buffer2[0] = 0xc3;
- buffer2[1] = 0xdd;
- buffer = buffer2;
- API.SetMemory(0x2acbf8, buffer);
- }
- else
- {
- buffer = new byte[] { 0xc3, 0xdd, 0, 4 };
- API.SetMemory(0x2acbf8, buffer);
- }
- }
- private void flatCheckBox4_CheckedChanged(object sender)
- {
- byte[] buffer;
- if (this.flatCheckBox4.get_Checked())
- {
- byte[] buffer2 = new byte[4];
- buffer2[0] = 0x60;
- buffer = buffer2;
- API.SetMemory(0x3f85dc, buffer);
- 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);
- }
- else
- {
- buffer = new byte[] { 0x41, 130, 2, 20 };
- API.SetMemory(0x3f85dc, buffer);
- }
- }
- private void flatCheckBox5_CheckedChanged(object sender)
- {
- byte[] buffer;
- byte[] buffer2;
- if (this.flatCheckBox5.get_Checked())
- {
- buffer2 = new byte[4];
- buffer = buffer2;
- API.SetMemory(0x2eb3b8, buffer);
- }
- else
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x3f;
- buffer2[1] = 0x80;
- buffer = buffer2;
- API.SetMemory(0x2eb3b8, buffer);
- }
- }
- private void flatCheckBox6_CheckedChanged(object sender)
- {
- byte[] buffer;
- byte[] buffer2;
- if (this.flatCheckBox6.get_Checked())
- {
- buffer2 = new byte[4];
- buffer = buffer2;
- API.SetMemory(0x2e59a0, buffer);
- }
- else
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x3f;
- buffer2[1] = 0x80;
- buffer = buffer2;
- API.SetMemory(0x2e59a0, buffer);
- }
- }
- private void flatCheckBox7_CheckedChanged(object sender)
- {
- byte[] buffer;
- byte[] buffer2;
- if (this.flatCheckBox7.get_Checked())
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x40;
- buffer2[1] = 0x80;
- buffer = buffer2;
- API.SetMemory(0x2e79c0, buffer);
- }
- else
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x3f;
- buffer2[1] = 0x80;
- buffer = buffer2;
- API.SetMemory(0x2e79c0, buffer);
- }
- }
- private void flatCheckBox8_CheckedChanged(object sender)
- {
- byte[] buffer;
- byte[] buffer2;
- if (this.flatCheckBox8.get_Checked())
- {
- buffer2 = new byte[4];
- buffer2[0] = 0xc0;
- buffer2[1] = 0x20;
- buffer = buffer2;
- API.SetMemory(0x17d680, buffer);
- }
- else
- {
- buffer2 = new byte[4];
- buffer2[0] = 0x3f;
- buffer2[1] = 0x80;
- buffer = buffer2;
- API.SetMemory(0x17d680, buffer);
- }
- }
- private void flatCheckBox9_CheckedChanged(object sender)
- {
- byte[] buffer;
- if (this.flatCheckBox9.get_Checked())
- {
- byte[] buffer2 = new byte[4];
- buffer2[0] = 0x41;
- buffer2[1] = 0x20;
- buffer = buffer2;
- API.SetMemory(0x3f6b54, buffer);
- }
- else
- {
- buffer = new byte[] { 60, 0x23, 0xd7, 10 };
- API.SetMemory(0x3f6b54, buffer);
- }
- }
- private void flatLabel13_Click(object sender, EventArgs e)
- {
- }
- private void Form1_Load(object sender, EventArgs e)
- {
- MessageBox.Show("Welcome to Destiny Tool by Stunz & Kronoaxis", "Welcome", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
- }
- private void formSkin1_Click(object sender, EventArgs e)
- {
- }
- private void InitializeComponent()
- {
- this.components = new Container();
- ComponentResourceManager manager = new ComponentResourceManager(typeof(Form1));
- this.formSkin1 = new FormSkin();
- this.flatLabel13 = new FlatLabel();
- this.flatLabel12 = new FlatLabel();
- this.flatLabel11 = new FlatLabel();
- this.flatStatusBar1 = new FlatStatusBar();
- this.flatClose1 = new FlatClose();
- this.flatMax1 = new FlatMax();
- this.flatMini1 = new FlatMini();
- this.flatTabControl1 = new FlatTabControl();
- this.tabPage1 = new TabPage();
- this.flatLabel10 = new FlatLabel();
- this.flatLabel9 = new FlatLabel();
- this.flatLabel8 = new FlatLabel();
- this.flatLabel7 = new FlatLabel();
- this.flatLabel4 = new FlatLabel();
- this.flatLabel6 = new FlatLabel();
- this.flatLabel3 = new FlatLabel();
- this.flatLabel5 = new FlatLabel();
- this.flatLabel2 = new FlatLabel();
- this.flatLabel1 = new FlatLabel();
- this.flatTextBox1 = new FlatTextBox();
- this.radioButton2 = new RadioButton();
- this.radioButton1 = new RadioButton();
- this.flatButton2 = new FlatButton();
- this.flatButton1 = new FlatButton();
- this.tabPage2 = new TabPage();
- this.flatCheckBox15 = new FlatCheckBox();
- this.flatCheckBox14 = new FlatCheckBox();
- this.flatCheckBox13 = new FlatCheckBox();
- this.flatCheckBox12 = new FlatCheckBox();
- this.flatCheckBox11 = new FlatCheckBox();
- this.flatCheckBox10 = new FlatCheckBox();
- this.flatCheckBox9 = new FlatCheckBox();
- this.flatCheckBox8 = new FlatCheckBox();
- this.flatCheckBox7 = new FlatCheckBox();
- this.flatCheckBox6 = new FlatCheckBox();
- this.flatCheckBox5 = new FlatCheckBox();
- this.flatCheckBox4 = new FlatCheckBox();
- this.flatCheckBox3 = new FlatCheckBox();
- this.flatCheckBox2 = new FlatCheckBox();
- this.flatCheckBox1 = new FlatCheckBox();
- this.tabPage3 = new TabPage();
- this.flatLabel14 = new FlatLabel();
- this.timer1 = new Timer(this.components);
- this.formSkin1.SuspendLayout();
- this.flatTabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- base.SuspendLayout();
- this.formSkin1.BackColor = Color.White;
- this.formSkin1.set_BaseColor(Color.FromArgb(60, 70, 0x49));
- this.formSkin1.set_BorderColor(Color.FromArgb(0x35, 0x3a, 60));
- this.formSkin1.Controls.Add(this.flatLabel13);
- this.formSkin1.Controls.Add(this.flatLabel12);
- this.formSkin1.Controls.Add(this.flatLabel11);
- this.formSkin1.Controls.Add(this.flatStatusBar1);
- this.formSkin1.Controls.Add(this.flatClose1);
- this.formSkin1.Controls.Add(this.flatMax1);
- this.formSkin1.Controls.Add(this.flatMini1);
- this.formSkin1.Controls.Add(this.flatTabControl1);
- this.formSkin1.Dock = DockStyle.Fill;
- this.formSkin1.set_FlatColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.formSkin1.Font = new Font("Segoe UI", 12f);
- this.formSkin1.set_HeaderColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.formSkin1.set_HeaderMaximize(false);
- this.formSkin1.Location = new Point(0, 0);
- this.formSkin1.MaximumSize = new Size(0x2b5, 0x16d);
- this.formSkin1.Name = "formSkin1";
- this.formSkin1.Size = new Size(0x2b5, 0x16d);
- this.formSkin1.TabIndex = 0;
- this.formSkin1.Text = "Destiny Tool by Stunz & Kronoaxis";
- this.formSkin1.Click += new EventHandler(this.formSkin1_Click);
- this.flatLabel13.AutoSize = true;
- this.flatLabel13.BackColor = Color.Transparent;
- this.flatLabel13.Font = new Font("Segoe UI", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel13.ForeColor = Color.White;
- this.flatLabel13.Location = new Point(0x12f, 12);
- this.flatLabel13.Name = "flatLabel13";
- this.flatLabel13.Size = new Size(0x2f, 0x19);
- this.flatLabel13.TabIndex = 7;
- this.flatLabel13.Text = "text";
- this.flatLabel13.Click += new EventHandler(this.flatLabel13_Click);
- this.flatLabel12.AutoSize = true;
- this.flatLabel12.BackColor = Color.FromArgb(0x2d, 0x2f, 0x31);
- this.flatLabel12.Font = new Font("Segoe UI", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel12.ForeColor = Color.White;
- this.flatLabel12.Location = new Point(0x160, 0x157);
- this.flatLabel12.Name = "flatLabel12";
- this.flatLabel12.Size = new Size(0x10f, 15);
- this.flatLabel12.TabIndex = 6;
- this.flatLabel12.Text = "Attachment Status: Not Attached ";
- this.flatLabel11.AutoSize = true;
- this.flatLabel11.BackColor = Color.FromArgb(0x2d, 0x2f, 0x31);
- this.flatLabel11.Font = new Font("Segoe UI", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel11.ForeColor = Color.White;
- this.flatLabel11.Location = new Point(0x23, 0x157);
- this.flatLabel11.Name = "flatLabel11";
- this.flatLabel11.Size = new Size(270, 15);
- this.flatLabel11.TabIndex = 5;
- this.flatLabel11.Text = "Connection Status: Not Connected ";
- this.flatStatusBar1.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatStatusBar1.Dock = DockStyle.Bottom;
- this.flatStatusBar1.Font = new Font("Segoe UI", 8f);
- this.flatStatusBar1.ForeColor = Color.White;
- this.flatStatusBar1.Location = new Point(0, 0x150);
- this.flatStatusBar1.Name = "flatStatusBar1";
- this.flatStatusBar1.set_RectColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatStatusBar1.set_ShowTimeDate(false);
- this.flatStatusBar1.Size = new Size(0x2b5, 0x1d);
- this.flatStatusBar1.TabIndex = 4;
- this.flatStatusBar1.set_TextColor(Color.White);
- this.flatClose1.Anchor = AnchorStyles.Right | AnchorStyles.Top;
- this.flatClose1.BackColor = Color.White;
- this.flatClose1.set_BaseColor(Color.FromArgb(0xa8, 0x23, 0x23));
- this.flatClose1.Font = new Font("Marlett", 10f);
- this.flatClose1.Location = new Point(0x297, 12);
- this.flatClose1.Name = "flatClose1";
- this.flatClose1.Size = new Size(0x12, 0x12);
- this.flatClose1.TabIndex = 3;
- this.flatClose1.Text = "flatClose1";
- this.flatClose1.set_TextColor(Color.FromArgb(0xf3, 0xf3, 0xf3));
- this.flatMax1.Anchor = AnchorStyles.Right | AnchorStyles.Top;
- this.flatMax1.BackColor = Color.White;
- this.flatMax1.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatMax1.Enabled = false;
- this.flatMax1.Font = new Font("Marlett", 12f);
- this.flatMax1.Location = new Point(0x27d, 12);
- this.flatMax1.Name = "flatMax1";
- this.flatMax1.Size = new Size(0x12, 0x12);
- this.flatMax1.TabIndex = 2;
- this.flatMax1.Text = "flatMax1";
- this.flatMax1.set_TextColor(Color.FromArgb(0xf3, 0xf3, 0xf3));
- this.flatMini1.Anchor = AnchorStyles.Right | AnchorStyles.Top;
- this.flatMini1.BackColor = Color.White;
- this.flatMini1.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatMini1.Font = new Font("Marlett", 12f);
- this.flatMini1.Location = new Point(0x265, 12);
- this.flatMini1.Name = "flatMini1";
- this.flatMini1.Size = new Size(0x12, 0x12);
- this.flatMini1.TabIndex = 1;
- this.flatMini1.Text = "flatMini1";
- this.flatMini1.set_TextColor(Color.FromArgb(0xf3, 0xf3, 0xf3));
- this.flatTabControl1.set_ActiveColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatTabControl1.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatTabControl1.Controls.Add(this.tabPage1);
- this.flatTabControl1.Controls.Add(this.tabPage2);
- this.flatTabControl1.Controls.Add(this.tabPage3);
- this.flatTabControl1.Font = new Font("Segoe UI", 10f);
- this.flatTabControl1.ItemSize = new Size(120, 40);
- this.flatTabControl1.Location = new Point(3, 50);
- this.flatTabControl1.Name = "flatTabControl1";
- this.flatTabControl1.SelectedIndex = 0;
- this.flatTabControl1.Size = new Size(690, 290);
- this.flatTabControl1.SizeMode = TabSizeMode.Fixed;
- this.flatTabControl1.TabIndex = 0;
- this.tabPage1.BackColor = Color.FromArgb(60, 70, 0x49);
- this.tabPage1.Controls.Add(this.flatLabel10);
- this.tabPage1.Controls.Add(this.flatLabel9);
- this.tabPage1.Controls.Add(this.flatLabel8);
- this.tabPage1.Controls.Add(this.flatLabel7);
- this.tabPage1.Controls.Add(this.flatLabel4);
- this.tabPage1.Controls.Add(this.flatLabel6);
- this.tabPage1.Controls.Add(this.flatLabel3);
- this.tabPage1.Controls.Add(this.flatLabel5);
- this.tabPage1.Controls.Add(this.flatLabel2);
- this.tabPage1.Controls.Add(this.flatLabel1);
- this.tabPage1.Controls.Add(this.flatTextBox1);
- this.tabPage1.Controls.Add(this.radioButton2);
- this.tabPage1.Controls.Add(this.radioButton1);
- this.tabPage1.Controls.Add(this.flatButton2);
- this.tabPage1.Controls.Add(this.flatButton1);
- this.tabPage1.Location = new Point(4, 0x2c);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new Padding(3);
- this.tabPage1.Size = new Size(0x2aa, 0xf2);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Connection";
- this.flatLabel10.AutoSize = true;
- this.flatLabel10.BackColor = Color.Transparent;
- this.flatLabel10.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel10.ForeColor = Color.White;
- this.flatLabel10.Location = new Point(0x8e, 100);
- this.flatLabel10.Name = "flatLabel10";
- this.flatLabel10.Size = new Size(14, 0x11);
- this.flatLabel10.TabIndex = 0x10;
- this.flatLabel10.Text = "?";
- this.flatLabel9.AutoSize = true;
- this.flatLabel9.BackColor = Color.Transparent;
- this.flatLabel9.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel9.ForeColor = Color.White;
- this.flatLabel9.Location = new Point(0x8e, 0x84);
- this.flatLabel9.Name = "flatLabel9";
- this.flatLabel9.Size = new Size(14, 0x11);
- this.flatLabel9.TabIndex = 15;
- this.flatLabel9.Text = "?";
- this.flatLabel8.AutoSize = true;
- this.flatLabel8.BackColor = Color.Transparent;
- this.flatLabel8.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel8.ForeColor = Color.White;
- this.flatLabel8.Location = new Point(0x8e, 0xa4);
- this.flatLabel8.Name = "flatLabel8";
- this.flatLabel8.Size = new Size(14, 0x11);
- this.flatLabel8.TabIndex = 14;
- this.flatLabel8.Text = "?";
- this.flatLabel7.AutoSize = true;
- this.flatLabel7.BackColor = Color.Transparent;
- this.flatLabel7.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel7.ForeColor = Color.White;
- this.flatLabel7.Location = new Point(0x8e, 0x45);
- this.flatLabel7.Name = "flatLabel7";
- this.flatLabel7.Size = new Size(14, 0x11);
- this.flatLabel7.TabIndex = 13;
- this.flatLabel7.Text = "?";
- this.flatLabel4.AutoSize = true;
- this.flatLabel4.BackColor = Color.Transparent;
- this.flatLabel4.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel4.ForeColor = Color.White;
- this.flatLabel4.Location = new Point(0x2b, 100);
- this.flatLabel4.Name = "flatLabel4";
- this.flatLabel4.Size = new Size(0x47, 0x11);
- this.flatLabel4.TabIndex = 10;
- this.flatLabel4.Text = "RSX Temp";
- this.flatLabel6.AutoSize = true;
- this.flatLabel6.BackColor = Color.Transparent;
- this.flatLabel6.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel6.ForeColor = Color.White;
- this.flatLabel6.Location = new Point(0x2b, 0xa4);
- this.flatLabel6.Name = "flatLabel6";
- this.flatLabel6.Size = new Size(0x4c, 0x11);
- this.flatLabel6.TabIndex = 12;
- this.flatLabel6.Text = "LVL 2 Type";
- this.flatLabel3.AutoSize = true;
- this.flatLabel3.BackColor = Color.Transparent;
- this.flatLabel3.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel3.ForeColor = Color.White;
- this.flatLabel3.Location = new Point(0x2b, 0x45);
- this.flatLabel3.Name = "flatLabel3";
- this.flatLabel3.Size = new Size(70, 0x11);
- this.flatLabel3.TabIndex = 9;
- this.flatLabel3.Text = "Cell Temp";
- this.flatLabel5.AutoSize = true;
- this.flatLabel5.BackColor = Color.Transparent;
- this.flatLabel5.Font = new Font("Segoe UI", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel5.ForeColor = Color.White;
- this.flatLabel5.Location = new Point(0x2b, 0x84);
- this.flatLabel5.Name = "flatLabel5";
- this.flatLabel5.Size = new Size(0x41, 0x11);
- this.flatLabel5.TabIndex = 11;
- this.flatLabel5.Text = "Firmware";
- this.flatLabel2.AutoSize = true;
- this.flatLabel2.BackColor = Color.Transparent;
- this.flatLabel2.Font = new Font("Segoe UI", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel2.ForeColor = Color.White;
- this.flatLabel2.Location = new Point(0x1b, 0x27);
- this.flatLabel2.Name = "flatLabel2";
- this.flatLabel2.Size = new Size(0xa7, 0x15);
- this.flatLabel2.TabIndex = 8;
- this.flatLabel2.Text = "Console Information";
- this.flatLabel1.AutoSize = true;
- this.flatLabel1.BackColor = Color.Transparent;
- this.flatLabel1.Font = new Font("Segoe UI", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel1.ForeColor = Color.White;
- this.flatLabel1.Location = new Point(0x1f1, 100);
- this.flatLabel1.Name = "flatLabel1";
- this.flatLabel1.Size = new Size(0x77, 13);
- this.flatLabel1.TabIndex = 7;
- this.flatLabel1.Text = "Enter IP Address Here";
- this.flatTextBox1.BackColor = Color.Transparent;
- this.flatTextBox1.Location = new Point(500, 120);
- this.flatTextBox1.set_MaxLength(0x7fff);
- this.flatTextBox1.set_Multiline(false);
- this.flatTextBox1.Name = "flatTextBox1";
- this.flatTextBox1.set_ReadOnly(false);
- this.flatTextBox1.Size = new Size(0x66, 0x1d);
- this.flatTextBox1.TabIndex = 6;
- this.flatTextBox1.set_Text("192.168.1.");
- this.flatTextBox1.set_TextAlign(HorizontalAlignment.Left);
- this.flatTextBox1.set_TextColor(Color.FromArgb(0xc0, 0xc0, 0xc0));
- this.flatTextBox1.set_UseSystemPasswordChar(false);
- this.radioButton2.BackColor = Color.FromArgb(60, 70, 0x49);
- this.radioButton2.set_Checked(false);
- this.radioButton2.Cursor = Cursors.Hand;
- this.radioButton2.Font = new Font("Segoe UI", 10f);
- this.radioButton2.Location = new Point(0x207, 0x1b);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.set_Options(0);
- this.radioButton2.Size = new Size(0x33, 0x16);
- this.radioButton2.TabIndex = 5;
- this.radioButton2.Text = "CEX";
- this.radioButton2.add_CheckedChanged(new RadioButton.CheckedChangedEventHandler(this, (IntPtr) this.radioButton2_CheckedChanged));
- this.radioButton1.BackColor = Color.FromArgb(60, 70, 0x49);
- this.radioButton1.set_Checked(false);
- this.radioButton1.Cursor = Cursors.Hand;
- this.radioButton1.Font = new Font("Segoe UI", 10f);
- this.radioButton1.Location = new Point(0x207, 0x37);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.set_Options(0);
- this.radioButton1.Size = new Size(0x33, 0x16);
- this.radioButton1.TabIndex = 4;
- this.radioButton1.Text = "DEX";
- this.radioButton1.add_CheckedChanged(new RadioButton.CheckedChangedEventHandler(this, (IntPtr) this.radioButton1_CheckedChanged));
- this.flatButton2.BackColor = Color.Transparent;
- this.flatButton2.set_BaseColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatButton2.Cursor = Cursors.Hand;
- this.flatButton2.Font = new Font("Segoe UI", 12f);
- this.flatButton2.Location = new Point(0x240, 0x1b);
- this.flatButton2.Name = "flatButton2";
- this.flatButton2.set_Rounded(false);
- this.flatButton2.Size = new Size(0x48, 50);
- this.flatButton2.TabIndex = 1;
- this.flatButton2.Text = "Attach";
- this.flatButton2.set_TextColor(Color.FromArgb(0xf3, 0xf3, 0xf3));
- this.flatButton2.Click += new EventHandler(this.flatButton2_Click);
- this.flatButton1.BackColor = Color.Transparent;
- this.flatButton1.set_BaseColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatButton1.Cursor = Cursors.Hand;
- this.flatButton1.Font = new Font("Segoe UI", 12f);
- this.flatButton1.Location = new Point(0x1b7, 0x1b);
- this.flatButton1.Name = "flatButton1";
- this.flatButton1.set_Rounded(false);
- this.flatButton1.Size = new Size(0x48, 50);
- this.flatButton1.TabIndex = 0;
- this.flatButton1.Text = "Connect";
- this.flatButton1.set_TextColor(Color.FromArgb(0xf3, 0xf3, 0xf3));
- this.flatButton1.Click += new EventHandler(this.flatButton1_Click);
- this.tabPage2.BackColor = Color.FromArgb(60, 70, 0x49);
- this.tabPage2.Controls.Add(this.flatCheckBox15);
- this.tabPage2.Controls.Add(this.flatCheckBox14);
- this.tabPage2.Controls.Add(this.flatCheckBox13);
- this.tabPage2.Controls.Add(this.flatCheckBox12);
- this.tabPage2.Controls.Add(this.flatCheckBox11);
- this.tabPage2.Controls.Add(this.flatCheckBox10);
- this.tabPage2.Controls.Add(this.flatCheckBox9);
- this.tabPage2.Controls.Add(this.flatCheckBox8);
- this.tabPage2.Controls.Add(this.flatCheckBox7);
- this.tabPage2.Controls.Add(this.flatCheckBox6);
- this.tabPage2.Controls.Add(this.flatCheckBox5);
- this.tabPage2.Controls.Add(this.flatCheckBox4);
- this.tabPage2.Controls.Add(this.flatCheckBox3);
- this.tabPage2.Controls.Add(this.flatCheckBox2);
- this.tabPage2.Controls.Add(this.flatCheckBox1);
- this.tabPage2.Location = new Point(4, 0x2c);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new Padding(3);
- this.tabPage2.Size = new Size(0x2aa, 0xf2);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Mods";
- this.flatCheckBox15.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox15.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox15.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox15.set_Checked(false);
- this.flatCheckBox15.Cursor = Cursors.Hand;
- this.flatCheckBox15.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox15.Location = new Point(0x1dd, 0x1a);
- this.flatCheckBox15.Name = "flatCheckBox15";
- this.flatCheckBox15.set_Options(0);
- this.flatCheckBox15.Size = new Size(0x9e, 0x16);
- this.flatCheckBox15.TabIndex = 14;
- this.flatCheckBox15.Text = "Call of Duty PC Mode";
- this.flatCheckBox15.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox15_CheckedChanged));
- this.flatCheckBox14.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox14.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox14.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox14.set_Checked(false);
- this.flatCheckBox14.Cursor = Cursors.Hand;
- this.flatCheckBox14.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox14.Location = new Point(0xd6, 0xc2);
- this.flatCheckBox14.Name = "flatCheckBox14";
- this.flatCheckBox14.set_Options(0);
- this.flatCheckBox14.Size = new Size(0x9e, 0x16);
- this.flatCheckBox14.TabIndex = 13;
- this.flatCheckBox14.Text = "Distant Vision";
- this.flatCheckBox14.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox14_CheckedChanged));
- this.flatCheckBox13.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox13.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox13.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox13.set_Checked(false);
- this.flatCheckBox13.Cursor = Cursors.Hand;
- this.flatCheckBox13.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox13.Location = new Point(0xd6, 0xa6);
- this.flatCheckBox13.Name = "flatCheckBox13";
- this.flatCheckBox13.set_Options(0);
- this.flatCheckBox13.Size = new Size(0x9e, 0x16);
- this.flatCheckBox13.TabIndex = 12;
- this.flatCheckBox13.Text = "Enemies Do Not Attack";
- this.flatCheckBox13.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox13_CheckedChanged));
- this.flatCheckBox12.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox12.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox12.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox12.set_Checked(false);
- this.flatCheckBox12.Cursor = Cursors.Hand;
- this.flatCheckBox12.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox12.Location = new Point(0xd6, 0x8a);
- this.flatCheckBox12.Name = "flatCheckBox12";
- this.flatCheckBox12.set_Options(0);
- this.flatCheckBox12.Size = new Size(0x84, 0x16);
- this.flatCheckBox12.TabIndex = 11;
- this.flatCheckBox12.Text = "Flipped View";
- this.flatCheckBox12.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox12_CheckedChanged));
- this.flatCheckBox11.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox11.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox11.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox11.set_Checked(false);
- this.flatCheckBox11.Cursor = Cursors.Hand;
- this.flatCheckBox11.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox11.Location = new Point(0xd6, 110);
- this.flatCheckBox11.Name = "flatCheckBox11";
- this.flatCheckBox11.set_Options(0);
- this.flatCheckBox11.Size = new Size(0x84, 0x16);
- this.flatCheckBox11.TabIndex = 10;
- this.flatCheckBox11.Text = "Blurred Vision 1.0";
- this.flatCheckBox11.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox11_CheckedChanged));
- this.flatCheckBox10.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox10.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox10.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox10.set_Checked(false);
- this.flatCheckBox10.Cursor = Cursors.Hand;
- this.flatCheckBox10.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox10.Location = new Point(0xd6, 0x52);
- this.flatCheckBox10.Name = "flatCheckBox10";
- this.flatCheckBox10.set_Options(0);
- this.flatCheckBox10.Size = new Size(0x70, 0x16);
- this.flatCheckBox10.TabIndex = 9;
- this.flatCheckBox10.Text = "PvP God Mode";
- this.flatCheckBox10.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox10_CheckedChanged));
- this.flatCheckBox9.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox9.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox9.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox9.set_Checked(false);
- this.flatCheckBox9.Cursor = Cursors.Hand;
- this.flatCheckBox9.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox9.Location = new Point(0x16, 0xc2);
- this.flatCheckBox9.Name = "flatCheckBox9";
- this.flatCheckBox9.set_Options(0);
- this.flatCheckBox9.Size = new Size(0x70, 0x16);
- this.flatCheckBox9.TabIndex = 8;
- this.flatCheckBox9.Text = "Head Shot Kill";
- this.flatCheckBox9.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox9_CheckedChanged));
- this.flatCheckBox8.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox8.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox8.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox8.set_Checked(false);
- this.flatCheckBox8.Cursor = Cursors.Hand;
- this.flatCheckBox8.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox8.Location = new Point(0x16, 0xa6);
- this.flatCheckBox8.Name = "flatCheckBox8";
- this.flatCheckBox8.set_Options(0);
- this.flatCheckBox8.Size = new Size(0x70, 0x16);
- this.flatCheckBox8.TabIndex = 7;
- this.flatCheckBox8.Text = "Immunity";
- this.flatCheckBox8.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox8_CheckedChanged));
- this.flatCheckBox7.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox7.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox7.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox7.set_Checked(false);
- this.flatCheckBox7.Cursor = Cursors.Hand;
- this.flatCheckBox7.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox7.Location = new Point(0x16, 0x8a);
- this.flatCheckBox7.Name = "flatCheckBox7";
- this.flatCheckBox7.set_Options(0);
- this.flatCheckBox7.Size = new Size(0x70, 0x16);
- this.flatCheckBox7.TabIndex = 6;
- this.flatCheckBox7.Text = "Firespeed";
- this.flatCheckBox7.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox7_CheckedChanged));
- this.flatCheckBox6.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox6.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox6.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox6.set_Checked(false);
- this.flatCheckBox6.Cursor = Cursors.Hand;
- this.flatCheckBox6.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox6.Location = new Point(0xd6, 0x36);
- this.flatCheckBox6.Name = "flatCheckBox6";
- this.flatCheckBox6.set_Options(0);
- this.flatCheckBox6.Size = new Size(0xae, 0x16);
- this.flatCheckBox6.TabIndex = 5;
- this.flatCheckBox6.Text = "Crosshair Shotgun Reticle";
- this.flatCheckBox6.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox6_CheckedChanged));
- this.flatCheckBox5.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox5.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox5.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox5.set_Checked(false);
- this.flatCheckBox5.Cursor = Cursors.Hand;
- this.flatCheckBox5.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox5.Location = new Point(0x16, 110);
- this.flatCheckBox5.Name = "flatCheckBox5";
- this.flatCheckBox5.set_Options(0);
- this.flatCheckBox5.Size = new Size(0x70, 0x16);
- this.flatCheckBox5.TabIndex = 4;
- this.flatCheckBox5.Text = "Crosshair";
- this.flatCheckBox5.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox5_CheckedChanged));
- this.flatCheckBox4.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox4.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox4.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox4.set_Checked(false);
- this.flatCheckBox4.Cursor = Cursors.Hand;
- this.flatCheckBox4.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox4.Location = new Point(0x16, 0x52);
- this.flatCheckBox4.Name = "flatCheckBox4";
- this.flatCheckBox4.set_Options(0);
- this.flatCheckBox4.Size = new Size(0x70, 0x16);
- this.flatCheckBox4.TabIndex = 3;
- this.flatCheckBox4.Text = "PvE God Mode";
- this.flatCheckBox4.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox4_CheckedChanged));
- this.flatCheckBox3.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox3.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox3.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox3.set_Checked(false);
- this.flatCheckBox3.Cursor = Cursors.Hand;
- this.flatCheckBox3.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox3.Location = new Point(0xd6, 0x1a);
- this.flatCheckBox3.Name = "flatCheckBox3";
- this.flatCheckBox3.set_Options(0);
- this.flatCheckBox3.Size = new Size(0xac, 0x16);
- this.flatCheckBox3.TabIndex = 2;
- this.flatCheckBox3.Text = "Inf Super Bomb/Inf Nade";
- this.flatCheckBox3.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox3_CheckedChanged));
- this.flatCheckBox2.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox2.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox2.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox2.set_Checked(false);
- this.flatCheckBox2.Cursor = Cursors.Hand;
- this.flatCheckBox2.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox2.Location = new Point(0x16, 0x36);
- this.flatCheckBox2.Name = "flatCheckBox2";
- this.flatCheckBox2.set_Options(0);
- this.flatCheckBox2.Size = new Size(0x7f, 0x16);
- this.flatCheckBox2.TabIndex = 1;
- this.flatCheckBox2.Text = "Damage Modifier";
- this.flatCheckBox2.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox2_CheckedChanged));
- this.flatCheckBox1.BackColor = Color.FromArgb(60, 70, 0x49);
- this.flatCheckBox1.set_BaseColor(Color.FromArgb(0x2d, 0x2f, 0x31));
- this.flatCheckBox1.set_BorderColor(Color.FromArgb(0x23, 0xa8, 0x6d));
- this.flatCheckBox1.set_Checked(false);
- this.flatCheckBox1.Cursor = Cursors.Hand;
- this.flatCheckBox1.Font = new Font("Segoe UI", 10f);
- this.flatCheckBox1.Location = new Point(0x16, 0x1a);
- this.flatCheckBox1.Name = "flatCheckBox1";
- this.flatCheckBox1.set_Options(0);
- this.flatCheckBox1.Size = new Size(0x70, 0x16);
- this.flatCheckBox1.TabIndex = 0;
- this.flatCheckBox1.Text = "No Recoil";
- this.flatCheckBox1.add_CheckedChanged(new FlatCheckBox.CheckedChangedEventHandler(this, (IntPtr) this.flatCheckBox1_CheckedChanged));
- this.tabPage3.BackColor = Color.FromArgb(60, 70, 0x49);
- this.tabPage3.Controls.Add(this.flatLabel14);
- this.tabPage3.Location = new Point(4, 0x2c);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new Size(0x2aa, 0xf2);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "Credits";
- this.flatLabel14.AutoSize = true;
- this.flatLabel14.BackColor = Color.Transparent;
- this.flatLabel14.Font = new Font("Trebuchet MS", 12f, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Point, 0);
- this.flatLabel14.ForeColor = Color.White;
- this.flatLabel14.Location = new Point(0x49, 0x1a);
- this.flatLabel14.Name = "flatLabel14";
- this.flatLabel14.Size = new Size(0x1ec, 0xc6);
- this.flatLabel14.TabIndex = 0;
- 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";
- this.timer1.Tick += new EventHandler(this.timer1_Tick);
- base.AutoScaleDimensions = new SizeF(6f, 13f);
- base.AutoScaleMode = AutoScaleMode.Font;
- base.ClientSize = new Size(0x2b5, 0x16d);
- base.Controls.Add(this.formSkin1);
- base.FormBorderStyle = FormBorderStyle.None;
- base.Icon = (Icon) manager.GetObject("$this.Icon");
- base.Name = "Form1";
- base.StartPosition = FormStartPosition.CenterScreen;
- this.Text = "Destiny Tool by Stunz & Kronoaxis";
- base.TransparencyKey = Color.Fuchsia;
- base.Load += new EventHandler(this.Form1_Load);
- this.formSkin1.ResumeLayout(false);
- this.formSkin1.PerformLayout();
- this.flatTabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- this.tabPage3.PerformLayout();
- base.ResumeLayout(false);
- }
- private void radioButton1_CheckedChanged(object sender)
- {
- API.ChangeAPI(1);
- }
- private void radioButton2_CheckedChanged(object sender)
- {
- API.ChangeAPI(0);
- }
- private void timer1_Tick(object sender, EventArgs e)
- {
- Random random = new Random();
- int alpha = random.Next(0, 0xff);
- int red = random.Next(0, 0xff);
- int green = random.Next(0, 0xff);
- int blue = random.Next(0, 0xff);
- this.flatLabel13.ForeColor = Color.FromArgb(alpha, red, green, blue);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment