Results 1 to 3 of 3
  1. #1
    [mi5's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    301
    Reputation
    10
    Thanks
    618

    help x-trao cf fg

    help x-trao cf fg
    code
    Code:
    #define WeaponMgr	 0xB65E94
    #define NoRecoil1    0x4C0
    #define NoRecoil2    0x4C4
    #define NoRecoil3    0x4C8
    #define NoRecoil4    0x1C
    #define NoRecoil5    0xE98
    #define NoRecoil6    0x168
    DWORD WINAPI Base(void)
    {
    	//bool noreload = true;
    	bool wall = true;
    	bool seeghost = true ;
    	bool knife = true;
    while(1)
    {
    if(GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd"))
    {
    Sleep(100);
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);
    DWORD pNoRecoil = *(DWORD*)(CShell + WeaponMgr);
    DWORD noreload = *(DWORD*)(CShell + WeaponMgr);
    if(noreload)
    {
    if (pWeaponMgr)
    {
    for(int i=0; i<445; i++) 
    {
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) + 0xBD8) = 100;
    }
    }
    }
           
    Sleep(100);
    if (pWeaponMgr){
    			for(int i=0; i<577; i++){
    				if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    					DWORD pNoRecoil = *(DWORD*)(pWeaponMgr + (4*i));
    					for(int y=0; y<6; y++){
    						if(pNoRecoil){
    							*(float*)(pNoRecoil + (NoRecoil1 + (4*y))) = 0.0f;
    							*(float*)(pNoRecoil + (NoRecoil2 + (4*y))) = 0.0f;
    							*(float*)(pNoRecoil + (NoRecoil3 + (4*y))) = 0.0f;
    							*(float*)(pNoRecoil + (NoRecoil4 + (4*y))) = 0.0f;
    							*(float*)(pNoRecoil + (NoRecoil5 + (4*y))) = 0.0f;
    							*(float*)(pNoRecoil + (NoRecoil6 + (4*y))) = 0.0f;
    							
    						}
    					}
    				}
    			}		
    		}				     
    
    }
    }
    }
    DWORD WINAPI MemoryHook(LPVOID)
    {
    _asm {
       PUSH 0;
       PUSH 0;
       CALL Base;
       PUSH 0;
       PUSH 0;
       PUSH 0;
      }
    }
    
    BOOL APIENTRY DllMain( HMODULE hModule,DWORD ul_reason_for_call,LPVOID lpReserved )
    {
    if (ul_reason_for_call == DLL_PROCESS_ATTACH)
    {
    	
    	CreateThread(0,0,(LPTHREAD_START_ROUTINE)MemoryHook,0,0,0);  
    }
    return TRUE;
    }
    Last edited by [mi5; 08-26-2012 at 05:48 AM.

  2. #2
    |Skrillex|'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    118
    Reputation
    22
    Thanks
    155
    My Mood
    Bored
    1. wrong section
    Crossfire Coding Help & Discussion - MPGH - MultiPlayer Game Hacking - Hacks, Cheats, Trainers, Games, Downloads
    2.STOP FUCKING ASKING FOR CODES AND MAKE IT URSELF idiot leecher
    3.hahahah xtrao LMAO

  3. The Following User Says Thank You to |Skrillex| For This Useful Post:

    mslol (08-26-2012)

  4. #3
    Pingo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    687
    Reputation
    24
    Thanks
    865
    My Mood
    Blah
    while(1) = xtrao [IMG]https://i203.photobucke*****m/albums/aa29/Baxter_esa.gif[/IMG]

  5. The Following User Says Thank You to Pingo For This Useful Post:

    [mi5 (08-26-2012)

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Injector Admin help
    By asdfgas in forum Combat Arms Help
    Replies: 4
    Last Post: 04-27-2011, 06:12 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM