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

Исходник //del

Problems:
1. FakeDuck(People can backshoot ur model when u fire)
2. Crash when load cfg and try to click aimbot main button
3. There are some features, that config doesn`t save
4. Indicators, keybinds and spectator list positions don`t save
Good things:
1. Menu(Its sexy)
2. New colorpicker(More useful than older one)
3. Resolver(Not so good, but I tap people more often, than I shoot in their desync)
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
goodtap menu, nice
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Sup Bois,

I'm releasing this source. Its a b1g weave paste but is pretty fun.
It has a new menu which looks similar to neverlose.
DT has been fixed, Resolver got "Fixed" (changed the bruteforce: /)
I only did some of the shit on this, all credit goes to their respective owners

Media:

SS:
Пожалуйста, авторизуйтесь для просмотра ссылки.


Download:
Пожалуйста, авторизуйтесь для просмотра ссылки.

VT: Its a src :/
resolver shit = def resolver == clamped 58.f and use to 90.f h
def double tap skip ticks 12 : 8
 
thx for pasting that aa
Код:
Expand Collapse Copy
csgo->cmd->viewangles.y = csgo->cmd->viewangles.y + 0.f + Math::RandomFloat(-8, 3);
        float side = vars.antiaim.inverter->active ? 0 : 1;


        if (csgo->client_state->iChokedCommands == 0)
        {
            send_packet = false;
            if (side)
                csgo->cmd->viewangles.y = csgo->cmd->viewangles.y + 5;
            else
                csgo->cmd->viewangles.y = csgo->cmd->viewangles.y - 14;
        }
        else if (csgo->client_state->iChokedCommands == 1)
        {
            send_packet = false;
            if (side)
                csgo->cmd->viewangles.y = csgo->cmd->viewangles.y - 190;
            else
                csgo->cmd->viewangles.y = csgo->cmd->viewangles.y + 190;
        }
 

Вложения

  • cool.png
    cool.png
    75 KB · Просмотры: 111
to fix crash, save a config, then look at what values are saved, and what it tries to load, if it attempts to load something that doesnt exist it will crash, you can also just do a check when loading configs, if value doesnt exist, then create it, some bullshit like that
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
thx for pasting that aa
Код:
Expand Collapse Copy
csgo->cmd->viewangles.y = csgo->cmd->viewangles.y + 0.f + Math::RandomFloat(-8, 3);
        float side = vars.antiaim.inverter->active ? 0 : 1;


        if (csgo->client_state->iChokedCommands == 0)
        {
            send_packet = false;
            if (side)
                csgo->cmd->viewangles.y = csgo->cmd->viewangles.y + 5;
            else
                csgo->cmd->viewangles.y = csgo->cmd->viewangles.y - 14;
        }
        else if (csgo->client_state->iChokedCommands == 1)
        {
            send_packet = false;
            if (side)
                csgo->cmd->viewangles.y = csgo->cmd->viewangles.y - 190;
            else
                csgo->cmd->viewangles.y = csgo->cmd->viewangles.y + 190;
        }
U just leaked ur whole code ^^
 
Назад
Сверху Снизу