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:
    yea looks like it will be out on the 29th
  • @ QM|T_JinX:
    the jb it self or info on it lol
  • @ lurch6661:
    not sure lol
  • @ QM|T_JinX:
    lol
  • @ lurch6661:
    will definently be cool though
  • @ lurch6661:
    man i hope its online cause if it is its all over ha
  • @ QM|T_JinX:
    ya well the guy in the video said after the twitter post normaly it wont take long befor a release so lets hope a month or maybe 2
  • @ QM|T_JinX:
    i already said it is for the 11.00 so no no online
  • @ QM|T_JinX:
    still no online xploit and if this will release it already taking this long for a 11.00 xploit what is the latest ps4 firmware 11.50 or so
  • @ lurch6661:
    yup
  • @ QM|T_JinX:
    mayb if xploit can run dex kernal it will allow us to go online but like i said i know to little about it so i have no idea
  • @ QM|T_JinX:
    lol but even then i havent seen anything about ids on ps4 so if you get banned its pretty mutch over for that ps4
  • @ lurch6661:
    lol
  • @ lurch6661:
    the world has turned and left me here
  • @ lurch6661:
    good song
  • @ QM|T_JinX:
    xd
  • @ lurch6661:
    unlocked a trophy in battlefield
  • @ QM|T_JinX:
    nice
  • @ QM|T_JinX:
    what rank you on there
  • @ lurch6661:
    i think 9
  • @ lurch6661:
    ya no loose in poker then i play battlefield ha
  • @ QM|T_JinX:
    ok haha yea im on mw3
  • @ QM|T_JinX:
    last match 20 and this match 39 kills
  • @ lurch6661:
    dam good job
  • @ QM|T_JinX:
    now i got over 40 this was a good match for sure
    @ QM|T_JinX: now i got over 40 this was a good match for sure