Post: Made a mod for bo2 but dont know how to use it in game
11-09-2015, 12:37 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello i am having trouble with a mod menu i made i have made it from scratch with notpad++. I will put the code in here. Can someone check it and see if its correct. Also I would like to know how to convert it in order to use it. If anyone knows id like to know thanks.
----------------------------------------------------------------------------------------------------------------------------------------------------
the code is below
----------------------------------------------------------------------------------------------------------------------------------------------------
<menu>
<title>The Mod Menu</title>
<item>
<menu>
<title>Main Modz</title>
<item>
<name>God Mode</name>
<cmd>scr_player_maxhealth 100000000<cmd></cmd>
</item>
</menu>
</item>
<item>
<menu>
<title>Aim Menu</title>
<item>
<name>Estate</name>
<cmd>map mp_estate</cmd>
</item>
<item>
<name>Auto Aim</name>
<cmd>aim_autoaim_enable 1</cmd>
</item>
</menu>
</item>
<item>
<menu>
<title>Clan_Tag Menu<title>
<item>
<name>{JSE}</name>
<cmd>set clanname {JSE}</cmd>
</item>
</menu>
</item>
<item>
<menu>
<title>Other Fun Stuff</title>
<item>
<name>Level 70</name>
<cmd>setplayerdata "experience" 2516000</cmd>
</item>
</menu>
</item>
</menu>

----------------------------------------------------------------------------------------------------------------------------------------------------
Thanks if anyone can help
(adsbygoogle = window.adsbygoogle || []).push({});
11-09-2015, 04:43 AM #2
Adrian
Adrian is back!
Originally posted by 17bharnly View Post
Hello i am having trouble with a mod menu i made i have made it from scratch with notpad++. I will put the code in here. Can someone check it and see if its correct. Also I would like to know how to convert it in order to use it. If anyone knows id like to know thanks.
----------------------------------------------------------------------------------------------------------------------------------------------------
the code is below
----------------------------------------------------------------------------------------------------------------------------------------------------
<menu>
<title>The Mod Menu</title>
<item>
<menu>
<title>Main Modz</title>
<item>
<name>God Mode</name>
<cmd>scr_player_maxhealth 100000000<cmd></cmd>
</item>
</menu>
</item>
<item>
<menu>
<title>Aim Menu</title>
<item>
<name>Estate</name>
<cmd>map mp_estate</cmd>
</item>
<item>
<name>Auto Aim</name>
<cmd>aim_autoaim_enable 1</cmd>
</item>
</menu>
</item>
<item>
<menu>
<title>Clan_Tag Menu<title>
<item>
<name>{JSE}</name>
<cmd>set clanname {JSE}</cmd>
</item>
</menu>
</item>
<item>
<menu>
<title>Other Fun Stuff</title>
<item>
<name>Level 70</name>
<cmd>setplayerdata "experience" 2516000</cmd>
</item>
</menu>
</item>
</menu>

----------------------------------------------------------------------------------------------------------------------------------------------------
Thanks if anyone can help


Thread has been moved to Black Ops 2 Mods Questions.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo