Need Help with this mga Master!!
Hi mga master and idols hehehe need help with this po na ddc ako after ng game pano lagyan ng off??
void unliammo()
{
if (GetAsyncKeyState(VK_NUMPAD1))
{
MessageBeep(MB_ICONINFORMATION);
*(float*)0x0098C1A0 = 0;
}
}
void ()
{
DWORD dwPlayerpointer = *(DWORD*)0x00AD4600;
if(dwPlayerpointer != 0)
{
if (GetAsyncKeyState(VK_NUMPAD2))
MessageBeep(MB_ICONINFORMATION);
*(float*)(dwPlayerpointer+OFS_X)= 0;
*(float*)(dwPlayerpointer+OFS_Y)= 0;
*(float*)(dwPlayerpointer+OFS_Z)= 0;
}
}
Thanks sa help :P
void unliammo()
{
if (GetAsyncKeyState(VK_NUMPAD1))
{
MessageBeep(MB_ICONINFORMATION);
*(float*)0x0098C1A0 = 0;
}
}
void ()
{
DWORD dwPlayerpointer = *(DWORD*)0x00AD4600;
if(dwPlayerpointer != 0)
{
if (GetAsyncKeyState(VK_NUMPAD2))
MessageBeep(MB_ICONINFORMATION);
*(float*)(dwPlayerpointer+OFS_X)= 0;
*(float*)(dwPlayerpointer+OFS_Y)= 0;
*(float*)(dwPlayerpointer+OFS_Z)= 0;
}
}
Thanks sa help :P
{