-
Автор темы
- #1
хз вроде робит
Код:
bool swith = true;
void FakeDuck()
{
if (GetAsyncKeyState(options::menu.AntiAimTab.FakeCrouchKey.GetKey()))
{
g::bSendPacket ? g::pCmd->buttons |= IN_DUCK : swith = !swith;
if (swith)
g::pCmd->buttons |= IN_DUCK;
else
g::pCmd->buttons |= ~IN_DUCK;
}
}