Гайд Fix weave last update

Забаненный
Статус
Оффлайн
Регистрация
10 Дек 2018
Сообщения
308
Реакции[?]
28
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Ку. По-скольку многие не знают как пофиксить weave под ласт апдейт, то я решил сделать небольшой и понятный гайдик.

И так, приступим.

Требования:
- Visual Studio
- Ровные руки
- Минимум 10 iq


1. Заходим в hooks.cpp, и ищем CSignatures::Initialize .
1623516184804.png

2. Полностью всю функцию заменяем на
C++:
void CSignatures::Initialize() {
    Reset = *reinterpret_cast<std::uintptr_t*>(csgo->Utils.FindPatternIDA(GetModuleHandleA("gameoverlayrenderer.dll"), "C7 45 ? ? ? ? ? FF 15 ? ? ? ? 8B D8") + 9);
    Present = *reinterpret_cast<std::uintptr_t*>(csgo->Utils.FindPatternIDA(GetModuleHandleA("gameoverlayrenderer.dll"), "FF 15 ? ? ? ? 8B F0 85 FF") + 2);
}
1623516232797.png


3. Готово. Компилим. Удачи в пастинге.


Если кому интересно, то kobolt.sapce на данный момент пофикшен, делаем лоадер.(не реклама)
 
Последнее редактирование:
Начинающий
Статус
Оффлайн
Регистрация
26 Ноя 2020
Сообщения
62
Реакции[?]
10
Поинты[?]
2K
[QUOTE = "blednoLik, post: 2216271, member: 99397"]
Ku. Since many do not know how to fix the weave for the last update, I decided to make a small and understandable guide.

And so, let's get started.

Requirements:
- Visual Studio
- Smooth hands
- Minimum 10 iq


1. Go to hooks.cpp and look for CSignatures :: Initialize .
Посмотреть вложение 154371

2. Completely replace the entire function with
[CODE = cpp] void CSignatures :: Initialize () {
Reset = * reinterpret_cast <std :: uintptr_t *> (csgo-> Utils.FindPatternIDA (GetModuleHandleA ("gameoverlayrenderer.dll"), "C7 45????? FF 15???? 8B D8") + 9);
Present = * reinterpret_cast <std :: uintptr_t *> (csgo-> Utils.FindPatternIDA (GetModuleHandleA ("gameoverlayrenderer.dll"), "FF 15???? 8B F0 85 FF") + 2);
} [/ CODE]

Посмотреть вложение 154373


3. Done. Compile. Good luck with your pasting.


If anyone is interested, then kobolt.sapce is currently fixed, we are making a loader. (Not advertising)
[/ QUOTE]
thanks this is usefull, it fixed all the crashing with this source i was testing
 
Сверху Снизу