Вопрос Supremacy autostop

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
22 Окт 2020
Сообщения
33
Реакции
2
Hello, so i wanted to make a multiple autostops for supremacy (slide, between shots etc etc) but i have one problem that i can not solve somehow.
When u look at supremacy's autostop you will see something like this:

if (g_menu.main.aimbot.autostop_checkbox.get ())
{
m_stop =! (g_cl.m_buttons & IN_JUMP) && on &&! hit;
g_movement.AutoStopSlide (g_cl.m_weapon_info, g_cl.m_cmd);
}

And this thing will stop you only when ur able to shoot, wich gives you a retarded effect of stop between shots that fucks up your accuracy, so my question is, how can i set up this thing so it will stop all the time and not only at the moment when im able to actually shoot.

Edit: m_stop is a bool value, and you check for it in your actual autostop
 
Последнее редактирование модератором:
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
нет
 
Hello, so i wanted to make a multiple autostops for supremacy (slide, between shots etc etc) but i have one problem that i can not solve somehow.
When u look at supremacy's autostop you will see something like this:


if (g_menu.main.aimbot.autostop_checkbox.get ())
{
m_stop =! (g_cl.m_buttons & IN_JUMP) && on &&! hit;
g_movement.AutoStopSlide (g_cl.m_weapon_info, g_cl.m_cmd);

}

And this thing will stop you only when ur able to shoot, wich gives you a retarded effect of stop between shots that fucks up your accuracy, so my question is, how can i set up this thing so it will stop all the time and not only at the moment when im able to actually shoot.

Edit: m_stop is a bool value, and you check for it in your actual autostop
idk but maybe just remove "can shoot" check?
 
[QUOTE = "notdaisy, post: 2312413, member: 105652"]
idk but maybe just remove "can shoot" check?
[/ QUOTE]
That's actually a good idea but the thing is supremacy CanShoot check does not include time between shots so its still happening
 
[QUOTE = "notdaisy, post: 2312573, member: 105652"]
Here [USER = 86546] @Kamazik [/ USER] suggested to take a look at lw's or rifk7's autostop (quote: "if you want to revive supremacy")
[/ QUOTE]
Already looked into lw, and it does that in some retarded way, however someone suggested me to take a look at pandoras autostop since its based on supremacy and it works properly so imma do that rn
 
I’ve taken a getzeus autostop, and it worked p.
But after some of my bad updates, it stopped working so I changed place of calling autostop from client.cpp to aimbot.cpp. Now it works like you said.
 
just call your autostop after m_stop in aimbot i dont understand what your question is ngl but that works for me always
 
[QUOTE = "baton4ik1337, post: 2312728, member: 376742"]
just call your autostop after m_stop in aimbot i dont understand what your question is ngl but that works for me always
[/ QUOTE]
ur clearly retarded
 
[QUOTE = "baton4ik1337, post: 2312728, member: 376742"]
just call your autostop after m_stop in aimbot i dont understand what your question is ngl but that works for me always
[/ QUOTE]
ur clearly retarded
nah it's 6 am ive read trough now can you show me a video though?
 
[QUOTE = "baton4ik1337, post: 2312742, member: 376742"]
nah it's 6 am ive read trough now can you show me a video though?
[/ QUOTE]
If you understand how cheats work, u do not need a video to understand that lmao
 
[QUOTE = "notdaisy, post: 2312573, member: 105652"]
Here [USER = 86546] @Kamazik [/ USER] suggested to take a look at lw's or rifk7's autostop (quote: "if you want to revive supremacy")
[/ QUOTE]
Already looked into lw, and it does that in some retarded way, however someone suggested me to take a look at pandoras autostop since its based on supremacy and it works properly so imma do that rn
Aight, gl :)
 
Назад
Сверху Снизу