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
Last edited by Choco ; 07-09-2013 at 11:25 PM.

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, 03:42 AM #20
Ace
Former Staff Member
Nice Release man :3
07-10-2013, 03:46 AM #21
O-H
Bounty hunter
Found an Easter Egg Smile
07-10-2013, 04:24 AM #22
XxUnkn0wnxX
F4LLEN ANG3L
this works great 4 force host Smile:

Force Host:

party_reconnectToHostOnTimeout 1
party_iamhost 1
migration_forceHost 1
partyMigrate_disabled 1
Last edited by XxUnkn0wnxX ; 07-10-2013 at 04:28 AM.
07-10-2013, 04:30 AM #23
XxUnkn0wnxX
F4LLEN ANG3L
would be great if u added copy and paste feature 2 the command line so i can just paste in the dvars and maybe a message if it executed successfully or failed or command not recognized

The following user thanked XxUnkn0wnxX for this useful post:

Zwiik
07-10-2013, 05:43 AM #24
sniper-4Eye
Gym leader
great work Choco !.. nice tool Winky Winky
07-10-2013, 07:54 AM #25
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

Yea or if he made it so it could read cfg files and you could just have it read your cfg.
07-10-2013, 08:26 AM #26
Xx--AIDAN--xX
One Man Army
enjoy the bans every1 you will get caught
07-10-2013, 10:14 AM #27
cod5cl
You talkin to me?
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


it's clean eboot or not..?

and there's any way to avoid banned....?
07-10-2013, 12:58 PM #28
C123
Do a barrel roll!
Originally posted by TruthMyReligioN View Post
did you removed the cheat protection so we don't get banned in 5 minutes ?


cheat protection doesent get you banned.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo