Гайд [Indigo] ImGui::Hotkey, Aim Key, Aim Panic Key

Код:
Expand Collapse Copy
bool CAimbot::IsEnable()
{
    if (GetAsyncKeyState(Settings::Aimbot::aim_PanicKey) & 0x1)
    {
        m_pAim_KeyTrue2 = !m_pAim_KeyTrue2;
        m_pAim_KeyTrueTime = GetTickCount64();
    }

    if (Settings::Aimbot::aim_OnKey && GetAsyncKeyState(Settings::Aimbot::aim_Key))
    {
        m_pAim_KeyTrue = true;
    }
    else
    {
        m_pAim_KeyTrue = false;
    }


    if (m_pAim_KeyTrue2)
        return false;

    if (Settings::Aimbot::aim_OnKey && !m_pAim_KeyTrue)
        return false;

    if (!m_pLocal || !m_pCmd)
        return false;

    if (!Settings::Aimbot::weapon_aim_settings[iWeaponID].aim_Active)
        return false;

    if (!m_pLocal->WeaponAmmo || m_pLocal->bInReload)
        return false;

    if (m_pLocal->WeaponType > WEAPON_TYPE_SNIPER)
        return false;

    if (g_pTriggerbot && g_pTriggerbot->bTriggerAttack)
        return false;

    return true;
}
Should work but its not why?
U pasted
m_pAim_KeyTrue = false;
m_pAim_PanicKeyTrue = false;
m_pAim_PanicKeyTrueTime = 0;
in
CAimbot::CAimbot()
?

Try to turn ON Show Fov, mb u clicked on panic key
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
U pasted
m_pAim_KeyTrue = false;
m_pAim_PanicKeyTrue = false;
m_pAim_PanicKeyTrueTime = 0;
in
CAimbot::CAimbot()
?

Try to turn ON Show Fov, mb u clicked on panic key
Ofc
Код:
Expand Collapse Copy
CAimbot::CAimbot()
{
    m_pAim_KeyTrue = false;
    m_pAim_KeyTrue2 = false;
    m_pAim_KeyTrueTime = 0;

    m_pLocal = nullptr;

    m_iBestPreTarget = -1;

    m_iBestTarget = -1;
    m_iBestHitbox = -1;

    m_bClamp = false;
    m_bAttack = false;
    m_bAimShot = false;
    m_bTargetFov = false;
    m_bTargetChange = false;
    m_bAutoPistolEn = false;

    m_vAimBestHitboxScreen.Zero();
}
 
Ofc
Код:
Expand Collapse Copy
CAimbot::CAimbot()
{
    m_pAim_KeyTrue = false;
    m_pAim_KeyTrue2 = false;
    m_pAim_KeyTrueTime = 0;

    m_pLocal = nullptr;

    m_iBestPreTarget = -1;

    m_iBestTarget = -1;
    m_iBestHitbox = -1;

    m_bClamp = false;
    m_bAttack = false;
    m_bAimShot = false;
    m_bTargetFov = false;
    m_bTargetChange = false;
    m_bAutoPistolEn = false;

    m_vAimBestHitboxScreen.Zero();
}
Try in the game turn on show fov, idk... All works
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Does not work bc I can not C+P...
Then
The code is not working!
Just tell me 1 thing why this custom key is so fucking useless?
I see fov when i press custom key but nothing happens, aimbot is not working. Its working only when im holding custom key and fire button
 
Just tell me 1 thing why this custom key is so fucking useless?
I see fov when i press custom key but nothing happens, aimbot is not working. Its working only when im holding custom key and fire button
This is the meaning of the function. If it usless for u then not paste this function. Its useless for you, not for everyone
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Назад
Сверху Снизу