fastatit
02-21-2008, 01:13 PM
thx !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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
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);
}
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.