UnboundGodz
Local Celebrity
Retired Staff
CC Dev Team
Local Celebrity
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
DOWNLOAD:
VIRUS SCAN:
SOURCE VIRUS SCAN:
(Not needed being a source)
Form1.cs:
Code:
namespace Black_ops_3_Snake_Tool
{
using Deimos_Theme;
using PS3Lib;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
public class Form1 : Form
{
public static CCAPI API = new CCAPI();
private IContainer components = null;
private DeimosButton deimosButton1;
private DeimosCheckbox deimosCheckbox1;
private DeimosCheckbox deimosCheckbox2;
private DeimosLabel deimosLabel1;
private DeimosRadioButton deimosRadioButton1;
private DeimosTheme deimosTheme1;
private Timer FlashingName;
public static PS3API PS3 = new PS3API(SelectAPI.ControlConsole);
public Form1()
{
this.InitializeComponent();
}
private void deimosButton1_Click(object sender, EventArgs e)
{
if (PS3.ConnectTarget(0) && PS3.AttachProcess())
{
MessageBox.Show("Connected and attached!", "Success");
}
else
{
MessageBox.Show("Connection Failed!", "Failed");
}
}
private void deimosCheckbox1_Click(object sender, EventArgs e)
{
byte[] buffer = new byte[4];
buffer[0] = 0x60;
PS3.SetMemory(0x18e014, buffer);
}
private void deimosCheckbox3_Click(object sender, EventArgs e)
{
byte[] buffer = new byte[] { 9 };
PS3.SetMemory(0x2ac59b, buffer);
}
private void deimosLabel1_Click(object sender, EventArgs e)
{
}
private void deimosRadioButton1_Click(object sender, EventArgs e)
{
PS3.ChangeAPI(SelectAPI.ControlConsole);
}
private void deimosSwitch1_Click(object sender, EventArgs e)
{
}
protected override void Dispose(bool disposing)
{
if (disposing && (this.components > null))
{
this.components.Dispose();
}
base.Dispose(disposing);
}
private void Form1_Load(object sender, EventArgs e)
{
this.FlashingName.Start();
this.FlashingName.Enabled = true;
}
private void InitializeComponent()
{
this.components = new Container();
this.deimosTheme1 = new DeimosTheme();
this.deimosCheckbox2 = new DeimosCheckbox();
this.deimosLabel1 = new DeimosLabel();
this.deimosRadioButton1 = new DeimosRadioButton();
this.deimosCheckbox1 = new DeimosCheckbox();
this.deimosButton1 = new DeimosButton();
this.FlashingName = new Timer(this.components);
this.deimosTheme1.SuspendLayout();
base.SuspendLayout();
this.deimosTheme1.AllowResize = true;
this.deimosTheme1.BackColor = Color.FromArgb(0x37, 0x37, 0x37);
this.deimosTheme1.Controls.Add(this.deimosCheckbox2);
this.deimosTheme1.Controls.Add(this.deimosLabel1);
this.deimosTheme1.Controls.Add(this.deimosRadioButton1);
this.deimosTheme1.Controls.Add(this.deimosCheckbox1);
this.deimosTheme1.Controls.Add(this.deimosButton1);
this.deimosTheme1.Dock = DockStyle.Fill;
this.deimosTheme1.DrawIcon = true;
this.deimosTheme1.DrawIconSlot = true;
this.deimosTheme1.Font = new Font("Segoe UI", 10f);
this.deimosTheme1.ForeColor = Color.FromArgb(0x92, 0x95, 0x98);
this.deimosTheme1.InnerBox = true;
this.deimosTheme1.InnerGradient = true;
this.deimosTheme1.InnerRigid = false;
this.deimosTheme1.Location = new Point(0, 0);
this.deimosTheme1.Name = "deimosTheme1";
this.deimosTheme1.Size = new Size(0xe3, 0xd7);
this.deimosTheme1.TabIndex = 0;
this.deimosTheme1.Text = "deimosTheme1";
this.deimosCheckbox2.BackColor = Color.FromArgb(0x39, 0x3b, 0x40);
this.deimosCheckbox2.Checked = false;
this.deimosCheckbox2.DrawRigid = false;
this.deimosCheckbox2.Font = new Font("Segoe UI", 10f);
this.deimosCheckbox2.ForeColor = Color.FromArgb(0x60, 0x62, 0x67);
this.deimosCheckbox2.Location = new Point(0, 0);
this.deimosCheckbox2.Name = "deimosCheckbox2";
this.deimosCheckbox2.Size = new Size(0x83, 0x10);
this.deimosCheckbox2.TabIndex = 0;
this.deimosLabel1.BackColor = Color.FromArgb(0x37, 0x3a, 0x3d);
this.deimosLabel1.Font = new Font("Segoe UI", 10f);
this.deimosLabel1.Location = new Point(0xc7, 0xfb);
this.deimosLabel1.Name = "deimosLabel1";
this.deimosLabel1.Size = new Size(0x116, 0x23);
this.deimosLabel1.TabIndex = 9;
this.deimosLabel1.Text = "BO3 No Recoil toolCredits to Offline for offset";
this.deimosLabel1.Click += new EventHandler(this.deimosLabel1_Click);
this.deimosRadioButton1.BackColor = Color.FromArgb(0x39, 0x3b, 0x40);
this.deimosRadioButton1.Checked = false;
this.deimosRadioButton1.Font = new Font("Segoe UI", 10f);
this.deimosRadioButton1.ForeColor = Color.FromArgb(0x60, 0x62, 0x67);
this.deimosRadioButton1.Location = new Point(0x3e, 0x43);
this.deimosRadioButton1.Name = "deimosRadioButton1";
this.deimosRadioButton1.Size = new Size(0x7b, 0x10);
this.deimosRadioButton1.TabIndex = 8;
this.deimosRadioButton1.Text = "Click meh";
this.deimosRadioButton1.Click += new EventHandler(this.deimosRadioButton1_Click);
this.deimosCheckbox1.BackColor = Color.FromArgb(0x39, 0x3b, 0x40);
this.deimosCheckbox1.Checked = false;
this.deimosCheckbox1.DrawRigid = false;
this.deimosCheckbox1.Font = new Font("Segoe UI", 10f);
this.deimosCheckbox1.ForeColor = Color.FromArgb(0x60, 0x62, 0x67);
this.deimosCheckbox1.Location = new Point(0x2c, 180);
this.deimosCheckbox1.Name = "deimosCheckbox1";
this.deimosCheckbox1.Size = new Size(0x7e, 0x10);
this.deimosCheckbox1.TabIndex = 1;
this.deimosCheckbox1.Text = "No Recoil";
this.deimosCheckbox1.Click += new EventHandler(this.deimosCheckbox1_Click);
this.deimosButton1.BackColor = Color.FromArgb(0x37, 0x3a, 0x3d);
this.deimosButton1.DrawRigid = false;
this.deimosButton1.Font = new Font("Segoe UI", 10f);
this.deimosButton1.Location = new Point(0x2c, 0x5c);
this.deimosButton1.Name = "deimosButton1";
this.deimosButton1.Size = new Size(0xa1, 40);
this.deimosButton1.TabIndex = 0;
this.deimosButton1.Text = "Connect And Attach";
this.deimosButton1.Click += new EventHandler(this.deimosButton1_Click);
base.AutoScaleDimensions = new SizeF(6f, 13f);
base.AutoScaleMode = AutoScaleMode.Font;
base.ClientSize = new Size(0xe3, 0xd7);
base.Controls.Add(this.deimosTheme1);
base.Name = "Form1";
this.Text = "Snake Tool";
base.Load += new EventHandler(this.Form1_Load);
this.deimosTheme1.ResumeLayout(false);
base.ResumeLayout(false);
}
}
}
//Source dropped by UnboundGodz