Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 53
  1. #1
    iContribute's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    My computer.
    Posts
    24
    Reputation
    10
    Thanks
    21
    My Mood
    Crappy

    -SyntheticK- Auto-On Hack 9.27.10

    Yes, this is a leech, but at least I am contributing.

    Auto-On hack created by -SyntheticK-

    FEATURES:

    Show FPS
    NX/Satellite Chams
    No Fog
    Pick-up Hack
    No Knock-back
    No Breath
    No Cam Damage
    No Sway
    No Spread
    No Reload
    No Recoil


    Virus scans:

    [X]

    [X]

    Screenshots:






    Please note the screenshots were taken with fraps so you could view the FPS counter.

    Hack source code:

    Code:
    #include<windows.h>
    #include<shellapi.h>
    
    #pragmacomment(lib,"shell32.lib")
    #pragmamessage(" Made By -SyntheticK ")
     
    //Reload Address To NOP
    #define RELOAD 0x374AB714
     
    //Recoil Addy's
    #define RECOIL1 0x3745FA90
    #define RECOIL2 0x37232A69
    #define RECOIL3 0x3745FAA4
    #define RECOIL4 0x3745FAA7
    #define RECOIL5 0x3745FAB0
     
    bool Memoria( void * pDest, char * szPatch, size_t sSize )
    { 
    DWORD dwOrgProtect = NULL; 
    if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
    return FALSE;
    memcpy( pDest, szPatch, sSize ); 
    VirtualProtect( pDest, sSize, dwOrgProtect, NULL ); 
    return TRUE; 
    }
     
    bool IsBillyReadyForCook()
    {
    if( GetModuleHandleA( "d3d9.dll" ) != NULL && GetModuleHandleA( "ClientFX.fxd" ) != NULL && GetModuleHandleA( "CShell.dll" ) != NULL ) returntrue;
     
    returnfalse;
    }
     
    void__cdecl PushToConsole( constchar* Lazy_Fuck )
    {
    DWORD *LTClient = ( DWORD* )( 0x377ED910 ); 
    void* Mofo = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push Lazy_Fuck;
    call Mofo;
    add esp, 4;
    }
    } 
     
    void main()
    {
     
    while(true)
     
    {
     
    PushToConsole("ShowFps 1");
    Sleep(20);
    PushToConsole("SkelModelStencil 1");
    PushToConsole("FogEnable 0");
    Sleep(20);
    PushToConsole("ActivationDistance 999999");
    PushToConsole("KnockBack 0");
    Sleep(20);
    PushToConsole("ShowBreath 0");
    PushToConsole("CamDamage 0");
    Sleep(20);
    PushToConsole("WeaponSway 0.000000");
    PushToConsole("PerturbRotationEffect 0.000000");
    PushToConsole("PerturbIncreaseSpeed 0.000000");
    PushToConsole("PerturbWalkPercent 0.000000");
    Sleep(20);
    PushToConsole("PerturbFiringIncreaseSpeed 0.000000");
    PushToConsole("PerturbRecoil 0.000000");
    PushToConsole("FireMovePerturb 0.000000");
    Sleep(20);
    PushToConsole("ZoomedFireMoveDuckPerturb 0.000000");
    PushToConsole("ZoomedFireMovePerturb 0.000000");
    PushToConsole("ZoomedFireDuckPerturb 0.000000");
    Sleep(20);
    Memoria((LPVOID) (RELOAD), "\x90\x90\x90\x90\x90\x90", 6);
    // Recoil NOP'ed
    Sleep(30);
    Memoria((LPVOID) (RECOIL1), "\x90\x90\x90", 3);
    Memoria((LPVOID) (RECOIL2), "\x90\x90\x90", 3);
    Memoria((LPVOID) (RECOIL3), "\x90\x90\x90", 3);
    Memoria((LPVOID) (RECOIL4), "\x90\x90\x90", 3);
    Memoria((LPVOID) (RECOIL5), "\x90\x90\x90", 3);
    Sleep(100);
    }
     
    }
    DWORD WINAPI dwHackThread(LPVOID)
    {
    while( !IsBillyReadyForCook() )
    Sleep(100);
    main();
    return 0;
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    MessageBoxA(
    NULL,
    "Injection Successful",
    "Injected",
    MB_OK| MB_ICONINFORMATION
    );
    CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
    }
    return TRUE;
    }
    Credits: CoderNever, CodeDemon, Blood, DeadLinez, -SyntheticK- and Timboy67678.

    Just because I have no posts doesn't mean this is a virus, if you do not trust it, do not download it. =/ Enjoy!

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

    a4b6young (09-28-2010),Adam Rock (09-28-2010),blablablaido (09-27-2010),Choob King (09-28-2010),greekeye02 (09-28-2010),Jericho10 (09-30-2010),KyleQaz (09-27-2010),Mike (10-01-2010),ozzypredator (09-29-2010),samwilliam92 (10-08-2010),titterg (09-27-2010),weezy- (09-28-2010),[D]ark [M]oon (09-28-2010)

  3. #16
    Casey95's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Your BED ;)
    Posts
    656
    Reputation
    4
    Thanks
    457
    My Mood
    Amused
    Omg so many people gonna use that source now & claim they can " code "
    Than fail when CA patchs soon https://combatarms.nexon.net/News/Vie...ontentNo=009cw

  4. #17
    iContribute's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    My computer.
    Posts
    24
    Reputation
    10
    Thanks
    21
    My Mood
    Crappy
    Quote Originally Posted by Casey95 View Post
    Omg so many people gonna use that source now & claim they can " code "
    Than fail when CA patchs soon Combat Arms Server Status -- Online FPS Action
    Check the noob protection codes in there.

  5. #18
    Ali's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Qc, Canada
    Posts
    11,450
    Reputation
    342
    Thanks
    3,518
    My Mood
    Cool
    /Approved .

  6. #19
    cyko420's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    20
    Reputation
    20
    Thanks
    2
    My Mood
    Blah
    pretty basic. worth a shot. i hope they work

  7. #20
    iContribute's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    My computer.
    Posts
    24
    Reputation
    10
    Thanks
    21
    My Mood
    Crappy
    Quote Originally Posted by cyko420 View Post
    pretty basic. worth a shot. i hope they work
    Basic, but all hacks are useful.

  8. #21
    CodingTerror's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Microsoft Visual C++ 2010 C++ Knowledge: 1%
    Posts
    336
    Reputation
    14
    Thanks
    30
    My Mood
    Pensive
    Nice leech man!

  9. #22
    iContribute's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    My computer.
    Posts
    24
    Reputation
    10
    Thanks
    21
    My Mood
    Crappy
    Quote Originally Posted by CodingTerror View Post
    Nice leech man!
    Thanks. Hope you all enjoy it.

  10. #23
    Kprizzy's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    MTOWN USA
    Posts
    6,625
    Reputation
    171
    Thanks
    298
    My Mood
    Angelic
    nice hack dude luv it keep it up

  11. #24
    The Dark Knight's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    MPGH
    Posts
    5,642
    Reputation
    95
    Thanks
    704
    very good i love them!

  12. #25
    jerry4113's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Only flaw to this is hack is auto on... but it's great

  13. #26
    Angels Die's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Olympus
    Posts
    495
    Reputation
    25
    Thanks
    103
    My Mood
    Dead
    even the nx whores hack these days......

  14. #27
    ParraEels's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    1,684
    Reputation
    9
    Thanks
    90
    My Mood
    Amazed
    Keep up the leeching maybe in the future u may even become a coder

  15. #28
    titterg's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    stockton,ca
    Posts
    37
    Reputation
    10
    Thanks
    3
    My Mood
    Bored
    hope it works
    BitCh wUtS GoOd?

  16. #29
    pkdancer's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Shit why, when I run any hack with an injector, I loaded the game and then crashes?

  17. #30
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144
    /Request close from preventing C+P sters

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Request] Auto arrow hack for STEPS ONLINE GAME.
    By SiLeNt-HaCkEr in forum Hack Requests
    Replies: 3
    Last Post: 10-14-2011, 01:02 AM
  2. [Release] PL4GUE'S AUTO-ON HACK
    By PL4GUE in forum Combat Arms Hacks & Cheats
    Replies: 63
    Last Post: 07-14-2010, 11:01 PM
  3. Research Facility Auto Glithc Hack
    By tabuzo013 in forum CrossFire Glitches
    Replies: 23
    Last Post: 06-21-2010, 03:55 PM
  4. Update on auto level hack
    By dwivvc in forum CrossFire Hacks & Cheats
    Replies: 49
    Last Post: 07-27-2009, 01:58 PM
  5. CA:Auto Hop Hack
    By 3dimage in forum Combat Arms Hacks & Cheats
    Replies: 18
    Last Post: 04-21-2009, 11:36 AM