Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    bender99's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    3
    My Mood
    Cheerful

    Simple No Recoil

    Enjoy

    Code:
    #include <Windows.h>
    
    struct localweaponinfo_t
    {
        BYTE Unknown0[72];
        FLOAT Recoil[9]; 
    };
    
    localweaponinfo_t* localweaponinfo = ( localweaponinfo_t* )0x79E700;
    
    BOOL WINAPI RecoilThread( VOID* lpArguments )
    {
        while( TRUE )
        {
            for( INT i = 0; i < 9; i++ )
                localweaponinfo->Recoil[i] = 0.0f;
    
            Sleep( 1 );
        }
    
        return TRUE;
    }
    
    BOOL WINAPI DllMain( HMODULE hModule, DWORD Reason, VOID* Reserved )
    {
        if( Reason == DLL_PROCESS_ATTACH )
            CreateThread( NULL, 0, ( LPTHREAD_START_ROUTINE )RecoilThread, NULL, 0, NULL );
    
        return TRUE;
    }
    Credits: R4z8r

  2. The Following User Says Thank You to bender99 For This Useful Post:

    c4eu (04-06-2013)

  3. #2
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Thank you for contributing

    And it's great that you provided credits

     
    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

  4. #3
    umann's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    How would you change it to 50% less recoil, for example? 0.5? What number would you change to?

  5. #4
    bender99's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    3
    My Mood
    Cheerful
    50% does not allow. is a simple no recoil 100% only.
    if you want less recoil need to modify the code for you.

  6. #5
    RenaRyuugu's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    3
    My Mood
    Paranoid
    so where do i put this? sry im new to this stuff

  7. #6
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by RenaRyuugu View Post
    so where do i put this? sry im new to this stuff
    You need to know C++, and need something to compile this code in. (Visual C++ Epxress | Code Block or something)

     
    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

  8. #7
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    OMG This is gonna lag like hell @_@
    Code:
    #include <Windows.h>
    
    struct localweaponinfo_t
    {
        BYTE Unknown0[72];
        FLOAT Recoil[9]; 
    };
    
    localweaponinfo_t* localweaponinfo = ( localweaponinfo_t* )0x79E700;
    
    BOOL WINAPI RecoilThread( VOID* lpArguments )
    {
        while( TRUE )
        {
            for( INT i = 0; i < 9; i++ )
                localweaponinfo->Recoil[i] = 0.0f;
    
            Sleep( 1000 ); //Sleeping every one millisecond? Do you change weapons 1000 times per second?
        }
    
        return TRUE;
    }
    
    BOOL WINAPI DllMain( HMODULE hModule, DWORD Reason, VOID* Reserved )
    {
        if( Reason == DLL_PROCESS_ATTACH )
            CreateThread( NULL, 0, ( LPTHREAD_START_ROUTINE )RecoilThread, NULL, 0, NULL );
    
        return TRUE;
    }

  9. The Following User Says Thank You to Kenshin13 For This Useful Post:

    Lovroman (10-20-2013)

  10. #8
    gusdnide's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    287
    Reputation
    15
    Thanks
    1,847
    My Mood
    Amazed
    How to handle the address

  11. #9
    danacve's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Thank you for contributing

  12. #10
    rupper999's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    where do you paste that?

  13. #11
    AraaasH's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Where you want me to be
    Posts
    160
    Reputation
    12
    Thanks
    82
    My Mood
    Inspired
    Quote Originally Posted by rupper999 View Post
    where do you paste that?
    Are you serious.
    FUCK LIFE I'M OUT

    Press "Thanks" if I helped you bitch.


  14. The Following User Says Thank You to AraaasH For This Useful Post:

    azuresky1230 (06-22-2013)

  15. #12
    ianrisher's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    20
    My Mood
    Angelic
    Thank you, is there a way to make it work on Mac?
    Code:
    .__                    .__       .__                  
    |__|____    ___________|__| _____|  |__   ___________ 
    |  \__  \  /    \_  __ \  |/  ___/  |  \_/ __ \_  __ \
    |  |/ __ \|   |  \  | \/  |\___ \|   Y  \  ___/|  | \/
    |__(____  /___|  /__|  |__/____  >___|  /\___  >__|   
            \/     \/              \/     \/     \/

  16. #13
    legendairy's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    where and how do you activate those ?

  17. #14
    bender99's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    3
    My Mood
    Cheerful
    Quote Originally Posted by legendairy View Post
    where and how do you activate those ?
    Make a dll w/ the code and inject w/ dll injector or something.... in the cod4

    PS: is detected, but you can do it undetc...

  18. #15
    tamanna sharma's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    What to do with this code?
    and where to paste it?
    plz help.. m not familiar of these thing..
    but i know c,c++

Page 1 of 2 12 LastLast

Similar Threads

  1. [Source Code] Simple no recoil source code.
    By Geometrical in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 21
    Last Post: 12-21-2012, 04:02 AM
  2. [Req] Simple no recoil + NX Chams
    By ajacob112 in forum Combat Arms Hack Requests
    Replies: 8
    Last Post: 06-03-2012, 09:13 AM
  3. [Request] Simple No Recoil hack
    By TommyDk in forum CrossFire Europe Discussions
    Replies: 2
    Last Post: 04-22-2012, 12:27 AM
  4. Simple no recoil hack?
    By jashen in forum Combat Arms Hack Requests
    Replies: 1
    Last Post: 11-10-2011, 10:41 PM
  5. [Release] Simple No Recoil
    By Velocity in forum Combat Arms Hacks & Cheats
    Replies: 36
    Last Post: 06-16-2010, 06:34 AM