Post: My First Scrolling Menu *11 Mods*3 Menus*
07-23-2011, 11:31 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey this is my first post on NGU :PBJ:

So this is my first cod4 scrolling menu:
GPAD0_CM:
bind dpad_up "vstr 1;give breifcase_bomb_mp;r_colormap 0;snd_playlocal mp_level_up;cg_hudchatposition 300 200;cg_chatheight 5;say ^2Press * to select;say ^1Made by yorkiebar13 from NGU"
set a "say ^4Non-Host;say ^4[Noclip] ^0Chopper;bind button_a noclip;bind button_Rtrig vstr b;bind button_Ltrig vstr 9"
set b "say ^4Non-Host;say ^4[Chopper] ^0Chrome Vision;bind button_a give helicopter_mp;bind button_Rtrig vstr c;bind button_Ltrig vstr a"
set c "say ^4Non-Host;say ^4[Chrome Vision] ^0Third Person;bind button_a r_specularmap 2;bind button_Rtrig vstr e;bind button_Ltrig vstr b"
set e "say ^4Non-Host;say ^4[Third Person] ^2Main Menu;bind button_a toggle cg_thirdperson 1 0;bind button_Rtrig vstr 1;bind dpad-left vstr c"
set 1 "say ^4[Host] ^0Non-Host;bind button_a vstr 2;bind button_Rtrig vstr 7"


GPAD0_MP:
set 2 "say ^4Host;say ^4[Super Jump] ^0Super Speed;bind button_a toggle jump_height 999 100;bind button_Rtrig vstr 3"
set 3 "say ^4Host;say ^4[Super Speed] ^0Force Host;bind button_a toggle g_speed 600 100;bind button_Rtrig vstr 4;bind button_Ltrig vstr 2"
set 4 "say ^4Host;say ^4[Force Host] ^0Restart;bind button_a toggle party_ConnectToOthers 0 1;bind button_Rtrig vstr 6;bind button_Ltrig vstr 3"
set 6 "say ^4Host;say ^4[Restart] ^2Main Menu;bind button_a fast_restart;bind button_Ltrig vstr 4;bind button_Rtrig vstr 1"
set 7 "say ^4[Non-Host];bind button_a vstr 8;bind button_Ltrig vstr 1"
set 8 "say ^4Non-Host;say ^4[Laser] ^0GOD;bind button_a toggle cg_LaserForceOn 1 0;bind button_Rtrig vstr 9"
set 9 "say ^4Non-Host;say ^4[GOD] ^0Noclip;bind button_a god;bind button_Rtrig vstr a;bind button_Ltrig vstr 8"
bind dpad_down "bind button_a +gostand;bind button_rtrig +grenade;bind button_ltrig +smoke;cg_chatheight 1;r_colormap 1"
set gpad_ButtonsConfig "asdf"


Controlls:
Up - Opens Menu
Down - Closes Menu
R2 - Scrolls Right/Down
L2 - Scrolls Left/Up
X - Selects Mod

Extra Features:
Black Screen when menu is accessed to make the current mod stand out in blue
When menu is accessed the level up noise will play
Gives bomb when menu is accessed (rarely)
Screen returns back to normal when menu is closed

If anybody could help me make it smaller that'd be really helpful as there both basically max size :cry:

*I am still trying to make it better* Please comment below saying what you think Smile Please no Haters :PBJ:
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked yorkiebar13 for this useful post:

Blackstorm
07-23-2011, 12:16 PM #2
nice m8 i will try them a bit l8ter. and good first post :-)
07-23-2011, 06:51 PM #3
.Trent
Banned
Originally posted by yorkiebar13 View Post
Hey this is my first post on NGU :PBJ:

So this is my first cod4 scrolling menu:
GPAD0_CM:
bind dpad_up "vstr 1;give breifcase_bomb_mp;r_colormap 0;snd_playlocal mp_level_up;cg_hudchatposition 300 200;cg_chatheight 5;say ^2Press * to select;say ^1Made by yorkiebar13 from NGU"
set a "say ^4Non-Host;say ^4[Noclip] ^0Chopper;bind button_a noclip;bind button_Rtrig vstr b;bind button_Ltrig vstr 9"
set b "say ^4Non-Host;say ^4[Chopper] ^0Chrome Vision;bind button_a give helicopter_mp;bind button_Rtrig vstr c;bind button_Ltrig vstr a"
set c "say ^4Non-Host;say ^4[Chrome Vision] ^0Third Person;bind button_a r_specularmap 2;bind button_Rtrig vstr e;bind button_Ltrig vstr b"
set e "say ^4Non-Host;say ^4[Third Person] ^2Main Menu;bind button_a toggle cg_thirdperson 1 0;bind button_Rtrig vstr 1;bind dpad-left vstr c"
set 1 "say ^4[Host] ^0Non-Host;bind button_a vstr 2;bind button_Rtrig vstr 7"


GPAD0_MP:
set 2 "say ^4Host;say ^4[Super Jump] ^0Super Speed;bind button_a toggle jump_height 999 100;bind button_Rtrig vstr 3"
set 3 "say ^4Host;say ^4[Super Speed] ^0Force Host;bind button_a toggle g_speed 600 100;bind button_Rtrig vstr 4;bind button_Ltrig vstr 2"
set 4 "say ^4Host;say ^4[Force Host] ^0Restart;bind button_a toggle party_ConnectToOthers 0 1;bind button_Rtrig vstr 6;bind button_Ltrig vstr 3"
set 6 "say ^4Host;say ^4[Restart] ^2Main Menu;bind button_a fast_restart;bind button_Ltrig vstr 4;bind button_Rtrig vstr 1"
set 7 "say ^4[Non-Host];bind button_a vstr 8;bind button_Ltrig vstr 1"
set 8 "say ^4Non-Host;say ^4[Laser] ^0GOD;bind button_a toggle cg_LaserForceOn 1 0;bind button_Rtrig vstr 9"
set 9 "say ^4Non-Host;say ^4[GOD] ^0Noclip;bind button_a god;bind button_Rtrig vstr a;bind button_Ltrig vstr 8"
bind dpad_down "bind button_a +gostand;bind button_rtrig +grenade;bind button_ltrig +smoke;cg_chatheight 1;r_colormap 1"
set gpad_ButtonsConfig "asdf"


Controlls:
Up - Opens Menu
Down - Closes Menu
R2 - Scrolls Right/Down
L2 - Scrolls Left/Up
X - Selects Mod

Extra Features:
Black Screen when menu is accessed to make the current mod stand out in blue
When menu is accessed the level up noise will play
Gives bomb when menu is accessed (rarely)
Screen returns back to normal when menu is closed

If anybody could help me make it smaller that'd be really helpful as there both basically max size :cry:

*I am still trying to make it better* Please comment below saying what you think Smile Please no Haters :PBJ:


I Don't really get your L2 and R2 Commands. But Nice first Post.
07-29-2011, 12:40 PM #4
-MartyNeale-
WHATS NEW PUSSY CAT
Originally posted by yorkiebar13 View Post
Hey this is my first post on NGU :PBJ:

So this is my first cod4 scrolling menu:
GPAD0_CM:
bind dpad_up "vstr 1;give breifcase_bomb_mp;r_colormap 0;snd_playlocal mp_level_up;cg_hudchatposition 300 200;cg_chatheight 5;say ^2Press * to select;say ^1Made by yorkiebar13 from NGU"
set a "say ^4Non-Host;say ^4[Noclip] ^0Chopper;bind button_a noclip;bind button_Rtrig vstr b;bind button_Ltrig vstr 9"
set b "say ^4Non-Host;say ^4[Chopper] ^0Chrome Vision;bind button_a give helicopter_mp;bind button_Rtrig vstr c;bind button_Ltrig vstr a"
set c "say ^4Non-Host;say ^4[Chrome Vision] ^0Third Person;bind button_a r_specularmap 2;bind button_Rtrig vstr e;bind button_Ltrig vstr b"
set e "say ^4Non-Host;say ^4[Third Person] ^2Main Menu;bind button_a toggle cg_thirdperson 1 0;bind button_Rtrig vstr 1;bind dpad-left vstr c"
set 1 "say ^4[Host] ^0Non-Host;bind button_a vstr 2;bind button_Rtrig vstr 7"


GPAD0_MP:
set 2 "say ^4Host;say ^4[Super Jump] ^0Super Speed;bind button_a toggle jump_height 999 100;bind button_Rtrig vstr 3"
set 3 "say ^4Host;say ^4[Super Speed] ^0Force Host;bind button_a toggle g_speed 600 100;bind button_Rtrig vstr 4;bind button_Ltrig vstr 2"
set 4 "say ^4Host;say ^4[Force Host] ^0Restart;bind button_a toggle party_ConnectToOthers 0 1;bind button_Rtrig vstr 6;bind button_Ltrig vstr 3"
set 6 "say ^4Host;say ^4[Restart] ^2Main Menu;bind button_a fast_restart;bind button_Ltrig vstr 4;bind button_Rtrig vstr 1"
set 7 "say ^4[Non-Host];bind button_a vstr 8;bind button_Ltrig vstr 1"
set 8 "say ^4Non-Host;say ^4[Laser] ^0GOD;bind button_a toggle cg_LaserForceOn 1 0;bind button_Rtrig vstr 9"
set 9 "say ^4Non-Host;say ^4[GOD] ^0Noclip;bind button_a god;bind button_Rtrig vstr a;bind button_Ltrig vstr 8"
bind dpad_down "bind button_a +gostand;bind button_rtrig +grenade;bind button_ltrig +smoke;cg_chatheight 1;r_colormap 1"
set gpad_ButtonsConfig "asdf"


Controlls:
Up - Opens Menu
Down - Closes Menu
R2 - Scrolls Right/Down
L2 - Scrolls Left/Up
X - Selects Mod

Extra Features:
Black Screen when menu is accessed to make the current mod stand out in blue
When menu is accessed the level up noise will play
Gives bomb when menu is accessed (rarely)
Screen returns back to normal when menu is closed

If anybody could help me make it smaller that'd be really helpful as there both basically max size :cry:

*I am still trying to make it better* Please comment below saying what you think Smile Please no Haters :PBJ:

i think you could take the ltrig and rtrig out they dont look like they do anything Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo