My cross fire base

Posts 1–15 of 23 · Page 1 of 2
My cross fire base
Hi MPGH user's ,
i join new at mpgh , im coder for some fps games i code a simple d3d hacks for them ,
i was to code for cross fire and i only think that only mpgh users will help me solve it
here my base , X-TRAP show up always on another version of cross fire ex cfeu.
the offest are correct from another crossfire version fantasto.to new one.
i also do weapon logger and it was 599.
Code:
#include <Windows.h>

#define WeaponMgr 0xB65E94 // 98
#define NoReload 0xBD8
#define NoChange 0xBDC
#define AmmoDamage 0x7C4
// ~ Boolen Method //
bool noreload = 1,
	nochange = 1,
	ammodamage = 1;
// ~ MainClass ~ //
void MainClass (void)
{
		CShell = (DWORD)GetModuleHandleA("CShell.dll");
	DWORD pWeaponMgr = NULL;
	
		pWeaponMgr = *(DWORD*)(CShell+WeaponMgr);
	

	if (noreload){
	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) = 99.0f;
			}
		}
	}
  }
}
//~ DLLMain ~ //
extern "C" __declspec(dllexport) BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved){
    if(fdwReason == DLL_PROCESS_ATTACH){
		 MessageBoxA(0,"Xeion V1.0","Crossfire Fantasto.to",0);
        DisableThreadLibraryCalls(hinstDLL);
MainClass();
        return true;
    }
    return false;
}
/*
~ Crossfire fantasto.to ~
~ Log Started. ~
Offset Num1 : "ReloadAnimRatio" : 0xBD8
Offset Num2 : "ChangeWeaponAnimRatio" : 0xBDC
Offset Num3 : "AmmoDamage" :0x7C4
~ Log Ended. ~
*/
are you fuckin with us ??? remove the msg box and use create thread or set timer insted of directly calling the function -_-
Quote Originally Posted by kmanev073 View Post
are you fuckin with us ??? remove the msg box and use create thread or set timer insted of directly calling the function -_-
i removed message box & use like this
Code:
SetTimer(0,0,500,(TIMERPROC)MainClass); 
			Beep(1000,500);
but x-trap appear ...
Okay , so you can code 'simple' d3d hacks for various games and cant code a ud memory base for Crossfire?
Also , its not your base. The only thing you added are the comments -.-
Quote Originally Posted by Fly3r View Post
Okay , so you can code 'simple' d3d hacks for various games and cant code a ud memory base for Crossfire?
Also , its not your base. The only thing you added are the comments -.-
i start new coding for crossfire , and i code for simple fps games a simple D3D and not memory ...
edit : its my own base ... i dont leech , i learned and code...

---------- Post added at 07:57 AM ---------- Previous post was at 07:50 AM ----------

Can someone help me please ?
Quote Originally Posted by Fly3r View Post
Okay , so you can code 'simple' d3d hacks for various games and cant code a ud memory base for Crossfire?
Also , its not your base. The only thing you added are the comments -.-
IDK if he coded or not
but CrossFire is hack protected it's more easyer to code let's say a "Multy Theft Auto" FPS game where are no hack protection's ... it has only some CE detection on server but you can bypass them very easy ....
Quote Originally Posted by bandi12 View Post
IDK if he coded or not
but CrossFire is hack protected it's more easyer to code let's say a "Multy Theft Auto" FPS game where are no hack protection's ... it has only some CE detection on server but you can bypass them very easy ....
i coded for operation 7 , combat arms eu (ptc hack), mission agonist terror , soldier front ...
i just need help in my hack base if u can pls help me
lol you so 1337 :O
Quote Originally Posted by Pippazzo View Post
lol you so 1337 :O
OFF TOPIC: your input to this conversation is about as useful as a wort on the end on my penis how about you shut the hell up huh?

ON TOPIC:
I'm guess this isn't actually a hack for a official Crossfire server, its for the Crossfire Private server? and if so get some skills its 15x exp and 15x gp why would you need hacks for it?
Somebody can add me to messager or share with me your messanger ?
WTF !! Your first post askin for how to make your base work ?? DON'T GIVE HIM ANYTHING
gay 11111111111111111111
omfg this looks like leech noob :| i think you can´t code for other games (lol) if this is your serious?!
Quote Originally Posted by Code[VB] View Post
omfg this looks like leech noob :| i think you can´t code for other games (lol) if this is your serious?!
i can code you a hack if you want proofs.
guys this sections is for sharing codes and helping people..dont start flaming and being rude
try putting while(1)
Posts 1–15 of 23 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?