Results 1 to 2 of 2
  1. #1
    Royku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    G-Force.dll
    Posts
    3,015
    Reputation
    381
    Thanks
    3,308
    My Mood
    Devilish

    Plz HElp WHit working BAse

    Hey i have a good base
    Ant it works Fine
    But when i use my hack my Crossfire lags
    I use GameBooster
    i have a gooD + Fast Pc so it need to be the hack
    This is my Source
    Code:
    #include <windows.h>
    #include <iostream>
    
    using namespace std;
    
    void __cdecl PushToConsole(char* szVal ) {
    	DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    	if( dwCShell != NULL )
    	{
    		DWORD *LTClient = ( DWORD* )( (dwCShell + 0x299D40) );
    		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
    		_asm
    		{
    			push szVal;
    			call CONoff;
    			add esp, 4;
    		}
    	}
    }
    
    void hjk() {
    	Sleep(3000);
    	bool boxes = true; 
    	bool nosky = true;
    
    	for(;;) {
    						
    			if  (boxes) {
    				PushToConsole("ModelDebug_DrawBoxes 1");
    			}
    			else {
    				PushToConsole("ModelDebug_DrawBoxes 0");
    			}
    
    			if  (nosky) {
    				PushToConsole("DrawSky 0");
    			}
    			else {
    				PushToConsole("DrawSky 1");
    			}	
    	}
    }
    
    DWORD WINAPI das(LPVOID) {
    	while(GetModuleHandleA("cshell.dll") == NULL ) {
    		Sleep(100); 
    	}
    	hjk();
    	return 0;
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	DisableThreadLibraryCalls(hDll);
    	if ( dwReason == DLL_PROCESS_ATTACH )
    	{
    		MessageBoxA(0, "Coded By Royku", "Injected", 0);
    		CreateThread(NULL, NULL,das, NULL, NULL, NULL);
    	}
    	return TRUE;
    }
    So can somwhan help me Plz??

  2. The Following User Says Thank You to Royku For This Useful Post:

    español (09-04-2010)

  3. #2
    GER-Domi.'s Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    277
    Reputation
    15
    Thanks
    823
    My Mood
    Cool
    Learn c++ , Don t get on our nerves!!

Similar Threads

  1. [Solved] No injectors work whit me!!! PLZ HELP!
    By phenyx in forum CrossFire Help
    Replies: 21
    Last Post: 04-22-2011, 08:32 AM
  2. Plz help whit injecting...
    By filip90 in forum General
    Replies: 32
    Last Post: 09-09-2010, 11:24 PM
  3. PLZ HELP NOT WORK!!!
    By momo12345 in forum Combat Arms EU Help
    Replies: 6
    Last Post: 07-09-2010, 03:20 AM
  4. Hacks dont work plz help
    By LoneSoldier in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 10-18-2008, 03:04 PM
  5. HALP! MY CA DOESN"T WORK! Plz help
    By apeguy in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 08-13-2008, 07:37 PM