PDA

View Full Version : whats wrong with this



fastatit
02-21-2008, 01:13 PM
thx !!!!!!!!!!!!!!!!!!!!!!!!!!!!!

ZeaS
02-21-2008, 01:27 PM
whats your problem? hack don't work? error?



void CHackDlg::Oninvisablon()
{
memory();
BYTE Nop[ ] = {0x90,0x90,0x90,0x90,0x90,0x90,0x90};
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) (0x522818), &Nop, sizeof(Nop), NULL);
}

void CHackDlg::Onboneshoton()
{
memory();
BYTE Nop[ ] = {0x90,0x90,0x90,0x90,0x90,0x90,0x90};
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) (0x4A2D64), &Nop, sizeof(Nop), NULL);
}

void CHackDlg::Onantikikon()
{
memory();
BYTE Nop[ ] = {0x90,0x90,0x90,0x90,0x90,0x90};
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) (0x503715), &Nop, sizeof(Nop), NULL);
}

don't add the Adress to BYTE Nop [...

and boneshot isn't 7 byte nop

fastatit
02-21-2008, 01:35 PM
how many do i do and i tried tht earlier and it did not work

ZeaS
02-21-2008, 01:39 PM
how many do i do and i tried tht earlier and it did not work

boneshot? on = 0x31

fastatit
02-21-2008, 01:41 PM
boneshot? on = 0x31 where do i put it at like this memory();BYTE Nop[ ] = {0x90,0x90,0x90,0x90,0x90,0x90,0x90};
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) (0x4A2D64,0x31), &Nop, sizeof(Nop), NULL);
}