• 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.

BO3 - 1.02 No Recoil Tool by Python

UnboundGodz

Local Celebrity
Retired Staff
CC Dev Team
Local Celebrity
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
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.
 
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
  • @ QM|T_JinX:
    im in for that bro
  • @ QM|T_JinX:
    yea i saw the giveaways back then great job on that too
  • @ God:
    Thank you for the kind words, but I do it just for the people and community I love to help out anyway I can and give back to this amazing community!
  • @ God:
    What time is It for you bro? You live in the UK right
  • @ QM|T_JinX:
    22:26 no the netherlands
  • @ QM|T_JinX:
    yea i always found you a great staff member doing giveaways and stuff you guys made me want to be staff hahaha
  • @ QM|T_JinX:
    the fun you guys had as staff members joking around hahah
  • @ QM|T_JinX:
    did you speak to younis about maybe a plan or something to get this working again ?
  • @ God:
    I remember now it’s been a while you know lol but I remember you live in the Netherlands. You are a great Super Moderator bro as wel you are always active helping and trying to do what you can respect for you as well! I’m in the United States it’s 4:32pm here. What you going to do tonight?
  • @ QM|T_JinX:
    thanks bro appreciate that nothing mutch thinking about after the movie playing some red dead 2 almost have it on platinum haha
  • @ QM|T_JinX:
    so you thinking about become staff again or no great to have you back on here hto
  • @ QM|T_JinX:
    tho
  • @ God:
    That’s the truth I see I come on here often here lately, sometimes I don’t chat! But yes I really want to help out and do everything I can bring the site back like it should be bro! Maybe we could work something out, I think I have the resources and community to help
  • @ QM|T_JinX:
    yea i have seen you on here just like unbound and some others but they didnt stick haha yea would be great to see this site grow again like you said like it should be
  • @ God:
    We will see we gotta talk to the boss man Younis
  • @ QM|T_JinX:
    for sure haha well lets hope right
  • @ QM|T_JinX:
    i still think if there was a jailbreak for ps4 this site would have been back for sure
  • @ God:
    That would be awesome I’m sure it will happen before long, technology now a days is crazy! If we can work out a deal and plans I’ll be spreading the word and doing a lot to make it better more attractive and helpful fourms tips giveaways and all
  • @ God:
    I’ve been messing and working with trying to make great CSS for the names. Like Staff Premium news writer etc..
  • @ QM|T_JinX:
    ok so hows that going /
  • @ God:
    It’s going good. So we will see what happens and if the site can come back like it was or better
  • @ QM|T_JinX:
    nice yea lets hope
  • @ QM|T_JinX:
    im going to play some red dead it was great to have spoken to you bro nice to see you back on here
  • @ QM|T_JinX:
    hope you have a great night bro
  • @ God:
    It was good talking with you as well, you have a great night! We will talk later bro
      @ God: It was good talking with you as well, you have a great night! We will talk later bro
      Back
      Top