Исходник Fix crash disconnect csgosimple

Новичок
Новичок
Статус
Оффлайн
Регистрация
2 Ноя 2020
Сообщения
1
Реакции
0
put this after try in main.cpp


LPCWSTR modules[]{ L"client.dll", L"engine.dll", L"server.dll", L"studiorender.dll", L"materialsystem.dll" };
long long patch = 0x69690004C201B0;
for (auto base : modules) WriteProcessMemory(GetCurrentProcess(), utils::pattern_scan(GetModuleHandleW(base), "55 8B EC 56 8B F1 33 C0 57 8B 7D 08"), &patch, 5, 0);
 
put this after try in main.cpp


LPCWSTR modules[]{ L"client.dll", L"engine.dll", L"server.dll", L"studiorender.dll", L"materialsystem.dll" };
long long patch = 0x69690004C201B0;
for (auto base : modules) WriteProcessMemory(GetCurrentProcess(), utils::pattern_scan(GetModuleHandleW(base), "55 8B EC 56 8B F1 33 C0 57 8B 7D 08"), &patch, 5, 0);
уже не работает удали это
 
you know that it isnt how it works, right?
 
Назад
Сверху Снизу