Results 1 to 5 of 5

Thread: Modern Warfare 2 key binding

  1. #1
    Join Date
    Dec 2009
    Posts
    44

    Modern Warfare 2 key binding

    Hello, I am having an issue with the Modern Warfare 2 game in which i need to bind some of the key permanently which are unbounded. I don't know for what reason the view of mine is downward instead of the center. And the unbound key has the center look which i wanted to bind. So if any one having the solution for the Modern Warfare 2 key binding issue then help me. Thanks in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,465

    Re: Modern Warfare 2 key binding

    Hey i am having the script which might help you for the same. Just Copy the script in the Notepad and save the same with .ahk extension. Open the file to get it work.
    #SingleInstance
    gActivateScript = 0

    ; Insert to activate the macro
    ~Insert::
    KeyWait, Insert
    GetKeyState, InsertState, Insert, T
    If InsertState = D
    {
    gActivateScript = 1

    }
    else
    {
    gActivateScript = 0

    }
    return

    ; CTRL + SHIFT + LBUTTON to activate the macro
    ~+^LButton::
    If gActivateScript = 0
    {
    gActivateScript = 1

    }
    else
    {
    gActivateScript = 0

    }
    return

    ;Also applies to burst weapons. ie click and hold will perform like a full auto firing mode
    ~LButton::
    Goto, DoFiringLoop
    Return

    ;When crouching and firing at the same time. Using Ctrl as crouch button
    ~^LButton::
    Goto, DoFiringLoop
    Return

    DoFiringLoop:
    if gActivateScript = 1
    {
    Loop
    {
    ;Make sure Cod4 window is the active window. Don't want weird mouse behaviour appearing at other window
    IfWinActive, Call of Duty 4
    {
    MouseClick, left,,, 1, 0, D
    ;delay between simu. mouse btn down and up
    Sleep, 40
    MouseClick, left,,, 1, 0, U
    GetKeyState, LButtonState, LButton, P
    If LButtonState = U
    {
    ;break the loop if physical state of mouse btn is up.
    break
    }
    ;delay between each simu. click events
    Sleep, 10
    }
    else
    {
    break
    }
    }

    }
    exit

    return

  3. #3
    Join Date
    Dec 2009
    Posts
    44

    Re: Modern Warfare 2 key binding

    Hey thanks for giving me the reply regarding the Modern Warfare 2 key binding issue that i have asked for and the help provided by you is appreciated. I have gone through all the detail about the same and ready to work with the script. I will work on it and get back to you if it worked for me. I hope this will work for me.

  4. #4
    Join Date
    Jan 2006
    Posts
    2,257

    Re: Modern Warfare 2 key binding

    I have heard from some of the people that they used the Joystick with the Computer with the help which it is better to play the game easily. So if you want can also get the Joystick for your computer and enjoy playing the game on it with experience of the 360. That all i can suggest you for the same issue. Hope you will like it.
    With great power comes great responsibility - Spiderman's Uncle

    The Greatest Sig Ever

  5. #5
    joanaugusts Guest

    Re: Modern Warfare 2 key binding

    If your going to play MW2 on PC, you should use PC controls. "keyboard and mouse" once you get used to it, you wont go back Trust me.IF it was a 360 controller, you would be in luck, I am not sure about the xbox controller interface. if it is usb you may be in luck, if not, you may need to go out and buy a dongle for it or make it yourself, I don't play consoles anymore since N64, so I am not too familiar with original xbox. You can make a dongle that will work for the Printer port, at least I have already done it with and N64, you will have to research how to do it and be handy with a soldering iron. Nevertheless, Try using KB and Mouse. it really does rock.. I even play Guitar Hero 3 with the keyboard. and I like it better than the guitar... If you want to use controllers and game like a sissy, get an xbox360!!

Similar Threads

  1. Replies: 6
    Last Post: 11-11-2011, 11:24 AM
  2. Modern Warfare 2 Gets PC Patch
    By Dalajit in forum Video Games
    Replies: 8
    Last Post: 07-09-2011, 10:35 PM
  3. Replies: 5
    Last Post: 06-07-2011, 08:48 PM
  4. Perks in Modern Warfare-2
    By pushpendra in forum Video Games
    Replies: 4
    Last Post: 17-02-2010, 04:22 AM
  5. Modern Warfare 2 360 vs PS3
    By Rob Dizzle in forum Video Games
    Replies: 3
    Last Post: 25-12-2009, 08:19 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,304,437.39463 seconds with 16 queries