Results 1 to 2 of 2
  1. #1
    BlackLite2's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Jihad camp.
    Posts
    5
    Reputation
    10
    Thanks
    1

    Little Help , =]

    As i back to crossfire section , i found that " CreateThread " Detected On Some Injection Way + Simple Base's
    if Someone can do a favor to me and help me


    Code:
    #include <Windows.h>
    #define NoReload 0x26C4
    #define WeaponMgr 0xAB2940
    
    int ThreadName(void){
     while (1)
    	{
    		DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    	    DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);
    
    
    		if (pWeaponMgr){
    		for(int i=0; i<600; i++){
    			if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    				*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 75.0f;	}}}
    
    
    	}
     return 1;
    }
    
    int Cshell2(){
       DWORD CShell = 0;
        do
    	{
    		CShell = (DWORD)LoadLibraryW(L"CShell.dll"); 
    		Sleep(100);
    	} 
    	while (CShell == 0);
    	for(;;)
    	{
    		ThreadName();
    		Sleep(100); 
    	}
    	return true;
    }
    
    
    extern "C" __declspec(dllexport)
    void __stdcall DllMain(HINSTANCE hDll, DWORD dwReason, LPVOID lpvReserved)
    {
    	if(dwReason = 1)
    {
    DisableThreadLibraryCalls(hDll);
    Cshell2(); 
    	}
    }

  2. #2
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    Just use Timer and work fine

Similar Threads

  1. [Help Request] Little help, Please.
    By GoOd_LoOk_BrOo in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 01-18-2012, 07:02 PM
  2. [Help Request] Little Help with KAVA
    By 24s25 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 9
    Last Post: 07-11-2011, 01:16 PM
  3. [Help Request] A little help..
    By AlphaTeam in forum CrossFire Help
    Replies: 2
    Last Post: 07-08-2011, 09:16 AM
  4. [B]Little help please?[/B]
    By oumeen in forum WarRock - International Hacks
    Replies: 6
    Last Post: 05-02-2007, 01:22 PM
  5. a little help.
    By -[standoff]- in forum General Game Hacking
    Replies: 1
    Last Post: 12-16-2006, 09:11 PM