Results 1 to 7 of 7
  1. #1
    wertoskiller's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Fiore
    Posts
    231
    Reputation
    10
    Thanks
    31
    My Mood
    Amazed

    help me pls (((( LAG PROBLEM ))))

    hi

    How can i fix the lagg problem with my hack ?????

    #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* )( 0x377C4450 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    void main()
    {
    while(true)
    {
    PushToConsole("SkelModelStencil 1");
    PushToConsole("ShowFps 1");
    PushToConsole("CanShootThrough 1");
    }
    Sleep(200);
    }
    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;
    }


    its totally laggy

  2. #2
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold
    Omg spammer you posted that 2 times !
    [IMG]https://i423.photobucke*****m/albums/pp312/LizMLsinatra/hh-1.png[/IMG]
    Happy Hanukkah For All Of MPGH !


    The Real Life Are Better Then A Game !


    Song :[YOUTUBE]vgKBOkvO5N0&feature=player_embedded[/YOUTUBE]
    Best Friends :

    Hax4Life!

    Solify

    [MPGH]Drake`

    Respect Them Or I'll Kill You ...



  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
    Use the search button, And CanShootThrough 1 doesnt work.

  4. #4
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    make more Sleep
    like :
    [php]void main()
    {
    while(true)
    {
    Sleep(1000);
    }
    }
    [/php]

    H A X O
    Email : Noobmem@hotmail.com


  5. #5
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    Quote Originally Posted by mo3ad001 View Post
    make more Sleep
    like :
    [php]void main()
    {
    while(true)
    {
    Sleep(1000);
    }
    }
    [/php]
    lol xD

  6. The Following User Says Thank You to HaX4LiFe! For This Useful Post:

    mafinotti (09-07-2010)

  7. #6
    qddW$#%^jtyjtyj's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    721
    Reputation
    7
    Thanks
    148
    My Mood
    Mellow
    LOL! .

  8. #7
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    what Fun Guy's !

    H A X O
    Email : Noobmem@hotmail.com


Similar Threads

  1. my Lag problem please help !!
    By hadh in forum CrossFire Help
    Replies: 15
    Last Post: 05-13-2011, 07:02 PM
  2. Can u help my lag problem i might gift
    By yomo710 in forum Combat Arms Help
    Replies: 5
    Last Post: 07-21-2010, 12:12 PM
  3. LAG PROBLEM [[PLEASE HELP]]
    By edentheking in forum Combat Arms Help
    Replies: 13
    Last Post: 12-29-2009, 04:30 AM
  4. pls help me have a problem
    By sami3222 in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 07-23-2009, 11:10 AM
  5. Problem with trainers mades for CE, help me pls
    By juanitobalde in forum General Game Hacking
    Replies: 0
    Last Post: 04-24-2007, 04:31 AM