Post: [PS3] Command Console
07-09-2013, 11:22 PM #1
Choco
Respect my authoritah!!
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU!

Here's a little tool I have been working on for a few days now. This is a command line tool for Black Ops II that acts as a command console (like what you would have on PC). This tool requires a DEX PS3.

Features of the Tool:

  • True command line - You can type an entire line of commands (those supported by the game) and they will be executed by the in-game command buffer function.
  • Config file execution - You can load and execute any .cfg file directly from your computer (max size: 2048 characters)
  • Custom commands added to game - listed further down in the thread.
  • Custom dvars added: jump_height, player_sustainAmmo, player_recoilEnabled, and r_fog
  • Easter eggs - there are a few special commands in here Winky Winky Have fun finding them!


Here is a screenshot of the tool:

You must login or register to view this content.


List of custom commands I have added:

  • god - classic god mode toggle
  • allgod - classic god mode toggle, all clients
  • flymode - pseudo-noclip. Cannot go through barriers. (thanks to aerosoul94)
  • addcash - add 10000 points (zombies)
  • addcashall - add 10000 points to all clients (zombies)
  • setcash <value> - set your points (zombies)
  • say "text" - send a message to all clients
  • setname "name" - change your name
  • listperks - display all perk names
  • dvarlist - list a few (and i mean very few) useful dvars
  • maplist - list map names (mp dlc not included)

*Note: these commands can not be executed via .cfg files.


How to Use:

1. Download the EBOOT.BIN for either zombies or multiplayer (can be found in downloads section).
2. Copy the EBOOT.BIN to /dev_hdd0/game/YOUR BLACK OPS II REGION/USRDIR/ on your PS3.
3. Launch Black Ops II.
4. Download and run the BOII Command Console program.
5. Type the following code, then hit enter:

    connect "your ps3 ip address"


6. The tool should then connect to your PS3 and attach the process.



Downloads:

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content. (may display false positives due to packing)



Some example commands:

setperk yourName specialty_rof - give yourself double tap
setperk yourName specialty_additionalprimaryweapon - give yourself mulekick
set jump_height 2000 - maximum jump height
set g_speed 300 - fast movement speed
set bg_gravity 200 - low gravity
set player_sustainAmmo 1 - enable unlimited ammo
set player_recoilEnabled 0 - disable weapon recoil
set r_fog 0 - disable fog


Credits:
-Sonoro for packing
-aerosoul94 for helping me figure out how to change player movement type


Have fun guys! Keep in mind that in black ops II the security is much higher than other CODs. Commands like "bind" will not work as they did before. Also, to discourage online modding, I have not bothered to add client number detection for host. It is only guaranteed to work properly in private or offline matches.

Enjoy everyone Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following 88 users say thank you to Choco for this useful post:

Day, {H} | Exception, ℳaTiCz, Ace, Agent Beast, AlexNGU, AMNE, B o n e, B777x, BAMF, BigGucciSosa300, blackhawk34, Bucko, Callum x, Capo837, BLiNDzZ, Chxii, Crunk, dara jihan, deneo24, DEREKTROTTER, Devastation, DinoFreak, ErasedDev, DonGiuliiano, drdshh, FM|T Enstone, Harry, HolyCreepsHacks, Beats, IcyDose, II Dave II, imD, inflao, Insult, ItsMagiicsz, Jakeyy, Karoolus, kashiboy, KCxFTW, KrElZo, Liam-, Mango_Knife, Master Ro, MOHN, Nicktasticz, network10, NUKES-X-MODS-X, O-H, oIvan, oMODern_Edition, Dan, Darth Saul, primetime43, Pseudo_Soldier, punkybear2102, Raz0rMind, Rick, Sal, Sarmas, ICS Vortex, SC58, smashedya, SnaY, sniper-4Eye, Soldier., Taylor, TheJaRniBoi, ThreeSixtyyy, TreyarchTragedy, Uk_ViiPeR, Vampytwistッ, WeJailbreakYou, worrorfight, xkoeckiiej, xLuCiDiTyZxHD, xMonkeyBoyX, XxBlud23xX, Ziad1997, ZMK-iNFiNiTY, zSunriseModz, Zwiik
07-10-2013, 01:24 PM #29
Bichote
Former Staff
Thanks for the release Choco =D
07-10-2013, 02:57 PM #30
Citadel
Samurai Poster
Originally posted by Choco View Post
I removed dvar cheat protection. But, as I stated in the thread, I do not condone using this online.


I have a question about my cfw. Whenever i try and use the psidpatcher by stoker25 to change my CID, it always puts it as "000008004100000c" <-first line and the rest lines are 0's. Do you know how to fix this?
I can send you a video if you don't understand
07-10-2013, 03:31 PM #31
Tustin
Balls of Steel
Originally posted by H View Post
Yea or if he made it so it could read cfg files and you could just have it read your cfg.

It does read .cfg files (or at least did when I had it.) Just put some dvars in a cfg file and run the command: exec name.cfg(make sure you have the cfg file in the same location as the program.)

The following user thanked Tustin for this useful post:

O-H
07-10-2013, 03:35 PM #32
FAKA_ELITE
[move]H4CK3R T34M[/m
Originally posted by Founder
Nice tool. However, a shame it isn't for Elite. Very Disappointing.


Why you want this for Elites? You cant even play Online or you get insta BAN...
07-10-2013, 04:14 PM #33
iTruceFret
[move]From now on, call me DRAGON.[/move]
You must login or register to view this content.

The following user thanked iTruceFret for this useful post:

07-10-2013, 05:02 PM #34
Mango_Knife
In my man cave
Originally posted by Choco View Post
Hello NGU!

Here's a little tool I have been working on for a few days now. This is a command line tool for Black Ops II that acts as a command console (like what you would have on PC). This tool requires a DEX PS3.

Features of the Tool:

  • True command line - You can type an entire line of commands (those supported by the game) and they will be executed by the in-game command buffer function.
  • Config file execution - You can load and execute any .cfg file directly from your computer (max size: 2048 characters)
  • Custom commands added to game - listed further down in the thread.
  • Custom dvars added: jump_height, player_sustainAmmo, player_recoilEnabled, and r_fog
  • Easter eggs - there are a few special commands in here Winky Winky Have fun finding them!


Here is a screenshot of the tool:

You must login or register to view this content.


List of custom commands I have added:

  • god - classic god mode toggle
  • allgod - classic god mode toggle, all clients
  • flymode - pseudo-noclip. Cannot go through barriers. (thanks to aerosoul94)
  • addcash - add 10000 points (zombies)
  • addcashall - add 10000 points to all clients (zombies)
  • setcash <value> - set your points (zombies)
  • say "text" - send a message to all clients
  • setname "name" - change your name
  • listperks - display all perk names
  • dvarlist - list a few (and i mean very few) useful dvars
  • maplist - list map names (mp dlc not included)

*Note: these commands can not be executed via .cfg files.


How to Use:

1. Download the EBOOT.BIN for either zombies or multiplayer (can be found in downloads section).
2. Copy the EBOOT.BIN to /dev_hdd0/game/YOUR BLACK OPS II REGION/USRDIR/ on your PS3.
3. Launch Black Ops II.
4. Download and run the BOII Command Console program.
5. Type the following code, then hit enter:

    connect "your ps3 ip address"


6. The tool should then connect to your PS3 and attach the process.



Downloads:

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content. (may display false positives due to packing)



Some example commands:

setperk yourName specialty_rof - give yourself double tap
setperk yourName specialty_additionalprimaryweapon - give yourself mulekick
set jump_height 2000 - maximum jump height
set g_speed 300 - fast movement speed
set bg_gravity 200 - low gravity
set player_sustainAmmo 1 - enable unlimited ammo
set player_recoilEnabled 0 - disable weapon recoil
set r_fog 0 - disable fog


Credits:
-Sonoro for packing
-aerosoul94 for helping me figure out how to change player movement type


Have fun guys! Keep in mind that in black ops II the security is much higher than other CODs. Commands like "bind" will not work as they did before. Also, to discourage online modding, I have not bothered to add client number detection for host. It is only guaranteed to work properly in private or offline matches.

Enjoy everyone Smile


Iv Just use this and its Pretty Good
Cool Tool choco whats Next? BO2 Mod Menu?
07-10-2013, 06:42 PM #35
good job , nice release
07-10-2013, 06:42 PM #36
MGMoDzHD
Pokemon Trainer
Thanks
07-10-2013, 08:39 PM #37
O-H
Bounty hunter
Originally posted by XxUnkn0wnxX View Post
this works great 4 force host Smile:

Force Host:

party_reconnectToHostOnTimeout 1
party_iamhost 1
migration_forceHost 1
partyMigrate_disabled 1

It works. but I keep joining those locked lobby boosters lol.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo