[BO3/1.03/TUTORIAL] HOW TO CODE NON-HOST MOD

  • 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.
Hay Guy,

Super here today going to show you how to code your own black ops 3 non-host tool. A lot of you may know how to code but this is just a
friendly help.

1) Create an new project in Visual studio (any version , 2010, 2013, 2015)
2) Name the Project whatever you want to call it

For example, Super Black Ops III Non-Host Tool
qDo8SWn.png
3) After creating an new project you will get an window forum like this!
6RyOWrm.png
4) Drag out 2 button and rename them to Connect and attach. also drag out one radioButton1 and rename to CCAPI. will look like this!
50C9bgn.png

5) Declare the connect and attach button. Code provide below
Code:
Declare PS3API
This goes under Class forum1
PS3API PS3 = new PS3API();


// Connect button


            if (PS3.ConnectTarget())
            {

                MessageBox.Show("PS3 CONNECT");
            }
            else
            {
                MessageBox.Show("PS3 Fail to CONNECT");

            }

// Attach Button
if (PS3.AttachProcess())
            {
                MessageBox.Show("Attach Success");
            }
            else
            {
                MessageBox.Show("Attach Fail");
            }

// CCAPI (radiobutton1)

PS3.ChangeAPI(SelectAPI.ControlConsole);

6) Now make 3 or 4 check box so we can start coding non host mod.
something like this
75yfPSY.png


7) Now Lets double click each checkbox so we can start coding.

i will do the first one and you guys can do the rest. same method but different offset & bytes

Code:
// UAV CODE

if (checkBox1.Checked == true)
            {
                byte[] UAV = new byte[] { 0x60, 0x00, 0x00, 0x00 };
                PS3.SetMemory(0xC7808, UAV);
                // ON
            }
            else
            {
                byte[] UAV = new byte[] { 0x60, 0x00, 0x00, 0x00 };
                PS3.SetMemory(0xC7824, UAV);
                // OFF
            }

Do this for the rest but make sure you change the Offset & Bytes! Also for next checkbox chnage to CheclBox2 so on and so forth.

8) Do this all and you are done :)


Hope this help out you guys :D

You may get Non-Host Offset Here
http://consolecrunch.com/threads/1-03-adresse-offset-structures-for-all-update.18620/
 
Last edited:
General chit-chat
Help Users
  • @ lurch6661:
    sound is terrible
  • @ QM|T_JinX:
    haha ya here too but im gonna go to bed in a few anyways gonna go to my girlfriends house tomorrow this weekend my fucking birthday ahhaha
  • @ QM|T_JinX:
    i know it do last time we played
  • @ lurch6661:
    lol cool happy birth in case forget
  • @ QM|T_JinX:
    think im gonna by new headset next month tho
  • @ QM|T_JinX:
    yea thanks bro
  • @ lurch6661:
    yea me too
  • @ QM|T_JinX:
    we can play then for sure
  • @ lurch6661:
    yup
  • @ QM|T_JinX:
    gonna gt MW3 too
  • @ QM|T_JinX:
    get
  • @ lurch6661:
    hell yea
  • @ lurch6661:
    i got a tournament hope i win so i can get a ps5
  • @ QM|T_JinX:
    yea lets hope
  • @ QM|T_JinX:
    good luck
  • @ lurch6661:
    thanks its a 13 ooo dollar one
  • @ lurch6661:
    i have and will win again
  • @ QM|T_JinX:
    nice
  • @ lurch6661:
    ben playing for like 20 years
  • @ QM|T_JinX:
    damn problem maybe hahah
  • @ lurch6661:
    ;lol
  • @ QM|T_JinX:
    xd lol
  • @ QM|T_JinX:
    well im gonna shut down everything good luck bro and have a good night
  • @ lurch6661:
    thanks bro ill talk to yo u later peace out
  • @ QM|T_JinX:
    peace
    @ QM|T_JinX: peace