Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    jorence008's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    My Mood
    Happy

    Thumbs up Crossfire hack source codes

    No grenade damage:

    #define grenades ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==12 6)||(i==135)||(i==209)||(i==210)||(i==240)||(i==26 3)||(i==272)||(i==338)||(i==382)||(i==383)||(i==38 4))
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL && (grenades))
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 0.0f; //String is "AmmoDamage"

    No Reload (Without knife bug):

    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x2424) = 100.0f; //String is "ReloadAnimRatio"


    One hit kill (Causes Client error in TD/MM/HM):

    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 99999.0f //use 116.0 in TD/MM/HM (not OHK) , String is "AmmoDamage"

    No weapon weight:

    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x21DC) = 0.0f; //String is "MoveSpeedPenalty"

    Shoot throgh wall:

    if (*(DWORD*)((CShellBase)+WallMgr) != NULL)
    {
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x468) = true; //String is "EdgeShotEnabled"
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x46C) = true; //String is "WallShotEnabled"
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x470) = true; //String is "PerfectWallShotEnabled"

    No weapon change delay::

    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x2428) = 100.0f; //String is "ChangeWeaponAnimRatio"
    Knife tele kill (causes client error if used 5 times
    Code:
    #define knives ((i==5) || (i==74) || (i==269) || (i==270) || (i==271) || (i== 372))
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL && (knives))
    {
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7EC) = 20000.0f; //Visual , String is "Range"
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0xA20) = 20000.0f; //Not visual , String is "KnifeNormalRange"

    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0xA24) = 20000.0f; //same as above "KnifeNormalRange" has two addys

    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0xA2C) = 20000.0f //Not visual , String is "KnifeBigshotRange". this one should affect knife right click but i didn't test this one.
    }


    Max weapon range::

    #define knives ((i==5) || (i==74) || (i==269) || (i==270) || (i==271) || (i== 372))
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL && (!knives))
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7EC) = 20000.0f; //String is "Range"


    Fire types:

    enum FireType
    {
    SingleFire =1;
    RepeatFire = 2;
    ShrapnelFire = 4;
    DelayFire = 8;
    AlternateFire = 16;
    }

    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(DWORD*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0xA38) = Something ;//look at strings in the enum
    Bypass Old Cheat!


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

    mslol (09-07-2012),Pronome191 (09-11-2012)

  3. #2
    3D's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In The World :P
    Posts
    1,007
    Reputation
    134
    Thanks
    14,169
    My Mood
    Amazed
    Patched

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

    shafaga (09-07-2012)

  5. #3
    xKickAssBackup's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    139
    Reputation
    66
    Thanks
    131
    My Mood
    Bored
    wtf this pointer was in swiftdude base, i remember it 0x2424

    Very old ._.

  6. #4
    Dark Side's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    West London
    Posts
    670
    Reputation
    99
    Thanks
    1,372
    My Mood
    Asleep
    Quote Originally Posted by xKickAssBackup View Post
    wtf this pointer was in swiftdude base, i remember it 0x2424

    Very old ._.
    he just c+p from an old thread

  7. #5
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    nice leeching
    credits to me.


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  8. The Following 3 Users Say Thank You to giniyat101 For This Useful Post:

    Lightning (09-07-2012),lucasheer715 (09-08-2012),mastercoder007 (09-08-2012)

  9. #6
    xKickAssBackup's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    139
    Reputation
    66
    Thanks
    131
    My Mood
    Bored
    Quote Originally Posted by giniyat101 View Post
    nice leeching
    credits to me.
    credits to swiftdude ._.

  10. #7
    3D's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In The World :P
    Posts
    1,007
    Reputation
    134
    Thanks
    14,169
    My Mood
    Amazed
    Plz Closeeeeee.

  11. #8
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by xKickAssBackup View Post
    credits to swiftdude ._.
    me


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  12. The Following User Says Thank You to giniyat101 For This Useful Post:

    mastercoder007 (09-08-2012)

  13. #9
    Viktor's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    BC, Canada
    Posts
    4,433
    Reputation
    127
    Thanks
    598
    Very Very Old


     


  14. #10
    dicky88smd's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    205
    Reputation
    10
    Thanks
    62
    My Mood
    Busy
    For now One Hit Kill and OHK patched

    I love that feature

    <=======================================>
    PRESS THANK'S IF I HELP YU
    <=======================================>
    NO HACK NO FUN
    <=======================================>
     

    - Make Hack Crossfire
    - Make 30 Function's
    - Make Weapon Logger
    - Make Value Logger
    - Make Addy Logger
    - Make Public Hack
    - Make Bypass Xtrap
    - Make Bypass Client Error
    - Make D3D
    - Make Aimbot


     

    => Bandi12
    => Giniyat101
    => UltraPGNoob
    => Swag
    => MPGH Minion

  15. #11
    alvin-vince1's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    5
    parasan code yan sa visual c++ 2008 or visual c++ 2010 ano ba ang visual nyan ng maka gawa ako

  16. #12
    blacksquad's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    blacksquad's injector.exe
    Posts
    147
    Reputation
    10
    Thanks
    1,090
    My Mood
    Cynical
    Quote Originally Posted by dicky88smd View Post
    For now One Hit Kill and OHK patched

    I love that feature
    who hates that feature?????????????????
    https://www.mpgh.net/forum/290-crossf...rosshairs.html
    ------UNDETECTED INJECTOR
    NEVER TRUST grayback!
    I'm a Visual Basic Programmer and a good HTML coder


  17. #13
    xKyawx's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    Galera esses códigos adicionamos onde?

  18. #14
    Darkzz12's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    12
    How Could you do that DLL or FORM some one help me...?

  19. #15
    jorence008's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    My Mood
    Happy

    ?

    Quote Originally Posted by giniyat101 View Post
    nice leeching
    credits to me.
    you noob you leeching other site source code ...

    you make this base hahahaha?
    Bypass Old Cheat!


Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Crossfire Hack Source Code
    By GERMANY132816 in forum CrossFire Europe Hack Source Code
    Replies: 5
    Last Post: 08-16-2012, 02:19 PM
  2. CrossFire Hack Source Code Resource Thread
    By Hero in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 0
    Last Post: 07-04-2012, 01:58 AM
  3. [Release] Crossfire hack source codes
    By omgigotbanned in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 10-30-2011, 02:52 AM
  4. [Request] Crossfire NA Wall Hack Source Code
    By Dark Side in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 16
    Last Post: 08-13-2011, 03:03 AM
  5. CrossFire Hack Source Code Resource List!
    By *DeathHunter* in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 09-14-2010, 05:53 AM