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,107
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
 
Removed info due to not being legit, will update once a legit No Recoil is released.
 
  • Like
Reactions: crankyman44
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
 
reverted back, if this works for u... well alright.
 
General chit-chat
Help Users
  • Chat Bot:
    LilBoat100 has left the room.
  • Chat Bot:
    keonhacaivoto is our newest member. Welcome!
  • Chat Bot:
    QM|T has joined the room.
  • Chat Bot:
    estro101 is our newest member. Welcome!
  • Chat Bot:
    yeclipsex is our newest member. Welcome!
  • Chat Bot:
    QM|T has joined the room.
  • Chat Bot:
    Diabloron is our newest member. Welcome!
  • Chat Bot:
    mr kiki is our newest member. Welcome!
  • Chat Bot:
    NorwayVon is our newest member. Welcome!
  • Chat Bot:
    QM|T has joined the room.
  • Chat Bot:
    cynthia is our newest member. Welcome!
  • Chat Bot:
    LilBoat100 has joined the room.
  • @ LilBoat100:
    been a min
  • @ LilBoat100:
    i have uncharted 3, (digital) my disc aint working for shit lol, so whenever i try finding "LAN Party" its not on digital, only on disc. so if theres like a eboot maybe, or something i can do to activate the LAN Party to play offline, that shit would be dope bro. anyone.
  • @ LilBoat100:
    or maybe if i download it as iso? idk
  • Chat Bot:
    tazl is our newest member. Welcome!
  • Chat Bot:
    LilBoat100 has joined the room.
  • Chat Bot:
    QM|T has joined the room.
  • Chat Bot:
    salih01barwari has left the room.
  • Chat Bot:
    ImMike is our newest member. Welcome!
  • Chat Bot:
    ImMike has posted a new reply in the thread "PS4 v3.50 Neighborhood".
  • Chat Bot:
    QM|T has joined the room.
  • Chat Bot:
    nhandinhkeonhacaidee is our newest member. Welcome!
  • Chat Bot:
    go88ttacom is our newest member. Welcome!
      Chat Bot: go88ttacom is our newest member. Welcome!