@
TheCamels8
Ok, now i understand the source haha. Ty.
Idk but why u said it was ;
int EXTRA = 0;
if(EXTRA == 0)
{
*(int*)Extra1 = 0;
*(int*)Extra2 = 0;
}
if(EXTRA == 1)
{
*(int*)Extra1 = 1;
*(int*)Extra2 = 1;
}
its confusing me... Lol
Ok, i need a dumper warrock .EXE, cant get it because im on 64 bits win 7.
Can you explain me why u say ; find the right addies?
i got in my
Header -> Hacks.h -> i got this :
void Hacks()
{
DWORD Player = *(DWORD*) ADR_PlayerPointer;
DWORD Server = *(DWORD*) ADR_ServerPointer;
if (Player != 0)
{
//PlayerHacks
if (CH_STAMINA = 1)
{
*(float*) (CH_STAMINA) = 0;
}
if (CH_FARFOG = 1)
*(float*) (CH_FARFOG) = 0;
}
;
//PlayerHacks ends
I saw someone explaining how to get the DWORD, can you explain me that.. or can i just keep this DWORD PLAYER and server, and i have to change these :
//Pointer, Bases
#define ADR_PlayerPointer 0x000000
#define ADR_ServerPointer 0x000000
//Hacks
#define CH_STAMINA //addie here like ; 0xblablabla\\ ?