void Boneshot()
{
if(GetAsyncKeyState(VK_NUMPAD4) &1)
{
MessageBeep(MB_ICONINFORMATION);
*(float*)ADR_BoneShot = 1235;
}
}
void Boneshotoff()
{
if(GetAsyncKeyState(VK_NUMPAD5) &1)
{
MessageBeep(MB_ICONINFORMATION);
*(float*)ADR_BoneShot = 1237;
}
}
