[php]#define ADR_KDRGUARDCANA 0x3778DFFC
#define ADR_KDRGUARDCAEU 0x37750A08
#define ADR_KILLCAMCAEU 0x377502E8[/php]
killcamon put value in 0.
kdrguard put value in 0.
example:
[php]
kdrguard:
*(long*) ADR_KDRGUARDCAEU = 0;
killcamon:
bool CAMON[2]; // Credits to NeoIII
if(GetAsyncKeyState(VK_F12)&1) CAMON[0] = !CAMON[0];
if(CAMON[0] && !CAMON[1])
{
*(long*) ADR_KILLCAMCAEU = 0;
}[/php]
found in MHS, but mhs is detected in XP SP3 32bits, I had to use a old folder of HackShield, which causes "conection ended" after a few minutes.
make a findpattern to kdrguard apparently is complicated.
it changes the values constantly.
i not tryed findpattern to killcamon.