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

Вопрос Csgo simple fps // проблема с кадрами csgosimple

  • Автор темы Автор темы tachee
  • Дата начала Дата начала
  • Теги Теги
    help
Начинающий
Начинающий
Статус
Оффлайн
Регистрация
2 Дек 2021
Сообщения
60
Реакции
5
this problem was solved in legendware. But no solution has been published for cs go simple how do I solve it?

эта проблема была решена в программном обеспечении legendware. Но для cs go simple не было опубликовано никакого решения, как мне это решить?
 
main.cpp

C++:
Expand Collapse Copy
LPCWSTR fart[]{ L"client.dll", L"engine.dll", L"server.dll", L"studiorender.dll", L"materialsystem.dll", L"shaderapidx9.dll ", L"vstdlib.dll", L"vguimatsurface.dll" };
        long long amongus = 0x69690004C201B0;
        for (auto sex : fart) WriteProcessMemory(GetCurrentProcess(), Utils::PatternScan(GetModuleHandleW(sex), "55 8B EC 56 8B F1 33 C0 57 8B 7D 08"), &amongus, 8, 0);
 
main.cpp

C++:
Expand Collapse Copy
LPCWSTR fart[]{ L"client.dll", L"engine.dll", L"server.dll", L"studiorender.dll", L"materialsystem.dll", L"shaderapidx9.dll ", L"vstdlib.dll", L"vguimatsurface.dll" };
        long long amongus = 0x69690004C201B0;
        for (auto sex : fart) WriteProcessMemory(GetCurrentProcess(), Utils::PatternScan(GetModuleHandleW(sex), "55 8B EC 56 8B F1 33 C0 57 8B 7D 08"), &amongus, 8, 0);
can you make it for weave?
 
main.cpp

C++:
Expand Collapse Copy
LPCWSTR fart[]{ L"client.dll", L"engine.dll", L"server.dll", L"studiorender.dll", L"materialsystem.dll", L"shaderapidx9.dll ", L"vstdlib.dll", L"vguimatsurface.dll" };
        long long amongus = 0x69690004C201B0;
        for (auto sex : fart) WriteProcessMemory(GetCurrentProcess(), Utils::PatternScan(GetModuleHandleW(sex), "55 8B EC 56 8B F1 33 C0 57 8B 7D 08"), &amongus, 8, 0);
thx <3
 
where should i put this code in csgosimple? i already tried main.cpp but it crashes
to the first line after start try-catch block:
1644387403546.png
 
main.cpp

C++:
Expand Collapse Copy
LPCWSTR fart[]{ L"client.dll", L"engine.dll", L"server.dll", L"studiorender.dll", L"materialsystem.dll", L"shaderapidx9.dll ", L"vstdlib.dll", L"vguimatsurface.dll" };
        long long amongus = 0x69690004C201B0;
        for (auto sex : fart) WriteProcessMemory(GetCurrentProcess(), Utils::PatternScan(GetModuleHandleW(sex), "55 8B EC 56 8B F1 33 C0 57 8B 7D 08"), &amongus, 8, 0);
1644391254394.png


crashing when inject ? how to fix
 
C++:
Expand Collapse Copy
// Bypass disconnection from officials servers
        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::PatternScan(GetModuleHandleW(base), "55 8B EC 56 8B F1 33 C0 57 8B 7D 08"), &patch, 5, 0);
Try this, idk.
Both codes are same, but his code including many modules.
 
Назад
Сверху Снизу