Post: Tutorial on How to Toggle your whole 1.12 Menu On and Off
03-20-2011, 10:01 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi Guys

This is a nice little trick to toggle your full menu on and off so you can just play normal for a bit and not worry about opening you menu by mistake

For me this is really good as i have been editing the stealth menu where you had to press L2 to open it.

This will show you how to have a clean set of buttons and just play normal or with just uav on lol

what you will need:

2 .gsc files in your patch renamed to cfg files

A brain
_______________________

Ok in your first file have only the normal buttons for mw2

bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "+actionslot 2"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_BACK "togglescores"
bind BUTTON_START "togglemenu"

Now change the bind DPAD_UP "+actionslot 2"

To bind DPAD_UP "exec YOUR2ndFILESNAME.cfg"

Mine is bind DPAD_UP "exec omgyeahmyownpatchsicksxcsh.cfg"

In you 2nd file you would then put in all you codes for your menu and as up is not used for anything in the normal mw2 buttons it is all good

Then when you in game all your mod menu stuff will stay off till you turn it on with that one button also if you want to turn your menu off again just go into options and back out and it resets it for you

And that pretty much it

oh and also if you want you could add some little codes onto you first file like

bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee;set g_compassShowEnemies 1;set forceuav_debug 1;set scr_game_forceuav 1"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "exec omgyeahmyownpatchsicksxcsh.cfg"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_BACK "togglescores"
bind BUTTON_START "togglemenu"

now everything will be normal but if you knife in a game you will have UAV allways on and as most of you know you dont have to be host for UAV on to work

Anyways Peace and i hope this helps some people

:420:
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to LetsGoGlobal for this useful post:

Ju1cy, PussayPatrol, trodger94
03-20-2011, 10:34 PM #2
PussayPatrol
I'm a neat monster...
Originally posted by LetsGoGlobal View Post
Hi Guys

This is a nice little trick to toggle your full menu on and off so you can just play normal for a bit and not worry about opening you menu by mistake

For me this is really good as i have been editing the stealth menu where you had to press L2 to open it.

This will show you how to have a clean set of buttons and just play normal or with just uav on lol

what you will need:

2 .gsc files in your patch renamed to cfg files

A brain
_______________________

Ok in your first file have only the normal buttons for mw2

bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "+actionslot 2"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_BACK "togglescores"
bind BUTTON_START "togglemenu"

Now change the bind DPAD_UP "+actionslot 2"

To bind DPAD_UP "exec YOUR2ndFILESNAME.cfg"

Mine is bind DPAD_UP "exec omgyeahmyownpatchsicksxcsh.cfg"

In you 2nd file you would then put in all you codes for your menu and as up is not used for anything in the normal mw2 buttons it is all good

Then when you in game all your mod menu stuff will stay off till you turn it on with that one button also if you want to turn your menu off again just go into options and back out and it resets it for you

And that pretty much it

oh and also if you want you could add some little codes onto you first file like

bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee;set g_compassShowEnemies 1;set forceuav_debug 1;set scr_game_forceuav 1"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "exec omgyeahmyownpatchsicksxcsh.cfg"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_BACK "togglescores"
bind BUTTON_START "togglemenu"

now everything will be normal but if you knife in a game you will have UAV allways on and as most of you know you dont have to be host for UAV on to work

Anyways Peace and i hope this helps some people

:420:



NICE GREAT JOB THIS WILL COME IN VERY HANDY Claps xD

The following 2 users say thank you to PussayPatrol for this useful post:

kyounes05, LetsGoGlobal
03-20-2011, 10:43 PM #3
pcfreak30
>> PCFreak30.com Happy<<
Hmm, Or you can just change your button layout, problem solved!

The following user thanked pcfreak30 for this useful post:

LetsGoGlobal
03-20-2011, 11:10 PM #4
Originally posted by pcfreak30 View Post
Hmm, Or you can just change your button layout, problem solved!


Yes true but

1.Most people like the normal button layout

2.This could also be used for having a diffrent menu in every file in the patch

But thanks for the feedback

peace

:420:
03-20-2011, 11:32 PM #5
pcfreak30
>> PCFreak30.com Happy<<
Originally posted by LetsGoGlobal View Post
Yes true but

1.Most people like the normal button layout

2.This could also be used for having a diffrent menu in every file in the patch

But thanks for the feedback

peace

:420:


What is the point of different menus? Why not 1 big menu, instead of 5 small ones?

You do know you can use my super space cfg patch, execute other cfg's and run more code. There is no need to break up menus..
03-20-2011, 11:46 PM #6
Originally posted by pcfreak30 View Post
What is the point of different menus? Why not 1 big menu, instead of 5 small ones?

You do know you can use my super space cfg patch, execute other cfg's and run more code. There is no need to break up menus..


OK OK im sorry i was just trying to help people do you want me to remove the thread
03-21-2011, 12:02 AM #7
pcfreak30
>> PCFreak30.com Happy<<
Originally posted by LetsGoGlobal View Post
OK OK im sorry i was just trying to help people do you want me to remove the thread


Do what you wish. It is not my place for you to remove it b/c the information is not false, it just could be better.

I am trying to help myself Smile
03-21-2011, 07:12 AM #8
anddrew
League Champion
[Codes written from memory-on phone]
Or use
Bind dpad_up "vstr startmenu"
set startmenu "bind l2 (cant remember) vstr menu"
set menu "// cycle menu"
03-21-2011, 07:13 AM #9
Okami
Known As Yukuku
Originally posted by LetsGoGlobal View Post
Hi Guys

This is a nice little trick to toggle your full menu on and off so you can just play normal for a bit and not worry about opening you menu by mistake

For me this is really good as i have been editing the stealth menu where you had to press L2 to open it.

This will show you how to have a clean set of buttons and just play normal or with just uav on lol

what you will need:

2 .gsc files in your patch renamed to cfg files

A brain
_______________________

Ok in your first file have only the normal buttons for mw2

bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "+actionslot 2"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_BACK "togglescores"
bind BUTTON_START "togglemenu"

Now change the bind DPAD_UP "+actionslot 2"

To bind DPAD_UP "exec YOUR2ndFILESNAME.cfg"

Mine is bind DPAD_UP "exec omgyeahmyownpatchsicksxcsh.cfg"

In you 2nd file you would then put in all you codes for your menu and as up is not used for anything in the normal mw2 buttons it is all good

Then when you in game all your mod menu stuff will stay off till you turn it on with that one button also if you want to turn your menu off again just go into options and back out and it resets it for you

And that pretty much it

oh and also if you want you could add some little codes onto you first file like

bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee;set g_compassShowEnemies 1;set forceuav_debug 1;set scr_game_forceuav 1"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "exec omgyeahmyownpatchsicksxcsh.cfg"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_BACK "togglescores"
bind BUTTON_START "togglemenu"

now everything will be normal but if you knife in a game you will have UAV allways on and as most of you know you dont have to be host for UAV on to work

Anyways Peace and i hope this helps some people

:420:


ive had this in my menu forever
03-21-2011, 08:08 PM #10
Thanks for this, it's very detailed.

The following user thanked Ju1cy for this useful post:

LetsGoGlobal

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo