Results 1 to 1 of 1
  1. #1
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky

    [CoD:MW2] No Recoil

    Reverse Engineering sub section, WOOT

    The tutorial:
    First thing we do is load up IW4MP.exe in ollydbg

    Lets get started
    Right click -> Search for -> all referenced text strings.


    Now right click -> search for text and enter "FireWeapon".
    Make sure to uncheck case sensitive and check Entire scope.


    Now you should end up here:


    Follow it by pressing enter or double clicking on it
    Now scroll down till you see this:


    The highlighted call is the recoil function.
    either NOP out that call for no recoil.

    optional:
    You can also follow the call by hitting enter which takes you here:


    overwrite the highlighted part with:
    ---
    mov eax, 0
    retn
    ---
    which is '0xB8, 0x00, 0x00, 0x00, 0x00, 0xC3'

    so write '0xB8, 0x00, 0x00, 0x00, 0x00, 0xC3' to 0x0043B130
    or write '0x90, 0x90, 0x90, 0x90, 0x90' to 0x0045F9A7


    updated addies for 1.1.195:
    so write '0xB8, 0x00, 0x00, 0x00, 0x00, 0xC3' to 0x004F76C0
    or write '0x90, 0x90, 0x90, 0x90, 0x90' to 0x004DDF77( new unpatch: 0xE8, 0x44, 0x97, 0x01, 0x00)
    Ah we-a blaze the fyah, make it bun dem!

  2. The Following 2 Users Say Thank You to Hell_Demon For This Useful Post:

    Kryo4lex (06-29-2012),LEGiiTxCHAOTiiC (12-07-2011)

Similar Threads

  1. COD:MW2 Level hack/Ownage
    By ShadowWrath in forum General
    Replies: 15
    Last Post: 09-20-2010, 03:17 PM
  2. CoD MW2 Mission aeroport (+18)
    By .raR in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 4
    Last Post: 11-24-2009, 01:28 PM
  3. SIG REQUEST COD MW2
    By schokk21 in forum Help & Requests
    Replies: 4
    Last Post: 11-16-2009, 05:12 PM
  4. Cod mw2 MP!
    By coolis in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 11-16-2009, 02:30 AM
  5. CoD: MW2 - NO Dedicated Servers for PC
    By eliteop in forum General
    Replies: 0
    Last Post: 10-20-2009, 05:55 AM