Results 1 to 15 of 22

Threaded View

  1. #1
    tubby6901's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    138
    Reputation
    18
    Thanks
    14
    My Mood
    Aggressive

    Tubby6901s legit auto on hack BASE!!!!!

    heres my base do wat ever u want
    #include <windows.h>
    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "d3d9.dll" ) != NULL
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;
    return false;
    }
    void __cdecl PushToConsole(const char* szCommand )
    {
    DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    if( dwCShell != NULL )
    {
    DWORD *LTClient = ( DWORD* )( 0x377ED910 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    }

    void main()
    {
    while(true)
    {
    PushToConsole("JumpVel 630.000000" );
    PushToConsole("SkelModelStencil 1" );
    PushToConsole("ShowFps 1");
    PushToConsole("KnockBack 0" );
    PushToConsole("PerturbRotationEffect 0.000000" );
    PushToConsole("PerturbIncreaseSpeed 0.000000" );
    PushToConsole("PerturbWalkPercent 0.000000" );
    PushToConsole("PerturbFiringIncreaseSpeed 0.000000" );
    PushToConsole("PerturbRecoil 0.000000" );
    PushToConsole("FireMovePerturb 0.000000" );
    PushToConsole("ZoomedFireMoveDuckPerturb 0.000000" );
    PushToConsole("ZoomedFireMovePerturb 0.000000" );
    PushToConsole("ZoomedFireDuckPerturb 0.000000" );
    }
    }
    DWORD WINAPI dwHackThread(LPVOID) {
    while( !IsGameReadyForHook() )
    Sleep(300);
    main();
    return 0;
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
    }
    return TRUE;
    }

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

    CA_CO (10-08-2010),Tony Stark` (10-07-2010)

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. heresmy base auto on hack
    By tubby6901 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 17
    Last Post: 10-04-2010, 03:12 PM
  3. COMBAT ARMS HACK BASE by: Gellin08
    By why06 in forum C++/C Programming
    Replies: 24
    Last Post: 12-22-2009, 09:40 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