Results 1 to 2 of 2
  1. #1
    Blam86's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    How Do I Change A Mw2 Mod Menu Patch's Controls!

    Hello Everone I am in some Urgent need of Help!!

    If anyone Could help me Change A Mw2 Mod Menu Patch's Controls it would be very AWESOME and Aperrciated!

    REWARD: I Will host you and your friends Modded lobbies for Free all the TIME!!!
    Last edited by Blam86; 03-09-2012 at 03:10 PM.

  2. #2
    ScrewYouCookie's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    5
    My Mood
    Mellow
    Code:
    +usereload = xbox, +reload = pc
    weapnext
    +gostand
    +melee
    +actionslot 1
    +actionslot 2
    +actionslot 3
    +actionslot 4
    +frag
    +smoke
    +attack
    +speed_throw
    +stance
    +breathe_sprint
    Those are the 'buttons', There might be one or two missing possibly, not sure and i'm not going to look for them.

    1. Go to the GSC your menu is located it
    2. CTRL+F
    3. Type in notifyOnPlayerCommand
    4. Change it with one of these.

    To control the menu using WASD keys use these:

    +forward (W)
    +back (S)
    +moveright (D)
    +moveleft (S)

    Code:
    self notifyOnPlayerCommand("D", "+moveright"); 
    self notifyOnPlayerCommand("A", "+moveleft"); 
    self notifyOnPlayerCommand("S", "+back");   
    self notifyOnPlayerCommand("W", "+forward");
    and of course..

    Code:
    self freezeControls(true); //on open menu
    self freezeControls(false); //on close menu
    to avoid walking while using menu, if freezeControls is set to playerspawned, and the menu is used before the match begins (while there's a countdown and everyone is still frozen) it will unfreeze you and this you'll have to re-open the menu.

    I dont need your 'reward' though, thanks anyway.
    @ScrewYouCookie me in your post if you want me to reply faster.


    [IMG]https://i363.photobucke*****m/albums/oo71/ScrewYouCookie/Untitled-2-4.png[/IMG]


Similar Threads

  1. RevengeLeader (mypatch) pc mw2 mod menu
    By loeser1234 in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 5
    Last Post: 04-14-2012, 06:05 AM
  2. MW2 Mod Menu //LEGAL
    By iKiLLYouCro in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 3
    Last Post: 01-19-2011, 07:44 AM
  3. Ps3 mw2 modded lobby patches
    By dem106 in forum Playstation Hacking
    Replies: 6
    Last Post: 12-04-2010, 10:52 AM
  4. How do you change signal bars in mw2?
    By Wazupbig in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 02-28-2010, 10:06 PM
  5. [Tutorial] How to change War Rock MOD !
    By mizzer3 in forum WarRock Discussions
    Replies: 35
    Last Post: 01-14-2010, 02:49 PM