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

Исходник Divension.xyz

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

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
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
ss?
 
1671100739910.png
 
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
 
Последнее редактирование:
Пожалуйста, авторизуйтесь для просмотра ссылки.

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
Меню как будто бомж насрал. Чайлды говно чёрное, слайдеров не видно, отступ у текста разный.
 
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
 
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
 
Назад
Сверху Снизу