Results 1 to 4 of 4
  1. #1
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking

    Help please !!!!!!!!

    I need some help what's wrong with this code?
    Code:
    #include <windows.h>
    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "d3d9.dll"     ) != NULL 
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL 
    && GetModuleHandleA( "CShell.dll"   ) != NULL )
    return true;
    return false;
    }
    class cILTClient
    {
    public:
        char offset[520];
        int ( *RunConsoleCommand ) ( char* szCommand );
    };
    cILTClient *ILTClient = *(cILTClient**)0x37768BD0;
    void main()
    {
    while(true)
    {
    ILTClient->RunConsoleCommand("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;
    }

    I get no errors or anything just no chams

  2. #2
    D e a t h h a u n t S's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    On the Mpgh Server hidden between microchips but Shh..!!
    Posts
    525
    Reputation
    22
    Thanks
    146
    My Mood
    Relaxed
    well if this was after patch, then the LTClient is detected? :P
    erm,
    I would give you my no menu source, but naa :P cos i get pissed of with people using chams in game, cos i can't tell :P and cos leechers :@

    i will be releasing me and 117185's D3D Menu soon, when we can be asked to post, atm we like having a private hack, after that i might give u source for this, other than that,

    erm ..

    try defining the LtClient?

    #define LtClient 'address here without quotation marks'


    Make a little side money for yourself here

    My Injector



    Don't say shit if you don't know shit


    Big Respect for: Aeroman R3dLine Flash and Wizdom-x







  3. #3
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    Nah request close becouse im using normal ptc method alot easyer.

  4. #4
    IcySeal's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    300
    Reputation
    34
    Thanks
    148
    My Mood
    Amused
    (This is Crash on my brother's account)

    You declared the variable globally which you shouldn't.
    You need to wait for CShell to be loaded to declare.

Similar Threads

  1. [Help Request] Help Please ! Crossfire PH or whatever
    By maek0witzki33 in forum CrossFire Help
    Replies: 10
    Last Post: 05-28-2013, 08:18 PM
  2. [Help Request] Black Cipher Help [please help]
    By zubni in forum Combat Arms Help
    Replies: 25
    Last Post: 05-14-2011, 07:50 PM
  3. [Help Request] New. Help Please :)
    By xclutchx in forum Vindictus Help
    Replies: 8
    Last Post: 05-05-2011, 01:52 PM
  4. [Help Request] help please
    By alpha3po in forum Combat Arms Help
    Replies: 6
    Last Post: 05-01-2011, 04:29 PM
  5. [Help Request] [ANSWERED]crossfire Help Please.
    By ownedpjer in forum CrossFire Help
    Replies: 2
    Last Post: 04-30-2011, 02:53 AM