Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace WindowsFormsApplication1
- {
- using PS3Lib;
- using System;
- using System.ComponentModel;
- using System.Drawing;
- using System.Text;
- using System.Windows.Forms;
- public class Form1 : Form
- {
- private Button button1;
- private Button button10;
- private Button button11;
- private Button button12;
- private Button button13;
- private Button button14;
- private Button button15;
- private Button button16;
- private Button button17;
- private Button button18;
- private Button button19;
- private Button button2;
- private Button button20;
- private Button button27;
- private Button button3;
- private Button button4;
- private Button button5;
- private Button button6;
- private Button button7;
- private Button button8;
- private Button button9;
- private IContainer components = null;
- public static PS3TMAPI.ConnectStatus connectStatus;
- private GroupBox groupBox1;
- private GroupBox groupBox10;
- private GroupBox groupBox2;
- private GroupBox groupBox3;
- private GroupBox groupBox4;
- private GroupBox groupBox5;
- private GroupBox groupBox6;
- private GroupBox groupBox7;
- private GroupBox groupBox8;
- public static string Info;
- private Label label1;
- private Label label2;
- private Label label3;
- private Label label4;
- public static string MemStatus;
- private PictureBox pictureBox1;
- private PictureBox pictureBox2;
- private PictureBox pictureBox3;
- private PictureBox pictureBox4;
- public static uint[] processIDs;
- private PS3API PS3 = new PS3API(1);
- private RadioButton radioButton1;
- private RadioButton radioButton2;
- private Random rand = new Random();
- public static string snresult;
- public static string Status;
- private TabControl tabControl1;
- private TabPage tabPage1;
- private TabPage tabPage2;
- private TabPage tabPage3;
- private TabPage tabPage4;
- private TabPage tabPage5;
- private TabPage tabPage6;
- private TabPage tabPage7;
- private TabPage tabPage8;
- private TextBox textBox1;
- private static string usage;
- public Form1()
- {
- this.InitializeComponent();
- }
- private void button1_Click_1(object sender, EventArgs e)
- {
- try
- {
- if (this.PS3.ConnectTarget(0))
- {
- MessageBox.Show("You are now connected with this API : " + this.PS3.GetCurrentAPIName(), "Connected!", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
- }
- else
- {
- string text = "Impossible to connect :/";
- MessageBox.Show(text, "Error...", MessageBoxButtons.OK, MessageBoxIcon.Hand);
- }
- }
- catch (Exception)
- {
- MessageBox.Show("Connection Failed!!!!", "Somethings Wrong", MessageBoxButtons.OK, MessageBoxIcon.Hand);
- }
- }
- private void button10_Click(object sender, EventArgs e)
- {
- this.PS3.SetMemory(0x178bc0e, new byte[] { 0xff, 0xff });
- MessageBox.Show("Godmode ON");
- }
- private void button11_Click(object sender, EventArgs e)
- {
- MessageBox.Show("Are u totally retard bro?");
- MessageBox.Show("Why The Fuck Would U Reset All Your Money?");
- MessageBox.Show("Well, Money NOT resetted");
- MessageBox.Show("Keep Your Money And Fuck The Gameplay Up");
- MessageBox.Show("Enjoy!");
- }
- private void button12_Click(object sender, EventArgs e)
- {
- this.PS3.SetMemory(0x1791511, new byte[] { 15, 0x42, 0x40 });
- MessageBox.Show("Money SET [1.000.000] ");
- }
- private void button13_Click(object sender, EventArgs e)
- {
- MessageBox.Show("Are u totally retard bro?");
- MessageBox.Show("Why The Fuck Would U Put Off Godmode?");
- MessageBox.Show("Well, Godmode NOT OFF");
- MessageBox.Show("Keep Your Godmode And Fuck The Gameplay Up");
- MessageBox.Show("Enjoy!");
- }
- private void button14_Click(object sender, EventArgs e)
- {
- this.PS3.SetMemory(0x1791416, new byte[] { 0xff, 0xff });
- MessageBox.Show("Godmode ON");
- }
- private void button15_Click(object sender, EventArgs e)
- {
- MessageBox.Show("Are u totally retard bro?");
- MessageBox.Show("Why The Fuck Would U Reset All Your Money?");
- MessageBox.Show("Well, Money NOT resetted");
- MessageBox.Show("Keep Your Money And Fuck The Gameplay Up");
- MessageBox.Show("Enjoy!");
- }
- private void button16_Click(object sender, EventArgs e)
- {
- this.PS3.SetMemory(0x1796d19, new byte[] { 15, 0x42, 0x40 });
- MessageBox.Show("Money SET [1.000.000] ");
- }
- private void button17_Click(object sender, EventArgs e)
- {
- MessageBox.Show("Are u totally retard bro?");
- MessageBox.Show("Why The Fuck Would U Put Off Godmode?");
- MessageBox.Show("Well, Godmode NOT OFF");
- MessageBox.Show("Keep Your Godmode And Fuck The Gameplay Up");
- MessageBox.Show("Enjoy!");
- }
- private void button18_Click(object sender, EventArgs e)
- {
- this.PS3.SetMemory(0x1796c1e, new byte[] { 0xff, 0xff });
- MessageBox.Show("Godmode ON");
- }
- private void button19_Click(object sender, EventArgs e)
- {
- this.PS3.SetMemory(0x26fc9fd, new byte[] { 0xd6, 0xd6, 0x99, 0x99 });
- }
- private void button2_Click(object sender, EventArgs e)
- {
- this.PS3.SetMemory(0x1786501, new byte[] { 15, 0x42, 0x40 });
- MessageBox.Show("Money SET [1.000.000] ");
- }
- private void button20_Click(object sender, EventArgs e)
- {
- MessageBox.Show("Click it once a new round is about to start");
- MessageBox.Show("And then fast leave !");
- }
- private void button27_Click(object sender, EventArgs e)
- {
- byte[] bytes = Encoding.ASCII.GetBytes(this.textBox1.Text);
- Array.Resize<byte>(ref bytes, bytes.Length + 1);
- this.PS3.SetMemory(0x26c05d8, bytes);
- this.PS3.get_Extension().WriteString(0x26c05d8, this.textBox1.Text);
- }
- private void button3_Click(object sender, EventArgs e)
- {
- MessageBox.Show("Are u totally retard bro?");
- MessageBox.Show("Why The Fuck Would U Reset All Your Money?");
- MessageBox.Show("Well, Money NOT resetted");
- MessageBox.Show("Keep Your Money And Fuck The Gameplay Up");
- MessageBox.Show("Enjoy!");
- }
- private void button4_Click(object sender, EventArgs e)
- {
- this.PS3.SetMemory(0x1786406, new byte[] { 0xff, 0xff });
- MessageBox.Show("Godmode ON");
- }
- private void button5_Click(object sender, EventArgs e)
- {
- MessageBox.Show("Are u totally retard bro?");
- MessageBox.Show("Why The Fuck Would U Put Off Godmode?");
- MessageBox.Show("Well, Godmode NOT OFF");
- MessageBox.Show("Keep Your Godmode And Fuck The Gameplay Up");
- MessageBox.Show("Enjoy!");
- }
- private void button6_Click(object sender, EventArgs e)
- {
- if (this.PS3.AttachProcess())
- {
- MessageBox.Show("Current game is attached successfully.", "Success.", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
- }
- else
- {
- MessageBox.Show("No game process found!", "Error.", MessageBoxButtons.OK, MessageBoxIcon.Hand);
- }
- }
- private void button7_Click(object sender, EventArgs e)
- {
- MessageBox.Show("Are u totally retard bro?");
- MessageBox.Show("Why The Fuck Would U Reset All Your Money?");
- MessageBox.Show("Well, Money NOT resetted");
- MessageBox.Show("Keep Your Money And Fuck The Gameplay Up");
- MessageBox.Show("Enjoy!");
- }
- private void button8_Click(object sender, EventArgs e)
- {
- this.PS3.SetMemory(0x178bd09, new byte[] { 15, 0x42, 0x40 });
- MessageBox.Show("Money SET [1.000.000] ");
- }
- private void button9_Click(object sender, EventArgs e)
- {
- MessageBox.Show("Are u totally retard bro?");
- MessageBox.Show("Why The Fuck Would U Put Off Godmode?");
- MessageBox.Show("Well, Godmode NOT OFF");
- MessageBox.Show("Keep Your Godmode And Fuck The Gameplay Up");
- MessageBox.Show("Enjoy!");
- }
- protected override void Dispose(bool disposing)
- {
- if (disposing && (this.components != null))
- {
- this.components.Dispose();
- }
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- ComponentResourceManager manager = new ComponentResourceManager(typeof(Form1));
- this.tabControl1 = new TabControl();
- this.tabPage1 = new TabPage();
- this.groupBox2 = new GroupBox();
- this.button5 = new Button();
- this.button4 = new Button();
- this.groupBox1 = new GroupBox();
- this.button3 = new Button();
- this.button2 = new Button();
- this.tabPage2 = new TabPage();
- this.tabPage3 = new TabPage();
- this.tabPage4 = new TabPage();
- this.tabPage5 = new TabPage();
- this.tabPage6 = new TabPage();
- this.tabPage7 = new TabPage();
- this.tabPage8 = new TabPage();
- this.label1 = new Label();
- this.label2 = new Label();
- this.radioButton1 = new RadioButton();
- this.radioButton2 = new RadioButton();
- this.button1 = new Button();
- this.button6 = new Button();
- this.pictureBox1 = new PictureBox();
- this.groupBox3 = new GroupBox();
- this.button7 = new Button();
- this.button8 = new Button();
- this.groupBox4 = new GroupBox();
- this.button9 = new Button();
- this.button10 = new Button();
- this.pictureBox2 = new PictureBox();
- this.groupBox5 = new GroupBox();
- this.button11 = new Button();
- this.button12 = new Button();
- this.groupBox6 = new GroupBox();
- this.button13 = new Button();
- this.button14 = new Button();
- this.pictureBox3 = new PictureBox();
- this.groupBox7 = new GroupBox();
- this.button15 = new Button();
- this.button16 = new Button();
- this.groupBox8 = new GroupBox();
- this.button17 = new Button();
- this.button18 = new Button();
- this.pictureBox4 = new PictureBox();
- this.button19 = new Button();
- this.button20 = new Button();
- this.label3 = new Label();
- this.label4 = new Label();
- this.groupBox10 = new GroupBox();
- this.textBox1 = new TextBox();
- this.button27 = new Button();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.tabPage4.SuspendLayout();
- this.tabPage5.SuspendLayout();
- this.tabPage7.SuspendLayout();
- ((ISupportInitialize) this.pictureBox1).BeginInit();
- this.groupBox3.SuspendLayout();
- this.groupBox4.SuspendLayout();
- ((ISupportInitialize) this.pictureBox2).BeginInit();
- this.groupBox5.SuspendLayout();
- this.groupBox6.SuspendLayout();
- ((ISupportInitialize) this.pictureBox3).BeginInit();
- this.groupBox7.SuspendLayout();
- this.groupBox8.SuspendLayout();
- ((ISupportInitialize) this.pictureBox4).BeginInit();
- this.groupBox10.SuspendLayout();
- base.SuspendLayout();
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Controls.Add(this.tabPage4);
- this.tabControl1.Controls.Add(this.tabPage5);
- this.tabControl1.Controls.Add(this.tabPage6);
- this.tabControl1.Controls.Add(this.tabPage7);
- this.tabControl1.Controls.Add(this.tabPage8);
- this.tabControl1.Location = new Point(2, 0x43);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new Size(0x243, 0x14f);
- this.tabControl1.TabIndex = 1;
- this.tabPage1.Controls.Add(this.pictureBox1);
- this.tabPage1.Controls.Add(this.groupBox2);
- this.tabPage1.Controls.Add(this.groupBox1);
- this.tabPage1.Location = new Point(4, 0x16);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new Padding(3);
- this.tabPage1.Size = new Size(0x23b, 0x135);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Client 1 - White";
- this.tabPage1.UseVisualStyleBackColor = true;
- this.groupBox2.Controls.Add(this.button5);
- this.groupBox2.Controls.Add(this.button4);
- this.groupBox2.Location = new Point(0x134, 0x23);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new Size(200, 100);
- this.groupBox2.TabIndex = 2;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Godmode";
- this.button5.Location = new Point(0x29, 0x39);
- this.button5.Name = "button5";
- this.button5.Size = new Size(0x7c, 0x25);
- this.button5.TabIndex = 3;
- this.button5.Text = "OFF";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new EventHandler(this.button5_Click);
- this.button4.Location = new Point(0x29, 14);
- this.button4.Name = "button4";
- this.button4.Size = new Size(0x7c, 0x25);
- this.button4.TabIndex = 0;
- this.button4.Text = "ON";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new EventHandler(this.button4_Click);
- this.groupBox1.Controls.Add(this.button3);
- this.groupBox1.Controls.Add(this.button2);
- this.groupBox1.Location = new Point(50, 0x23);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new Size(0xc1, 100);
- this.groupBox1.TabIndex = 1;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Money";
- this.button3.Location = new Point(0x37, 0x44);
- this.button3.Name = "button3";
- this.button3.Size = new Size(0x4b, 0x17);
- this.button3.TabIndex = 1;
- this.button3.Text = "Reset";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new EventHandler(this.button3_Click);
- this.button2.Location = new Point(0x21, 0x13);
- this.button2.Name = "button2";
- this.button2.Size = new Size(0x76, 0x2b);
- this.button2.TabIndex = 0;
- this.button2.Text = "1 MIL";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new EventHandler(this.button2_Click);
- this.tabPage2.Controls.Add(this.pictureBox2);
- this.tabPage2.Controls.Add(this.groupBox4);
- this.tabPage2.Controls.Add(this.groupBox3);
- this.tabPage2.Location = new Point(4, 0x16);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new Padding(3);
- this.tabPage2.Size = new Size(0x23b, 0x135);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Client 2 - Blue";
- this.tabPage2.UseVisualStyleBackColor = true;
- this.tabPage3.Controls.Add(this.pictureBox3);
- this.tabPage3.Controls.Add(this.groupBox6);
- this.tabPage3.Controls.Add(this.groupBox5);
- this.tabPage3.Location = new Point(4, 0x16);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Padding = new Padding(3);
- this.tabPage3.Size = new Size(0x23b, 0x135);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "Client 3 - Yellow";
- this.tabPage3.UseVisualStyleBackColor = true;
- this.tabPage4.Controls.Add(this.pictureBox4);
- this.tabPage4.Controls.Add(this.groupBox8);
- this.tabPage4.Controls.Add(this.groupBox7);
- this.tabPage4.Location = new Point(4, 0x16);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Padding = new Padding(3);
- this.tabPage4.Size = new Size(0x23b, 0x135);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "Client 4 - Green";
- this.tabPage4.UseVisualStyleBackColor = true;
- this.tabPage5.Controls.Add(this.groupBox10);
- this.tabPage5.Location = new Point(4, 0x16);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Padding = new Padding(3);
- this.tabPage5.Size = new Size(0x23b, 0x135);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "Names";
- this.tabPage5.UseVisualStyleBackColor = true;
- this.tabPage6.Location = new Point(4, 0x16);
- this.tabPage6.Name = "tabPage6";
- this.tabPage6.Padding = new Padding(3);
- this.tabPage6.Size = new Size(0x23b, 0x135);
- this.tabPage6.TabIndex = 5;
- this.tabPage6.Text = "Lobby";
- this.tabPage6.UseVisualStyleBackColor = true;
- this.tabPage7.Controls.Add(this.button20);
- this.tabPage7.Controls.Add(this.button19);
- this.tabPage7.Location = new Point(4, 0x16);
- this.tabPage7.Name = "tabPage7";
- this.tabPage7.Padding = new Padding(3);
- this.tabPage7.Size = new Size(0x23b, 0x135);
- this.tabPage7.TabIndex = 6;
- this.tabPage7.Text = "Rounds";
- this.tabPage7.UseVisualStyleBackColor = true;
- this.tabPage8.Location = new Point(4, 0x16);
- this.tabPage8.Name = "tabPage8";
- this.tabPage8.Padding = new Padding(3);
- this.tabPage8.Size = new Size(0x23b, 0x135);
- this.tabPage8.TabIndex = 7;
- this.tabPage8.Text = "Non-Host Mods";
- this.tabPage8.UseVisualStyleBackColor = true;
- this.label1.AutoSize = true;
- this.label1.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Point, 0);
- this.label1.ForeColor = Color.FromArgb(0, 0, 0xc0);
- this.label1.Location = new Point(0x103, 0x29);
- this.label1.Name = "label1";
- this.label1.Size = new Size(0x5c, 20);
- this.label1.TabIndex = 2;
- this.label1.Text = "Made BY :";
- this.label2.AutoSize = true;
- this.label2.Font = new Font("Segoe Print", 12f, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Point, 0);
- this.label2.ForeColor = Color.Red;
- this.label2.Location = new Point(0x178, 0x25);
- this.label2.Name = "label2";
- this.label2.Size = new Size(0x88, 0x1c);
- this.label2.TabIndex = 3;
- this.label2.Text = "Stefan The God";
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new Point(0x25, 12);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new Size(0x2e, 0x11);
- this.radioButton1.TabIndex = 4;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "CEX";
- this.radioButton1.UseVisualStyleBackColor = true;
- this.radioButton1.CheckedChanged += new EventHandler(this.radioButton1_CheckedChanged);
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new Point(0x25, 40);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new Size(0x2f, 0x11);
- this.radioButton2.TabIndex = 5;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "DEX";
- this.radioButton2.UseVisualStyleBackColor = true;
- this.radioButton2.CheckedChanged += new EventHandler(this.radioButton2_CheckedChanged);
- this.button1.Location = new Point(0x81, 3);
- this.button1.Name = "button1";
- this.button1.Size = new Size(0x5c, 0x1a);
- this.button1.TabIndex = 6;
- this.button1.Text = "Connect";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new EventHandler(this.button1_Click_1);
- this.button6.Location = new Point(0x81, 0x23);
- this.button6.Name = "button6";
- this.button6.Size = new Size(0x5c, 0x1a);
- this.button6.TabIndex = 7;
- this.button6.Text = "Attach";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new EventHandler(this.button6_Click);
- this.pictureBox1.Image = (Image) manager.GetObject("pictureBox1.Image");
- this.pictureBox1.Location = new Point(0x7b, 0x8d);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new Size(0x13a, 0xa2);
- this.pictureBox1.TabIndex = 3;
- this.pictureBox1.TabStop = false;
- this.groupBox3.Controls.Add(this.button7);
- this.groupBox3.Controls.Add(this.button8);
- this.groupBox3.Location = new Point(50, 0x22);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new Size(0xc1, 100);
- this.groupBox3.TabIndex = 2;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "Money";
- this.button7.Location = new Point(0x37, 0x44);
- this.button7.Name = "button7";
- this.button7.Size = new Size(0x4b, 0x17);
- this.button7.TabIndex = 1;
- this.button7.Text = "Reset";
- this.button7.UseVisualStyleBackColor = true;
- this.button7.Click += new EventHandler(this.button7_Click);
- this.button8.Location = new Point(0x21, 0x13);
- this.button8.Name = "button8";
- this.button8.Size = new Size(0x76, 0x2b);
- this.button8.TabIndex = 0;
- this.button8.Text = "1 MIL";
- this.button8.UseVisualStyleBackColor = true;
- this.button8.Click += new EventHandler(this.button8_Click);
- this.groupBox4.Controls.Add(this.button9);
- this.groupBox4.Controls.Add(this.button10);
- this.groupBox4.Location = new Point(0x134, 0x22);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new Size(200, 100);
- this.groupBox4.TabIndex = 3;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "Godmode";
- this.button9.Location = new Point(0x29, 0x39);
- this.button9.Name = "button9";
- this.button9.Size = new Size(0x7c, 0x25);
- this.button9.TabIndex = 3;
- this.button9.Text = "OFF";
- this.button9.UseVisualStyleBackColor = true;
- this.button9.Click += new EventHandler(this.button9_Click);
- this.button10.Location = new Point(0x29, 14);
- this.button10.Name = "button10";
- this.button10.Size = new Size(0x7c, 0x25);
- this.button10.TabIndex = 0;
- this.button10.Text = "ON";
- this.button10.UseVisualStyleBackColor = true;
- this.button10.Click += new EventHandler(this.button10_Click);
- this.pictureBox2.Image = (Image) manager.GetObject("pictureBox2.Image");
- this.pictureBox2.Location = new Point(0x7b, 140);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new Size(0x13a, 0xa2);
- this.pictureBox2.TabIndex = 4;
- this.pictureBox2.TabStop = false;
- this.groupBox5.Controls.Add(this.button11);
- this.groupBox5.Controls.Add(this.button12);
- this.groupBox5.Location = new Point(50, 0x22);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new Size(0xc1, 100);
- this.groupBox5.TabIndex = 2;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "Money";
- this.button11.Location = new Point(0x37, 0x44);
- this.button11.Name = "button11";
- this.button11.Size = new Size(0x4b, 0x17);
- this.button11.TabIndex = 1;
- this.button11.Text = "Reset";
- this.button11.UseVisualStyleBackColor = true;
- this.button11.Click += new EventHandler(this.button11_Click);
- this.button12.Location = new Point(0x21, 0x13);
- this.button12.Name = "button12";
- this.button12.Size = new Size(0x76, 0x2b);
- this.button12.TabIndex = 0;
- this.button12.Text = "1 MIL";
- this.button12.UseVisualStyleBackColor = true;
- this.button12.Click += new EventHandler(this.button12_Click);
- this.groupBox6.Controls.Add(this.button13);
- this.groupBox6.Controls.Add(this.button14);
- this.groupBox6.Location = new Point(0x134, 0x22);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new Size(200, 100);
- this.groupBox6.TabIndex = 4;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "Godmode";
- this.button13.Location = new Point(0x29, 0x39);
- this.button13.Name = "button13";
- this.button13.Size = new Size(0x7c, 0x25);
- this.button13.TabIndex = 3;
- this.button13.Text = "OFF";
- this.button13.UseVisualStyleBackColor = true;
- this.button13.Click += new EventHandler(this.button13_Click);
- this.button14.Location = new Point(0x29, 14);
- this.button14.Name = "button14";
- this.button14.Size = new Size(0x7c, 0x25);
- this.button14.TabIndex = 0;
- this.button14.Text = "ON";
- this.button14.UseVisualStyleBackColor = true;
- this.button14.Click += new EventHandler(this.button14_Click);
- this.pictureBox3.Image = (Image) manager.GetObject("pictureBox3.Image");
- this.pictureBox3.Location = new Point(0x7b, 140);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new Size(0x13a, 0xa2);
- this.pictureBox3.TabIndex = 5;
- this.pictureBox3.TabStop = false;
- this.groupBox7.Controls.Add(this.button15);
- this.groupBox7.Controls.Add(this.button16);
- this.groupBox7.Location = new Point(0x33, 0x23);
- this.groupBox7.Name = "groupBox7";
- this.groupBox7.Size = new Size(0xc1, 100);
- this.groupBox7.TabIndex = 3;
- this.groupBox7.TabStop = false;
- this.groupBox7.Text = "Money";
- this.button15.Location = new Point(0x37, 0x44);
- this.button15.Name = "button15";
- this.button15.Size = new Size(0x4b, 0x17);
- this.button15.TabIndex = 1;
- this.button15.Text = "Reset";
- this.button15.UseVisualStyleBackColor = true;
- this.button15.Click += new EventHandler(this.button15_Click);
- this.button16.Location = new Point(0x21, 0x13);
- this.button16.Name = "button16";
- this.button16.Size = new Size(0x76, 0x2b);
- this.button16.TabIndex = 0;
- this.button16.Text = "1 MIL";
- this.button16.UseVisualStyleBackColor = true;
- this.button16.Click += new EventHandler(this.button16_Click);
- this.groupBox8.Controls.Add(this.button17);
- this.groupBox8.Controls.Add(this.button18);
- this.groupBox8.Location = new Point(0x134, 0x23);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Size = new Size(200, 100);
- this.groupBox8.TabIndex = 5;
- this.groupBox8.TabStop = false;
- this.groupBox8.Text = "Godmode";
- this.button17.Location = new Point(0x29, 0x39);
- this.button17.Name = "button17";
- this.button17.Size = new Size(0x7c, 0x25);
- this.button17.TabIndex = 3;
- this.button17.Text = "OFF";
- this.button17.UseVisualStyleBackColor = true;
- this.button17.Click += new EventHandler(this.button17_Click);
- this.button18.Location = new Point(0x29, 14);
- this.button18.Name = "button18";
- this.button18.Size = new Size(0x7c, 0x25);
- this.button18.TabIndex = 0;
- this.button18.Text = "ON";
- this.button18.UseVisualStyleBackColor = true;
- this.button18.Click += new EventHandler(this.button18_Click);
- this.pictureBox4.Image = (Image) manager.GetObject("pictureBox4.Image");
- this.pictureBox4.Location = new Point(0x7b, 0x8d);
- this.pictureBox4.Name = "pictureBox4";
- this.pictureBox4.Size = new Size(0x13a, 0xa2);
- this.pictureBox4.TabIndex = 6;
- this.pictureBox4.TabStop = false;
- this.button19.Location = new Point(0xc2, 0x31);
- this.button19.Name = "button19";
- this.button19.Size = new Size(0xa1, 0x4d);
- this.button19.TabIndex = 0;
- this.button19.Text = " ROUND -1717971242";
- this.button19.UseVisualStyleBackColor = true;
- this.button19.Click += new EventHandler(this.button19_Click);
- this.button20.Location = new Point(0xd4, 0x97);
- this.button20.Name = "button20";
- this.button20.Size = new Size(0x77, 0x36);
- this.button20.TabIndex = 1;
- this.button20.Text = "How To Use";
- this.button20.UseVisualStyleBackColor = true;
- this.button20.Click += new EventHandler(this.button20_Click);
- this.label3.AutoSize = true;
- this.label3.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Point, 0);
- this.label3.ForeColor = Color.FromArgb(0, 0, 0xc0);
- this.label3.Location = new Point(0x114, 12);
- this.label3.Name = "label3";
- this.label3.Size = new Size(0x4b, 20);
- this.label3.TabIndex = 8;
- this.label3.Text = "Version ";
- this.label4.AutoSize = true;
- this.label4.Font = new Font("Segoe Print", 12f, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Point, 0);
- this.label4.ForeColor = Color.Red;
- this.label4.Location = new Point(0x178, 9);
- this.label4.Name = "label4";
- this.label4.Size = new Size(40, 0x1c);
- this.label4.TabIndex = 9;
- this.label4.Text = "1.0";
- this.groupBox10.Controls.Add(this.button27);
- this.groupBox10.Controls.Add(this.textBox1);
- this.groupBox10.Location = new Point(0x91, 0x17);
- this.groupBox10.Name = "groupBox10";
- this.groupBox10.Size = new Size(250, 100);
- this.groupBox10.TabIndex = 0;
- this.groupBox10.TabStop = false;
- this.groupBox10.Text = "Pre-Game";
- this.textBox1.Location = new Point(0x31, 0x13);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new Size(0x97, 20);
- this.textBox1.TabIndex = 0;
- this.button27.Location = new Point(0x44, 0x2d);
- this.button27.Name = "button27";
- this.button27.Size = new Size(0x6f, 0x21);
- this.button27.TabIndex = 1;
- this.button27.Text = "SET";
- this.button27.UseVisualStyleBackColor = true;
- this.button27.Click += new EventHandler(this.button27_Click);
- base.AutoScaleDimensions = new SizeF(6f, 13f);
- base.AutoScaleMode = AutoScaleMode.Font;
- base.ClientSize = new Size(0x240, 0x18c);
- base.Controls.Add(this.label4);
- base.Controls.Add(this.label3);
- base.Controls.Add(this.button6);
- base.Controls.Add(this.button1);
- base.Controls.Add(this.radioButton2);
- base.Controls.Add(this.radioButton1);
- base.Controls.Add(this.label2);
- base.Controls.Add(this.label1);
- base.Controls.Add(this.tabControl1);
- base.Name = "Form1";
- this.Text = "BO2 Zombie 1.17 Project";
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- this.tabPage4.ResumeLayout(false);
- this.tabPage5.ResumeLayout(false);
- this.tabPage7.ResumeLayout(false);
- ((ISupportInitialize) this.pictureBox1).EndInit();
- this.groupBox3.ResumeLayout(false);
- this.groupBox4.ResumeLayout(false);
- ((ISupportInitialize) this.pictureBox2).EndInit();
- this.groupBox5.ResumeLayout(false);
- this.groupBox6.ResumeLayout(false);
- ((ISupportInitialize) this.pictureBox3).EndInit();
- this.groupBox7.ResumeLayout(false);
- this.groupBox8.ResumeLayout(false);
- ((ISupportInitialize) this.pictureBox4).EndInit();
- this.groupBox10.ResumeLayout(false);
- this.groupBox10.PerformLayout();
- base.ResumeLayout(false);
- base.PerformLayout();
- }
- private void radioButton1_CheckedChanged(object sender, EventArgs e)
- {
- this.PS3.ChangeAPI(0);
- }
- private void radioButton2_CheckedChanged(object sender, EventArgs e)
- {
- this.PS3.ChangeAPI(1);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment