if(headshot)
{
DWORD pointer1 = *(PDWORD)PlayerBase;
if(!pointer1)
return;
(*(PDWORD)(pointer1 + 0x1A070)) = 118; // 118 headshots .. you can earn 118 headshots everygame without kills
}
Boost SP : [New]
Code:
if(boost.sp)
{
DWORD pointer1 = *(PDWORD)PlayerBase;
if(!pointer1)
return;
(*(PDWORD)(pointer1 + 0x1A20C)) = 4999; // 4999 sp is Limited not 15000 its sp not exp :D
}
To turn Guerrilla event on here we go
Guerrilla :
Code:
if(guerrilla)
{
DWORD pointer1 = *(PDWORD)PlayerBase;
if(!pointer1)
return;
(*(PDWORD)(pointer1 + 0x2F0D0)) = 1; // here 1 to turn it on
}else
if(!opt.boost.guerrilla)
{
DWORD pointer1 = *(PDWORD)PlayerBase;
if(!pointer1)
return;
(*(PDWORD)(pointer1 + 0x2F0D0)) = 0; // and 0 to turn it off
}
Now u need to get EXP 100% and SP 100%
Guerrilla EXP :
Code:
if(guerrilla.exp)
{
DWORD pointer1 = *(PDWORD)PlayerBase;
if(!pointer1)
return;
(*(PDWORD)(pointer1 + 0x2F0D8)) = 100; // 100 is mean 100% you can do it 10000000% if you want
}
Guerrilla SP :
Code:
if(guerrilla.sp)
{
DWORD pointer1 = *(PDWORD)PlayerBase;
if(!pointer1)
return;
(*(PDWORD)(pointer1 + 0x2F0DC)) = 100; // Same you can do it 10000000% if u want
}
Nice GJ man keep it up thats some good code u got their
Someone is boosting up their post count...
On topic: Very nice share man, not enough time to put it into a hack? Anyway, good work
ps every thread i post in i did use the hack it works and keep this sht UP FELLO CODERS 1 thing yes am doing that to boost a lttle
and am also trolling some admins
and yes i would put into if i felt like it but currently working on AVA hacks
Originally Posted by Schoorp
Someone is boosting up their post count...
On topic: Very nice share man, not enough time to put it into a hack? Anyway, good work
how can i do the codes this is my first time doing this do i download them or wat do i do idk wtf to doo
Nice post, I might release addies too instead of a hack.