Mod BO1 Black ops 1 CFG mods

Black Ops 1 Mod Menu Code You Might Want to Use​


I've been digging through some old BO1 configs and found a few useful commands that could be worth adding to your own projects.​

Multiplayer​


Code:
set clanName "HACK"

set cg_drawFPS "1"
set cl_wadefps "1"
set drawLagometer "1"
set compass "1"

set gpad_buttonsConfig x

set developer 1
set developer_script 1

set aim_autoaim_enabled 1
set aim_lockon_enabled 1
set aim_slowdown_enabled 1
set aim_lockon_strength 100
set aim_lockon_deflection 1
set aim_aimAssistRangeScale 999
set aim_autoAimRangeScale 999
set aim_autoaim_region_width 640
set aim_autoaim_region_height 480
set aim_lockon_region_width 640
set aim_lockon_region_height 480

set aon "set aim_autoaim_enabled 1;set aim_lockon_enabled 1;set aim_slowdown_enabled 1;set aim_lockon_strength 100"
set aoff "set aim_autoaim_enabled 0;set aim_lockon_enabled 0;set aim_slowdown_enabled 0;set aim_lockon_strength 0"

bind2 BUTTON_RSHLDR "toggle aim_autoaim_enabled 0 1;toggle aim_lockon_enabled 0 1;toggle aim_slowdown_enabled 0 1"

set customclass1 "^4Developer"
set customclass2 "^2Was"
set customclass3 "^3Here ^1<3"
set customclass4 "CLASS 4"
set customclass5 "GODMODE"



Zombies​


Code:
set gpad_buttonsConfig x

set developer 1
set developer_script 1

set a joinsession_errortitle
set b joinsession_errormessagedebug

set h "^5T.Me.ModdingXZ^1 | ^6ModdingXZ Mod Menu ^1| ^F ^4Enjoy!"

set t1 "^2[ GOD ]"
set t2 "^2[ ROUND 999 ]"
set t3 "^2[ MONEY ]"
set t4 "^2[ AMMO ]"

set r "set scr_zombie_round 999;zombie_devgui round"
set m "zombie_devgui money"
set i "give ammo;player_sustainAmmo 1;player_clipSizeMultiplier 999"

set p1 "setfromdvar (dvarstring(b)) t1;bind2 BUTTON_RSTICK god;bind2 DPAD_LEFT (dvarString p8);bind2 DPAD_RIGHT (dvarString p2)"
set p2 "setfromdvar (dvarstring(b)) t2;bind2 BUTTON_RSTICK (dvarString r);bind2 DPAD_LEFT (dvarString p1);bind2 DPAD_RIGHT (dvarString p3)"
set p3 "setfromdvar (dvarstring(b)) t3;bind2 BUTTON_RSTICK (dvarString m);bind2 DPAD_LEFT (dvarString p2);bind2 DPAD_RIGHT (dvarString p4)"
set p4 "setfromdvar (dvarstring(b)) t4;bind2 BUTTON_RSTICK (dvarString i);bind2 DPAD_LEFT (dvarString p3);bind2 DPAD_RIGHT (dvarString p5)"



Requirements / How This Works​



For this to work, you will need to decrypt your Black Ops 1 save file first.

1. Decrypt your BO1 save using your preferred save tool.
2. Load the MP or CM save file with the provided tool.
3. Paste the required code into the save.
4. Encrypt the save again using a tool such as Save Wizard or Garlic Save.
5. Transfer the save back to your console and test.





I'm still digging through old BO1 CFGs and scripts, so I'll probably post more useful snippets as I find them.

If there's enough interest, I'll also release some of the code behind my own projects.

Community Feedback​


How would you like future releases to be shared?​

  • 🔓 Unencrypted source code
  • 🔒 Encrypted/compiled releases
  • 📚 Step-by-step tutorials explaining how everything works
  • 📦 Complete downloadable projects with source included


Personally, I don't think this belongs in a traditional "Mod Menu" section, as this is technically save-file modification rather than a direct in-game mod menu.

It may be better suited under a Save Editing / Game Save Modding section.

Let me know what you would prefer, and I'll release future posts that way.

Questions, suggestions or requests?

Contact me on Telegram
 

Attachments

  • Black ops 1 Tool.zip
    584.7 KB · Views: 4
Last edited:
  • Like
Reactions: ninja42204