BO3 - 1.02 No Recoil Tool by Python

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

UnboundGodz

Local Celebrity
Retired Staff
CC Dev Team
Local Celebrity
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
Jan 4, 2014
2,023
2,106
743
Unknown
iHWUaOb.jpg


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
 

UnboundGodz

Local Celebrity
Retired Staff
CC Dev Team
Local Celebrity
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
Jan 4, 2014
2,023
2,106
743
Unknown
Removed info due to not being legit, will update once a legit No Recoil is released.
 
  • Like
Reactions: crankyman44

crankyman44

Active Poster
Active Member
May 24, 2015
290
133
103
New Jersey
iHWUaOb.jpg


DOWNLOAD:



VIRUS SCAN:

SOURCE VIRUS SCAN:
(Not needed being a source)

Form1.cs:

WILL UPDATE ONCE LEGIT NO RECOIL IS RELEASED! Ive tested this multiple times and multiple ways and doesnt seem to work in Local or Online.
I was going to say that was fast :D
 

UnboundGodz

Local Celebrity
Retired Staff
CC Dev Team
Local Celebrity
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
Jan 4, 2014
2,023
2,106
743
Unknown
reverted back, if this works for u... well alright.
 
General chit-chat
Help Users
  • @ lurch6661:
    but i will download the game
  • @ QM|T_JinX:
    cool
  • @ lurch6661:
    did you look into getting a new mic
  • @ QM|T_JinX:
    now not yet got one my self but i do got one lol
  • @ lurch6661:
    lol
  • @ QM|T_JinX:
    you got one /
  • @ lurch6661:
    gonna get one
  • @ lurch6661:
    need a wireless one
  • @ QM|T_JinX:
    well when you get your money maybe get one
  • @ QM|T_JinX:
    im gonna buy one this month but i also want to get the edg controler hahaha
  • @ QM|T_JinX:
    edge
  • @ QM|T_JinX:
    but let me know if you realy gonna install mw3 and if you want to play some matches we can work on a menu for you then
  • @ QM|T_JinX:
    im gonna watch a movie so catch you on the flip side
  • @ lurch6661:
    ok cool bro tc
  • @ lurch6661:
    i will download it for sure then
  • @ QM|T_JinX:
    keep in mind i do think there are free ones you maybe have to buy one and also dont do it on your main account make new one
  • @ ZockMock131:
    Hello there, is the Admin online?
  • @ QM|T_JinX:
    well im not a admin but maybe i can help /
  • @ ZockMock131:
    I want to delete my old account permantly bcs i dont use it anymore
  • @ QM|T_JinX:
    there is no option to delete a account for members im afraid
  • @ ZockMock131:
    Why is that bro
    ?
  • @ QM|T_JinX:
    not sure
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    nodikx is our newest member. Welcome!
  • Chat Bot:
    KrxzyMods is our newest member. Welcome!
    Chat Bot: KrxzyMods is our newest member. Welcome!