Вопрос Can't pick a team on teamselect

Статус
В этой теме нельзя размещать новые ответы.
Начинающий
Статус
Оффлайн
Регистрация
28 Янв 2021
Сообщения
111
Реакции[?]
12
Поинты[?]
1K
This issue appears with this source: https://yougame.biz/threads/253691/ but I've seen it happen with other sources.
Whenever the team select gui pops up you can't chose a team, it doesn't allow you to click a team.
I thought it was some type of offset issue, but I found nothing. If there are any fixes for this, please reply with them.
Have a good day <3
 
Участник
Статус
Оффлайн
Регистрация
15 Янв 2021
Сообщения
492
Реакции[?]
289
Поинты[?]
79K
paste it to the main.cpp


C++:
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);
 
Начинающий
Статус
Оффлайн
Регистрация
28 Янв 2021
Сообщения
111
Реакции[?]
12
Поинты[?]
1K
paste it to the main.cpp


C++:
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);
thank you, will try <3
 
Начинающий
Статус
Оффлайн
Регистрация
11 Июл 2022
Сообщения
18
Реакции[?]
1
Поинты[?]
0
paste it to the main.cpp


C++:
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);
из какого чита взял?
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху Снизу