Results 1 to 14 of 14
  1. #1
    ThePhyco's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Box... :(
    Posts
    70
    Reputation
    10
    Thanks
    7
    My Mood
    Aggressive

    [Help] My Hack D/C's Help Please

    This is my Code
    #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 *LTClient = ( DWORD* )( 0x3778CFB0 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    void main()
    {
    while(true)
    {
    PushToConsole("SkelModelStencil -1" );
    }
    }
    DWORD WINAPI dwHackThread(LPVOID)
    {
    while( !IsGameReadyForHook() )
    Sleep(100);
    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;
    }




    ^ IM COMING FOR U ^

  2. #2
    IcySeal's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    300
    Reputation
    34
    Thanks
    148
    My Mood
    Amused
    The old PTC method is deteced.
    Also why are you sending -1 to the console?

  3. #3
    ThePhyco's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Box... :(
    Posts
    70
    Reputation
    10
    Thanks
    7
    My Mood
    Aggressive
    Because thats what i though the code for the chams were do u no what i need to do to it


    ^ IM COMING FOR U ^

  4. #4
    IcySeal's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    300
    Reputation
    34
    Thanks
    148
    My Mood
    Amused
    Uhh first try pushing 1 for on and 0 for off. But as i said look for an alternetive PTC function. Try using the search we have one here.

  5. #5
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514
    Change LTClient Method!

  6. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    This Aint Your Hack Just Your Version Of A PreCompiled Source

  7. #7
    nhannie's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    australia
    Posts
    21
    Reputation
    10
    Thanks
    0
    unbelievable ur dp =)

    whit i love ur dp turns me on =)

  8. #8
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    Nice C+P... Learn C++ first... Thats what I am doing
    Sammy told me to...

  9. #9
    monsieurpo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    coolstreet
    Posts
    27
    Reputation
    10
    Thanks
    3
    My Mood
    Asleep
    put your project in release mode

  10. #10
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by monsieurpo View Post
    put your project in release mode
    Wow. you know what you are doing..

  11. #11
    acedss3d's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    cuz ur hacks are patched

  12. #12
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by acedss3d View Post
    cuz ur hacks are patched
    fail...

    /facepalm

  13. #13
    ~BySuskun~'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    patched code

  14. #14
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by ~BySuskun~ View Post
    patched code
    No way stupid

Similar Threads

  1. [Help Request] help please hacks dont work
    By solomonjo0 in forum CrossFire Help
    Replies: 9
    Last Post: 07-10-2011, 07:49 PM
  2. Speed hack help please?
    By lolwut123456 in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 08-12-2008, 08:05 AM
  3. Need Mega Help Please With My Hack
    By rob1cool in forum Visual Basic Programming
    Replies: 0
    Last Post: 03-24-2008, 08:21 AM
  4. [Request] Map Hack RTS help please
    By CJJ in forum Hack Requests
    Replies: 0
    Last Post: 05-06-2007, 11:57 PM