Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

C++ Riptide Indigo (good indigo paste)

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
6 Дек 2017
Сообщения
42
Реакции
25
Riptide paste, based on indigo.
Credits : The Riptide Developer Team (Swifty, Undetected, karmafreediet, Autistic, Mordekazor and Baseult), smef, and a indigo creator
It has legit aa almost 99% working but sometimes it will throw grenade from real.
and a lot of other shit
SS:
lel123.png

giphy.webp

giphy.webp

If you like the sauce leave the symphaties :)
DL:
Пожалуйста, авторизуйтесь для просмотра ссылки.


bHop fix
Код:
Expand Collapse Copy
  if (Settings::Misc::misc_Bhop)
    {
        if (!flag & MOVETYPE_LADDER)
        {
            if (pCmd->buttons & IN_JUMP && !(g_pPlayers->GetLocal()->iFlags & FL_ONGROUND))
            {
                pCmd->buttons &= ~IN_JUMP;
            }
        }
    }

Код:
Expand Collapse Copy
 if (Settings::Misc::misc_Bhop)
    {
            if (pCmd->buttons & IN_JUMP && !(g_pPlayers->GetLocal()->iFlags & FL_ONGROUND))
            {
                pCmd->buttons &= ~IN_JUMP;
            }
    }
 
8de95hNYSxKpJf5FKokoPQ.png

dont you think that checkboxes are pretty small compared to sliders etc?
also in bhop if flag is something like
Код:
Expand Collapse Copy
int flag = pLocalEntity->GetMoveType();
then you can do
Код:
Expand Collapse Copy
if (!(flag & MOVETYPE_LADDER))
instead of just removing it
 
8de95hNYSxKpJf5FKokoPQ.png

dont you think that checkboxes are pretty small compared to sliders etc?
also in bhop if flag is something like
Код:
Expand Collapse Copy
int flag = pLocalEntity->GetMoveType();
then you can do
Код:
Expand Collapse Copy
if (!(flag & MOVETYPE_LADDER))
instead of just removing it
Well its not my sauce. I would recomend pasting old indigo menu to make it look better.
But thanks for suggestions
 
Последнее редактирование:
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Убрал аим и прочее.Бектрек в миск вставил.И вот такие ошибки.Как исправить?
screennpn.png
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Назад
Сверху Снизу