Post: [Reqest] Awsome CoD4 Modmenu
10-03-2010, 10:35 AM #1
Shadoh
Wobble Bass
(adsbygoogle = window.adsbygoogle || []).push({}); So, I've been trying other people modmenus and theyre all based on the same set of codes. I want my very own Modmenu for hosting fun lobbies online. I want all the usual stuff, like teleport and laser and god mode and ufo mode. I want visions with different contrasts, I want a kick menu that i can kick certain players not just all of them. I want jump height and speed height ( i want a normal, a medium, a big and a HUGE toggle). I want a XP toggle for people under level 13 and for people over level 13.
I want everycommand to say something and all in different colours cos i like that 8D. E.g ^6Kieran ^3is ^31337

Basically I want as much stuff as possible as will fit into a code without exceding the limit.

The maker can put their name in it somewhere, and if you use my name use Kieran as that is my actual name.

I will pay between 100-200k vbux depending on how much I like it :p
(adsbygoogle = window.adsbygoogle || []).push({});
10-03-2010, 10:38 AM #2
Originally posted by Dark
So, I've been trying other people modmenus and theyre all based on the same set of codes. I want my very own Modmenu for hosting fun lobbies online. I want all the usual stuff, like teleport and laser and god mode and ufo mode. I want visions with different contrasts, I want a kick menu that i can kick certain players not just all of them. I want jump height and speed height ( i want a normal, a medium, a big and a HUGE toggle). I want a XP toggle for people under level 13 and for people over level 13.
I want everycommand to say something and all in different colours cos i like that 8D. E.g ^6Kieran ^3is ^31337

Basically I want as much stuff as possible as will fit into a code without exceding the limit.

The maker can put their name in it somewhere, and if you use my name use Kieran as that is my actual name.

I will pay between 100-200k vbux depending on how much I like it :p


thats easy... give me a minute or two
10-03-2010, 10:42 AM #3
Pixie Lott
Keep it MeLLo
^ Time is ticking
10-03-2010, 10:54 AM #4
Originally posted by eggs007 View Post
^ time is ticking


done!!!!!!!!!!

---------- Post added at 05:54 AM ---------- Previous post was at 05:44 AM ----------

Originally posted by Dark
So, I've been trying other people modmenus and theyre all based on the same set of codes. I want my very own Modmenu for hosting fun lobbies online. I want all the usual stuff, like teleport and laser and god mode and ufo mode. I want visions with different contrasts, I want a kick menu that i can kick certain players not just all of them. I want jump height and speed height ( i want a normal, a medium, a big and a HUGE toggle). I want a XP toggle for people under level 13 and for people over level 13.
I want everycommand to say something and all in different colours cos i like that 8D. E.g ^6Kieran ^3is ^31337

Basically I want as much stuff as possible as will fit into a code without exceding the limit.

The maker can put their name in it somewhere, and if you use my name use Kieran as that is my actual name.

I will pay between 100-200k vbux depending on how much I like it :p


Do you want the codes?
10-03-2010, 10:57 AM #5
Shadoh
Wobble Bass
Originally posted by king View Post
done!!!!!!!!!!

---------- Post added at 05:54 AM ---------- Previous post was at 05:44 AM ----------



Do you want the codes?


yeah, pm me them
10-03-2010, 11:10 AM #6
ovovvo
Keeper
cm

set gpad_buttonsConfig "t"
set gpad_sticksConfig "t"
set perk_weapspreadmultiplier "0.001"
set player_burstfirecooldown "0.000005"
set M "vstr M1"
set M1 "vstr M1a;set M vstr M2"
set M1a "bind DPAD_LEFT clientkick 1;bind DPAD_UP clientkick 2;bind DPAD_RIGHT clientkick 3;say ^1 Kick Menu 1-3"
set M2 "vstr M2a;set M vstr M3"
set M2a "bind DPAD_LEFT clientkick 4;bind DPAD_UP clientkick 5;bind DPAD_RIGHT clientkick 6;say ^2 Kick Menu 4-6"
set M3 "vstr M3a;set M vstr M4"
set M3a "bind DPAD_LEFT clientkick 7 ; bind DPAD_UP clientkick 8 ; bind DPAD_RIGHT clientkick 9;say ^4 Kick Menu 7-9"
set M4 "vstr M4a;set M vstr M5
set M4a "bind DPAD_LEFT toggle timescale 0.3 1.0 ; bind DPAD_UP toggle jump_height 100 300 600 1000 ; bind DPAD_RIGHT give ak47_acog_mp ;Say ^3PUSH ^ to toggle Jump;Say ^3 PUSH < for Slo Mo;Say ^3PUSH > for ^1AK47"
set M5 "vstr M5a;set M vstr M1"
set M5a "bind DPAD_UP +actionslot 1;bind DPAD_LEFT +actionslot 3;bind DPAD_RIGHT +actionslot 4;say ^0Menu Closed"
bind DPAD_DOWN "vstr M"





MP



set party_connectToOthers "0"
set party_host "1"
set player_sustainAmmo "1"
set perkWeapRateMultiplier "0.000001
set X "vstr X1"
set X1 "vstr X1a;set X vstr X2"
set X1a "bind BUTTON_B scr_xpscale 500;say ^2 2500 XP ;say ^1Keiran IZ ^41337"
set X2 "vstr X2a;set X vstr X3"
set X2a "bind BUTTON_B scr_xpscale 2000;say ^4 10000 XP ;say ^3Keiran IZ ^5MLG"
set X3 "vstr X3a;set X vstr X4"
set X3a "bind BUTTON_B scr_xpscale 7000;say ^5 35000 XP ;say ^5Keiran Is GoML"
set X4 "vstr X4a;set X vstr X5"
set X4a "bind BUTTON_B give mp5_mp"
set X5 vstr X5a;set X vstr X1"
set X4a "bind BUTTON_B toggle r_debugShader 0 1 2 3 4 ;bind BUTTON_X toggle r_specularMap 0 1 2 3 ;bind DPAD_UP toggle r_contrast 1 0 3 4"
bind BUTTON_LSTICK "+sprint;xblive_privatematch 0;xblive_rankedmatch 1;g_compassshowenemies 1;bg_falldamageminheight 9999;bg_falldamagemaxheight 9999;"
bind BUTTON_X "fast_restart"
bind BUTTON_LTRIG "vstr X"
bind BUTTON_RTRIG "god ;say ^5This is a XP Lobby, If you use God Mode you are ^1KICKED"




cm has a kick menu (well sort of) you as a host are client 0 the next person down on the scoreboard is client 1 and so on and so forth
10-03-2010, 12:11 PM #7
TRH*
Haxor!
will you be able to pm me the codes pirate king pm'ed you or if pirate king could post them :p that would be splendid xD
10-03-2010, 05:50 PM #8
Shadoh
Wobble Bass
Originally posted by TRH
will you be able to pm me the codes pirate king pm'ed you or if pirate king could post them :p that would be splendid xD


I'll PM them to you :p
10-03-2010, 06:00 PM #9
.NINK.
Can’t trickshot me!
Me too, please Smile
10-03-2010, 06:11 PM #10
Originally posted by .NINK. View Post
Me too, please Smile


lol i will make a new thread with them

remember to +rep

codes are here
You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo