How i find this address
No Fall Damage :
Code:
*(float*)( (*(DWORD*)(CShellBase+0x0090A4A0))+0x04 ) = 0;
1hitkill :
Code:
for(int i=0 ; i<445 ; i++)
*(float*)( (*(DWORD*)((*(DWORD*)(CShellBase+0x0090A4B8))+(4*i ))) + 0x0754) = FLT_MAX ;
Instant Respawn :
Code:
memcpy((LPVOID)(CShellBase+0x003A30B),(LPBYTE)"\x9 0\x90",2);
No Nade Damage :
Code:
#define Gernades ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==12 6)||(i==135)||(i==209)||(i==210)||(i==240)||(i==26 3)||(i==272)||(i==338)||(i==382)||(i==383)||(i==38 4))
for(int i=0 ; i<445 ; i++)
{
if(Gernades)
*(float*)( (*(DWORD*)((*(DWORD*)(CShellBase+0x0090A4B8))+(4*i ))) + 0x0754) = 0 ;
}
but i know how to unpack cshell the only think to do how do i find this address in crossfire PH!
