Originally posted by Duddy.
Hey guys I just coded a Mw2 Devils v4 look. This is only a menu base so you can fill it to your liking. This is pretty small because I just wanted to get it out but you can add more and this is first try so you can make smaller if you like.
CM
set gpad_buttonsConfig "Duddy"
set cg_hudchatposition "250 250"
set cg_chatheight "3"
bind button_lstick "+sprint;say Press V for Mod Menu;say Pres < for Player Menu;say Press ^ for Admin Menu;bind dpad_down vstr mm;bind dpad_left vstr pm;bind dpad_up vstr am"
set mm "say ^2MOD;say MOD;say MOD;bind dpad_down vstr mm1;bind button_a MOD"
set mm1 "say MOD;say ^2MOD;say MOD;bind dpad_down vstr mm2;bind button_a MOD"
MP
set mm2 "say MOD;say MOD;say ^2MOD;bind dpad_down mm;bind button_a MOD"
set pm "say ^2MOD;say MOD;say MOD;bind dpad_down vstr pm1;bind button_a MOD"
set pm1 "say MOD;say ^2MOD;say MOD;bind dpad_down vstr pm2;bind button_a MOD"
set pm2 "say MOD;say MOD;say ^2MOD;bind dpad_down vstr pm;bind button_a MOD"
set am "say ^2MOD;say MOD;say MOD;bind dpad_down vstr am1;bind button_a MOD"
set am1 "say MOD;say ^2MOD;say MOD;bind dpad_down vstr am2;bind button_a MOD"
set am2 "say MOD;say MOD;say ^2MOD;bind dpad_down vstr am;bind button_a MOD"
Sprint to activate the menu and when you're actually in the menu just sprint again to exit.