You are viewing our Forum Archives. To view or take place in current topics click here.
How To Make A Mod Menu
Posted:

How To Make A Mod MenuPosted:

M0D1F13D
  • TTG Senior
Status: Offline
Joined: Sep 06, 201013Year Member
Posts: 1,069
Reputation Power: 47
Status: Offline
Joined: Sep 06, 201013Year Member
Posts: 1,069
Reputation Power: 47
All Credit Goes To Fragtastic of S7!!!

This is a tut on making a mod menu out of config files or .cfg's, and loading raw cfg's.

1. Start off by Downloading this file,
[ Register or Signin to view external links. ] . No virus scan since it isnt executable.

3. Open the test.cfg Im not going to explain how to edit it but you can figure it out with the EX. I have given. Put test.cfg in the main directory of you Black Ops Folder.

4. Open a decrypted Default_mp.xex and insert this bind:

bind button_back "exec test.cfg"


Place the xex in your Black Ops main directory along with any .cfg's and when your ingame press Back and your mods should load.

Example test.cfg


say "M0D1F13D 1S B34ST"
say "Dpad Down 4 3arc clanname"
bind DPAD_DOWN "exec clantag.cfg"   


Example of what your clantag.cfg might look like:

set clanname "3arc"
say "Clantag Set!!!"


Heres a Tut by Fragtastic on getting more space for binds and where to put binds.:

A few thing before we start this,
1. Im am using the Default_mp.xex this could possibly work with the Default.xex but after what I found with this discovery I don't really use these types of binds. If anyone want to try on the Default.xex please tell me so I can confirm in the OP.

2. You most likely can go farther until the next hit of 00 ,but I only needed that much space so if anyone want's to test I will gladly Edit the OP.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Get your decrypted default.xex and open it in any Hex Editor ( I'm going to use good old HxD).

2. Search for " exec mp/default_emblems " WITHOUT the quotes.



3. Now you can use this spot like the " exec viewSensitivity " method but you can use the blue shaded area.


4. Whenever you are done inputting whatever you bind insert periods until you hit the 00 00 00 00, Then go over the 2E's and null them out with 00. You should get something like this,



5. Save and then encrypt. For those of you that don't know you can run a decrypted XeX so you don't need encrypt it, but it's your choice.

*Note, a config file can be made by saving any notepad document as "anytihing.cfg"*
My aim is m0d1f13d @ yahoo.com if you need help.
Have Fun!!
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.