Исходник Divension.xyz

Начинающий
Статус
Оффлайн
Регистрация
5 Июн 2021
Сообщения
100
Реакции[?]
6
Поинты[?]
1K
Пожалуйста, авторизуйтесь для просмотра ссылки.

No VirusTotal because its a source.
Owner is claiming that this is "old" version of this cheat but there is no "old" version because nothing is changed besides menu from crypto.xyz.
Source is crashing on inject due to "it hasnt been updated" and owners that dont know how to debug.
Its shitty besides some things in animfix
 
Забаненный
Статус
Оффлайн
Регистрация
28 Авг 2021
Сообщения
29
Реакции[?]
3
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
ss?
 
get good get legendware
Участник
Статус
Оффлайн
Регистрация
22 Сен 2020
Сообщения
434
Реакции[?]
200
Поинты[?]
47K
lmao as soon as i saw my code in the animation system i believed everything you said xD, imagine pasting from a 1 year old source
 
Начинающий
Статус
Оффлайн
Регистрация
10 Ноя 2020
Сообщения
64
Реакции[?]
7
Поинты[?]
0
1671555093054.png
Пожалуйста, авторизуйтесь для просмотра ссылки.

No VirusTotal because its a source.
Owner is claiming that this is "old" version of this cheat but there is no "old" version because nothing is changed besides menu from crypto.xyz.
Source is crashing on inject due to "it hasnt been updated" and owners that dont know how to debug.
Its shitty besides some things in animfix
only update MENU :XXXXXXX
 
Последнее редактирование:
Пользователь
Статус
Оффлайн
Регистрация
20 Мар 2020
Сообщения
166
Реакции[?]
41
Поинты[?]
0
Пожалуйста, авторизуйтесь для просмотра ссылки.

No VirusTotal because its a source.
Owner is claiming that this is "old" version of this cheat but there is no "old" version because nothing is changed besides menu from crypto.xyz.
Source is crashing on inject due to "it hasnt been updated" and owners that dont know how to debug.
Its shitty besides some things in animfix
Меню как будто бомж насрал. Чайлды говно чёрное, слайдеров не видно, отступ у текста разный.
 
Начинающий
Статус
Оффлайн
Регистрация
15 Окт 2022
Сообщения
24
Реакции[?]
5
Поинты[?]
2K
go to clua.cpp and put this



void c_lua::refresh_scripts()
{
auto oldLoaded = loaded;
auto oldScripts = scripts;

loaded.clear();
pathes.clear();
scripts.clear();
ns_console::convars.clear();
std::string folder = crypt_str("C:\\Divension\\Scripts\\");

auto i = 0;

for (auto& entry : std::filesystem::directory_iterator(folder))
{
if (entry.path().extension() == crypt_str(".lua") || entry.path().extension() == crypt_str(".luac"))
{
auto path = entry.path();
auto filename = path.filename().string();

auto didPut = false;

for (auto i = 0; i < oldScripts.size(); i++)
{
if (filename == oldScripts.at(i))
{
loaded.emplace_back(oldLoaded.at(i));
didPut = true;
}
}

if (!didPut)
loaded.emplace_back(false);

pathes.emplace_back(path);
scripts.emplace_back(filename);

items.emplace_back(std::vector <std::pair <std::string, menu_item>>());
++i;
}
}
}

for me work
but fps drop alot
 
like amiri in my mind
Пользователь
Статус
Оффлайн
Регистрация
4 Дек 2022
Сообщения
308
Реакции[?]
54
Поинты[?]
1K
go to clua.cpp and put this



void c_lua::refresh_scripts()
{
auto oldLoaded = loaded;
auto oldScripts = scripts;

loaded.clear();
pathes.clear();
scripts.clear();
ns_console::convars.clear();
std::string folder = crypt_str("C:\\Divension\\Scripts\\");

auto i = 0;

for (auto& entry : std::filesystem::directory_iterator(folder))
{
if (entry.path().extension() == crypt_str(".lua") || entry.path().extension() == crypt_str(".luac"))
{
auto path = entry.path();
auto filename = path.filename().string();

auto didPut = false;

for (auto i = 0; i < oldScripts.size(); i++)
{
if (filename == oldScripts.at(i))
{
loaded.emplace_back(oldLoaded.at(i));
didPut = true;
}
}

if (!didPut)
loaded.emplace_back(false);

pathes.emplace_back(path);
scripts.emplace_back(filename);

items.emplace_back(std::vector <std::pair <std::string, menu_item>>());
++i;
}
}
}

for me work
but fps drop alot
it's imho laith's source, fix problems with prediction and fps wont drop
 
Сверху Снизу