It works. I checked everythingWell its not working when i check custrom key and bind anything aimbot jus tnot working sick tut
Its not because indigo is using IN_ATTACK so its default mouse1. Ofc its working but i have to bind another key for expample mouse2 and when i press mouse2 nothing happens but when im holding mouse2 and press mouse1 then aimbot is workingIt works. I checked everything
What is wrong? When holding, the aimbot (not shooting) starts to workIts not because indigo is using IN_ATTACK so its default mouse1. Ofc its working but i have to bind another key for expample mouse2 and when i press mouse2 nothing happens but when im holding mouse2 and press mouse1 then aimbot is working
Aimbot is not working with binded key. U have to change:What is wrong? When holding, the aimbot (not shooting) starts to work
Mb I do not understand something
Im checking now, everything works fine. I do not understand the problemAimbot is not working with binded key. U have to change:
m_bAttack = (m_pCmd->buttons & IN_ATTACK);
to
m_bAttack = (m_pAim_KeyTrue);
Then bind is working
Them something is missing in your tutorial because aimbot is not working when i press "Im checking now, everything works fine. I do not understand the problem
Aimbot works if !m_pAim_PanicKeyTrue && m_pAim_KeyTrue
Everything works
In my source m_pAim_KeyTrue2 changed to m_pAim_PanicKeyTrueT
Them something is missing in your tutorial because aimbot is not working when i press "
Aim On Custom Key"
Its working obly with mouse1
And therew is no "!m_pAim_PanicKeyTrue " in your post
But fire button must be the same as custom key, its useless dudeIn my source m_pAim_KeyTrue2 changed to m_pAim_PanicKeyTrue
I changed the fire button in the game to mouse 2, and changed custom key to mouse 2, all works (Aim Assist + Shooting)
Why, custom key only for Aim Assist, u can write in the console bind mouse2 +attack, If u need it. You can use fire key for normal shooting, custom key for aim assiast, if u full legit m8But fire button must be the same as custom key, its useless dude
But dude custom key do nothing u missing something in your post i think. Because when im holding custom key just nothing happensWhy, custom key only for Aim Assist, u can write in the console bind mouse2 +attack, If u need it. You can use fire key for normal shooting, custom key for aim assiast, if u full legit m8
If u holding custom key then turns ON Aim AssistBut dude custom key do nothing u missing something in your post i think. Because when im holding custom key just nothing happens
No its not ur code is fucked up and u didnt post all because with ur code aimbot is not working with custom keyIf u holding custom key then turns ON Aim Assist
I dont know whats not working for you, but all works for meNo its not ur code is fucked up and u didnt post all because with ur code aimbot is not working with custom key
Show ur m_bAttackI dont know whats not working for you, but all works for me
m_bAttack = (m_pCmd->buttons & IN_ATTACK);Show ur m_bAttack
Its not working like thism_bAttack = (m_pCmd->buttons & IN_ATTACK);
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;
}
Проект предоставляет различный материал, относящийся к сфере киберспорта, программирования, ПО для игр, а также позволяет его участникам общаться на многие другие темы. Почта для жалоб: admin@yougame.biz