Results 1 to 12 of 12
  1. #1
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine

    Post Universal NoRecoil For MW3 Multiplayer

    Scan for this array of byte:

    Code:
    D8 00 DC 0D
    Write 0x90 0x90 to the result. You should get only 1 address found and it should work for all future versions. Been using it for the past 3 - 4 versions.
    Last edited by NightmareTX_RETIRED; 09-28-2012 at 01:50 PM.

  2. #2
    Mw3playa's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Can you make a fully finished download?

  3. #3
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine
    Quote Originally Posted by Mw3playa View Post
    Can you make a fully finished download?
    This is the source code section. No release executable files will be here. This is for sharing source code.

  4. The Following User Says Thank You to NightmareTX_RETIRED For This Useful Post:

    rawr im a tiger (10-06-2012)

  5. #4
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by NightmareTX View Post
    Scan for this array of byte:

    Code:
    D8 00 DC 0D
    Write 0x90 0x90 to the result. You should get only 1 address found and it should work for all future versions. Been using it for the past 3 - 4 versions.
    Isn't this just to use the CG_Fire something? In Olly?
    Or am I wrong here ? :S


    ---------- Post added at 01:38 AM ---------- Previous post was at 01:37 AM ----------

    REMOVED

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  6. #5
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine
    Quote Originally Posted by Jorndel View Post


    Isn't this just to use the CG_Fire something? In Olly?
    Or am I wrong here ? :S


    ---------- Post added at 01:38 AM ---------- Previous post was at 01:37 AM ----------

    REMOVED
    What? o.0 I don't understand what are you trying to say?

  7. #6
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    But!! But!!
    What's this then?:
    Code:
    #define RecoilS = "\xE8\x00\x00\x00\x00\x83\xC4\x14\x8B\x44\x24\x40\x8B\x4C\x24\x10"
    #define RecoilM = "x????xxxxxxxxxxx"
    char patch[6] = {0x90, 0x90, 0x90, 0x90, 0x90, 0x90};
    memcpy(FindPattern((DWORD)GetModuleHandleA("iw5mp.exe"), 0xFFFFFFFF, (BYTE*)RecoilS, RecoilM), &patch, sizeof(patch));
    #CORNfused....

  8. #7
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by Kenshin13 View Post
    But!! But!!
    What's this then?:
    Code:
    #define RecoilS = "\xE8\x00\x00\x00\x00\x83\xC4\x14\x8B\x44\x24\x40\x8B\x4C\x24\x10"
    #define RecoilM = "x????xxxxxxxxxxx"
    char patch[6] = {0x90, 0x90, 0x90, 0x90, 0x90, 0x90};
    memcpy(FindPattern((DWORD)GetModuleHandleA("iw5mp.exe"), 0xFFFFFFFF, (BYTE*)RecoilS, RecoilM), &patch, sizeof(patch));
    #CORNfused....
    That one worked for previous version, but it just crashes on the last one


    CoD Minion from 09/19/2012 to 01/10/2013

  9. #8
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by -InSaNe- View Post

    That one worked for previous version, but it just crashes on the last one
    Up till 1.9 right?

  10. #9
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    This is ... Usefull ... And weird ... Love the laziness of IW
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  11. #10
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by Kenshin13 View Post
    Up till 1.9 right?
    Up to 1.9.441 If i'm not wrong...


    CoD Minion from 09/19/2012 to 01/10/2013

  12. #11
    R1verside's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    noob here !
    You need to search this in CE->memory view->array of byte ?
    When i doo that it doesn't find anything !
    and how do i write 0x90 0x90 to it ?
    im running IW5M
    thank you

  13. #12
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    @jorndel your right man if you want to find no recoil you have to look up for the string cg_fireweapon
    I love it when people keep their agreements /sarcasm ftw

Similar Threads

  1. [Patched] [Update] [HotFixes] RapidFire & NoRecoil v1.8.1 for MW3 1.8.423
    By NightmareTX_RETIRED in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 19
    Last Post: 06-04-2012, 05:00 AM
  2. [Patched] [Update]RapidFire & NoRecoil v1.8 for MW3 1.8.423
    By NightmareTX_RETIRED in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 33
    Last Post: 05-28-2012, 12:54 AM
  3. [Patched] [Optional Update]RapidFire & NoRecoil v1.6.5 *BETA* (Build 2) for MW3 1.5.388
    By NightmareTX_RETIRED in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 4
    Last Post: 05-08-2012, 08:11 AM
  4. Crashless NoRecoil for MW3 1.5.388
    By NightmareTX_RETIRED in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 0
    Last Post: 04-23-2012, 11:37 PM
  5. [Request] God mode for mw3 multiplayer - dll?
    By hellish73 in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 4
    Last Post: 02-26-2012, 03:26 PM