Post: My first mod menu V1.0
03-21-2012, 01:56 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys this is my first cod4 mod menu so let me know what you think its one for a beginner but enjoy there will be many more


MP;

set playlist "7"
set party_connectToOthers "0"
set party_host "1"
set a "Cg_hudchatposition 300 300;say [^1Shoot bricks];bind DPAD_UP vstr l;bind DPAD_DOWN vstr b;bind BUTTON_X give brick_blaster_mp;cg_chatheight 1"
set b ";say [^1God mode];bind DPAD_UP vstr a;bind DPAD_DOWN vstr c;bind BUTTON_X god"
set c ";say [^1Unlimited Ammo];bind DPAD_UP vstr b;bind DPAD_DOWN vstr d;bind BUTTON_X player_sustainAmmo 1"
set d ";say [^1Give All];bind DPAD_UP vstr c;bind DPAD_DOWN vstr e;bind BUTTON_X give all"
set e ";say [^1Cod Jumper];bind DPAD_UP vstr d;bind DPAD_DOWN vstr f;bind BUTTON_X toggle jump_height 220 42;toggle g_speed 250 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;"
set f ";say [^1UFO];bind DPAD_UP vstr e;bind DPAD_DOWN vstr g;bind BUTTON_X ufo"
set g ";say [^1Aim BotAdvanced];bind DPAD_UP vstr f;bind DPAD_DOWN vstr h;bind BUTTON_X "
bind button_LTRIG "fast_restart ; scr_xpscale 10000"
bind button_RTRIG "toggle jump_height 0 42;toggle g_speed 0 190;"
set clanName "^0"




CM;

set t "cg_chatheight 0;bind BUTTON_X +gostand;bind DPAD_UP +actionslot 1;r_filmtweakenable 0;bind DPAD_DOWN vstr a"
set h ";say [^1UFO];bind DPAD_UP vstr g;bind DPAD_DOWN vstr i;bind BUTTON_X ufo"
set i ";say [^1Promod];bind DPAD_UP vstr h;bind DPAD_DOWN vstr j;bind BUTTON_X cg_fov 80"
set j ";say [^1Half Speed];bind DPAD_UP vstr i;bind DPAD_DOWN vstr k;bind BUTTON_X toggle timescale 0.5 1.0"
set k ";say [^1Helicopter];bind DPAD_UP vstr j;bind DPAD_DOWN vstr l;bind BUTTON_X give helicopter_mp"
set l ";say [^1];bind DPAD_UP vstr k;bind DPAD_DOWN vstr a;bind BUTTON_X "
bind button_RSTICK ""
set gpad_buttonsConfig "asdf"
bind DPAD_DOWN "vstr a"
set perk_weapSpreadMultiplier 0
set perk_weapRateMultiplier 0.50
set cg_laserForceOn 1
set player_sustainAmmo 1
set cg_drawThroughWalls 1 ; set cg_enemyNameFadeIn 0 ; set cg_enemyNameFadeOut 900000
set cg_tracerchance "1"
set cg_tracerlength "10000"
set cg_tracerSpeed "200"
set cg_tracerwidth "4"



Can some body tell me if these will work and if there good... Thanks
(adsbygoogle = window.adsbygoogle || []).push({});
03-21-2012, 12:01 PM #2
CrimsonEcho
Space Ninja
Originally posted by thebest
Hey guys this is my first cod4 mod menu so let me know what you think its one for a beginner but enjoy there will be many more


MP;

set playlist "7"
set party_connectToOthers "0"
set party_host "1"
set a "Cg_hudchatposition 300 300;say [^1Shoot bricks];bind DPAD_UP vstr l;bind DPAD_DOWN vstr b;bind BUTTON_X give brick_blaster_mp;cg_chatheight 1"
set b ";say [^1God mode];bind DPAD_UP vstr a;bind DPAD_DOWN vstr c;bind BUTTON_X god"
set c ";say [^1Unlimited Ammo];bind DPAD_UP vstr b;bind DPAD_DOWN vstr d;bind BUTTON_X player_sustainAmmo 1"
set d ";say [^1Give All];bind DPAD_UP vstr c;bind DPAD_DOWN vstr e;bind BUTTON_X give all"
set e ";say [^1Cod Jumper];bind DPAD_UP vstr d;bind DPAD_DOWN vstr f;bind BUTTON_X toggle jump_height 220 42;toggle g_speed 250 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;"
set f ";say [^1UFO];bind DPAD_UP vstr e;bind DPAD_DOWN vstr g;bind BUTTON_X ufo"
set g ";say [^1Aim BotAdvanced];bind DPAD_UP vstr f;bind DPAD_DOWN vstr h;bind BUTTON_X "
bind button_LTRIG "fast_restart ; scr_xpscale 10000"
bind button_RTRIG "toggle jump_height 0 42;toggle g_speed 0 190;"
set clanName "^0"




CM;

set t "cg_chatheight 0;bind BUTTON_X +gostand;bind DPAD_UP +actionslot 1;r_filmtweakenable 0;bind DPAD_DOWN vstr a"
set h ";say [^1UFO];bind DPAD_UP vstr g;bind DPAD_DOWN vstr i;bind BUTTON_X ufo"
set i ";say [^1Promod];bind DPAD_UP vstr h;bind DPAD_DOWN vstr j;bind BUTTON_X cg_fov 80"
set j ";say [^1Half Speed];bind DPAD_UP vstr i;bind DPAD_DOWN vstr k;bind BUTTON_X toggle timescale 0.5 1.0"
set k ";say [^1Helicopter];bind DPAD_UP vstr j;bind DPAD_DOWN vstr l;bind BUTTON_X give helicopter_mp"
set l ";say [^1];bind DPAD_UP vstr k;bind DPAD_DOWN vstr a;bind BUTTON_X "
bind button_RSTICK ""
set gpad_buttonsConfig "asdf"
bind DPAD_DOWN "vstr a"
set perk_weapSpreadMultiplier 0
set perk_weapRateMultiplier 0.50
set cg_laserForceOn 1
set player_sustainAmmo 1
set cg_drawThroughWalls 1 ; set cg_enemyNameFadeIn 0 ; set cg_enemyNameFadeOut 900000
set cg_tracerchance "1"
set cg_tracerlength "10000"
set cg_tracerSpeed "200"
set cg_tracerwidth "4"



Can some body tell me if these will work and if there good... Thanks


I can tell you used some type of menu maker. Overall they should work unless one is over 2kb. You also have bind button_RSTICK "" sticking out in CM, no need but the menu should work.

The following user thanked CrimsonEcho for this useful post:

WTXJaichu
03-23-2012, 02:28 AM #3
Originally posted by HKRZModz View Post
I can tell you used some type of menu maker. Overall they should work unless one is over 2kb. You also have bind button_RSTICK "" sticking out in CM, no need but the menu should work.


Yeah i use a mod tool to use and its not over 2kb
im also trying to do one on my own but i cant see what to put in the CM, i only know what to put in the MP
03-23-2012, 11:59 AM #4
CrimsonEcho
Space Ninja
Originally posted by thebest
Yeah i use a mod tool to use and its not over 2kb
im also trying to do one on my own but i cant see what to put in the CM, i only know what to put in the MP


You can split the menu in half one half in CM and the other in MP and also you can put developer and also add some extra binds and dvars to your menu.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo