Исходник ->UPDATED<- Project 22 (Weave with new menu ect) Source

AntiAim Architect
Пользователь
Статус
Оффлайн
Регистрация
27 Июл 2019
Сообщения
78
Реакции[?]
90
Поинты[?]
0
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

Update 14/09/20:
  • Fixed Crashing on CFG Load
  • Minor Changes to DT
  • Automatically Refresh CFG List on Inject

Media:

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


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

VT: Its a src :/
 
Последнее редактирование:
Keep Ev0lving, Stay Fatal
Эксперт
Статус
Оффлайн
Регистрация
6 Фев 2018
Сообщения
1,548
Реакции[?]
584
Поинты[?]
100K
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)
 
fill the life with NOP
Пользователь
Статус
Оффлайн
Регистрация
17 Янв 2019
Сообщения
342
Реакции[?]
72
Поинты[?]
0
resolver is just bruteforce and detectside. doubletap is better than normal imo. use that weave paste better than others xd.
 
CSGO SIMPLE ♥
Забаненный
Статус
Оффлайн
Регистрация
28 Авг 2020
Сообщения
60
Реакции[?]
15
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
goodtap menu, nice
 
vk.com/simv0lofficial
Забаненный
Статус
Оффлайн
Регистрация
25 Авг 2020
Сообщения
186
Реакции[?]
50
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
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
 
Пользователь
Статус
Оффлайн
Регистрация
18 Май 2020
Сообщения
188
Реакции[?]
71
Поинты[?]
0
thx for pasting that aa
Код:
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;
        }
 

Вложения

Начинающий
Статус
Оффлайн
Регистрация
30 Окт 2019
Сообщения
42
Реакции[?]
25
Поинты[?]
0
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
 
Забаненный
Статус
Оффлайн
Регистрация
14 Янв 2020
Сообщения
38
Реакции[?]
20
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
thx for pasting that aa
Код:
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 ^^
 
Сверху Снизу