ghost and Magnet Offset PointBlank PH only
Date of Offset in Point Blank PH
September,09,2011 ---------> 6:27pm
Please Press Thanks
Im all around hahhahaha
credits to windowsxp925 WarRock PH Coder
#define ofs_magnet 0x4704C0
#define ofs_ghost 0x46F97C
///////////////Protection;///////////////////
int windowsxp925 (void *adr, void *ptr, int size)
{
unsigned long CheckProtection;
VirtualProtect((int*)adr,size,PAGE_READWRITE, &CheckProtection);
RtlMoveMemory((int*)adr,(const int*)ptr,size);
VirtualProtect((int*)adr,size,CheckProtection, 0);
}
///////////////////////////////////////////////////////////////////////////
DWORD dwbase = (DWORD)GetModuleHandleA("PointBlank.i3Exec");
///////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
windowsxp925((void *)(dwbase+ofs_magnet),(void*)(PBYTE)"\x00\x00\x00\ x00", 4);
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
windowsxp925((void *)(dwbase+ofs_ghost),(void*)(PBYTE)"\x00\x00\x00\x 00", 4);
///////////////////////////////////////////////////////////