Thread: No Recoil Code

Page 1 of 4 123 ... LastLast
Results 1 to 15 of 52
  1. #1
    You do not feel comfortable sailer or at home
    MPGH Member
    sn1p3ro12's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,104
    Reputation
    10
    Thanks
    198

    No Recoil Code

    No Recoil/Spread code

    Code:
    void tweakWeapon(UCanvas* Canvas, AcItem* pItem)
    {
        if (!pItem) return;
    
        AcWeapon*            pAcWeapon    = NULL;
        AcProjectileWeapon* pPjWeapon    = NULL;
        AcRaycastWeapon*    pRayWeapon    = NULL;
        AWeapon*            pAWeapon    = NULL;
    
    
        if (pItem->IsA(AcWeapon::StaticClass()))
        {
            pAcWeapon = (AcWeapon *)pItem;
    
            if(pAcWeapon->IsA(AcRaycastWeapon::StaticClass()))
            {
                pRayWeapon = (AcRaycastWeapon *)pAcWeapon;
    
    
                pRayWeapon->m_WeaponRecoilSettings.m_fEndPitchMax    = 0.0f;
                pRayWeapon->m_WeaponRecoilSettings.m_fEndPitchMin    = 0.0f;
                pRayWeapon->m_WeaponRecoilSettings.m_fEndYawMax        = 0.0f;
                pRayWeapon->m_WeaponRecoilSettings.m_fEndYawMin        = 0.0f;
                pRayWeapon->m_WeaponRecoilSettings.m_eWeaponRecoil    = 0;
    
                pRayWeapon->m_TanSpreadAngle = 0.0f;
                pRayWeapon->m_TanPelletSpread = 0.0f;
    
                pRayWeapon->m_RangedWeaponTypeSettings.m_fRunModifier            = 0.0f;
                pRayWeapon->m_RangedWeaponTypeSettings.m_fWalkModifier            = 0.0f;
                pRayWeapon->m_RangedWeaponTypeSettings.m_fCrouchModifier        = 0.0f;
                pRayWeapon->m_RangedWeaponTypeSettings.m_fRampDistance            = 0.0f;
                pRayWeapon->m_RangedWeaponTypeSettings.m_eRecoil                = 0;
                pRayWeapon->m_RangedWeaponTypeSettings.m_fRaySpreadAtTenMetres    = 0.0f;
                pRayWeapon->m_RangedWeaponTypeSettings.m_fMaxRange                = 0.0f;
            }
        }
        if(pAcWeapon->IsA(AWeapon::StaticClass()))
        {
            pAWeapon = (AWeapon *)pAWeapon;
    
            for(int k = 0; k < pAWeapon->Spread.Num(); k++) pAWeapon->Spread(k) = 0.0f;
    
        }
    
        return;
    }
    Dont Forget to Press Thanks!

    Credits: Lowhertz
    Last edited by Margherita; 08-27-2011 at 10:14 AM.
     


    DONT FORGET TO THANK ME

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

    alemci006 (10-06-2018),calligioni (09-25-2011),Domce (08-27-2011),farokmarko1 (09-24-2011),Gentsch (09-18-2011),lamenace753 (09-10-2011),romiio (08-27-2011),SamsoniteNM (09-07-2011)

  3. #2
    kyosukedei's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    Awesome, will try to add now to my .dll

    Hmm its not working for me... I shouldn't have to loop it or link it to the esp 2d box code right?
    Last edited by kyosukedei; 08-26-2011 at 03:35 PM.

  4. #3
    ayoitzjason's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    excuse my derp-ness. where does this go?

  5. #4
    Cross31070's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    turn around
    Posts
    110
    Reputation
    10
    Thanks
    5
    My Mood
    Amused
    ahhh thats because the guy leached code from another site while its not evan done or in working order
    that code belongs to a guy called "lowhertz". the code is for his public hack for APB:reloaded and its still a work-in-progress
    and stop leeching from that site
    Last edited by Cross31070; 08-26-2011 at 04:55 PM.
    I AM DA BIG NUB PWANER






  6. #5
    [_Fagget_]'s Avatar
    Join Date
    Aug 2011
    Gender
    female
    Posts
    17
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    nice these might help some of the coders... If u Leeched it remember to give creds ;D

  7. #6
    Eduardkhil's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    2
    Its pretty funny that this guy seems to be literally reposting every thread already posted on another game hacking forum. Also the fact that he posts old and non-working code shows clearly he doesn't even understand what he is posting.

    To those of you wondering, it does in fact seem to work, but no spread only shows client side and it doesn't actualyl affect the spread on the server.

  8. #7
    Margherita's Avatar
    Join Date
    Jan 2011
    Gender
    female
    Posts
    11,299
    Reputation
    783
    Thanks
    1,287
    My Mood
    Bashful
    /Closed
    Until credits given, doesn't seem like it works either according to most of you
    But I'll wait if he gives credits first.

    /Reopened
    Last edited by Margherita; 08-27-2011 at 10:13 AM.

  9. #8
    Threadstarter
    You do not feel comfortable sailer or at home
    MPGH Member
    sn1p3ro12's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,104
    Reputation
    10
    Thanks
    198
    Quote Originally Posted by SODMG View Post
    /Closed
    Until credits given, doesn't seem like it works either according to most of you
    But I'll wait if he gives credits first.

    /Reopened
    thank you ^^
     


    DONT FORGET TO THANK ME

  10. #9
    romiio's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    0
    Hi, acutally. im new here and i dont know any things about cods and thows stuff can any one help with it ? how to replace it and how to make it run ?

    thanks you brah..

  11. #10
    SirKinky's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    191
    Reputation
    5
    Thanks
    14
    @romiio Before you even look at this stuff, go search for an E-Book on C++ programming, the basics.

  12. #11
    romiio's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    0
    @SirKinky well that Answer didnt help me about that cods i just asked for some one who can help me to inject that cods in some where if you can help me you welecome .

    acutally, im not intressting to learn the C++ couze that thing it's not filed OR my area. thanks Btw.

  13. #12
    SirKinky's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    191
    Reputation
    5
    Thanks
    14
    @romiio I understand, but unless you have a basic knowledge of C++ this code won't help. It's unfinished at the moment, and you need to know how to compile the code into a dynamic library to be ready for injection.

    All I'm saying about it is, unless the .dll is given with the code, you will need to know how to do the basics of coding to create the .dll. That's all

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

    romiio (08-27-2011)

  15. #13
    romiio's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    0
    Umm Now your way was clear that more and understand me a lot of things that must be learned Okay i'll try to lean that C++ cods if you can help from where should i start to learn . and thanks

  16. #14
    tambre's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    1,852
    Reputation
    10
    Thanks
    576
    My Mood
    Cool

    Post

    Quote Originally Posted by romiio View Post
    Umm Now your way was clear that more and understand me a lot of things that must be learned Okay i'll try to lean that C++ cods if you can help from where should i start to learn . and thanks
    Find C++ e-books and read 1 - 3per day and learn programming, I could do something with it if my laptop couldnt suck, but it does suck!
    Why are you looking here?

  17. #15
    kingbullet8747's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    5
    How to Activate that? Can you give me a tutorial for this pls? thx!

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Release] *working* low recoil code
    By TechwarriorA in forum Alliance of Valiant Arms (AVA) Coding / Source Code
    Replies: 24
    Last Post: 03-23-2012, 05:28 AM
  2. [Source Code] Low recoil code
    By TechwarriorA in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 09-25-2011, 12:22 PM
  3. No Recoil code
    By dertolleadrian in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 08-01-2010, 07:55 PM
  4. Fixing your spread/ recoil code!!
    By boom.. in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-11-2007, 10:01 AM
  5. America's Army No Recoil/Reload LUA code.
    By MagikBullet in forum General Game Hacking
    Replies: 7
    Last Post: 02-25-2007, 10:11 AM