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

Исходник Help me fix this source

[censored]
Пользователь
Пользователь
Статус
Оффлайн
Регистрация
14 Июл 2017
Сообщения
152
Реакции
39
Hey guys, I found this source in GitHub some days ago, and I downloaded it, compiled it, then injected it, and it crashed. So I tried debugging it and I got some errors which I don't have a clue on how to fix...
Any help is appreciated! :D

EDIT: Fixed! :D Thank you @ultramemer
 
Последнее редактирование:
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
try to update patterns and interfaces
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
I've tried that already...


I have debugged already, and it points to this line -
Код:
Expand Collapse Copy
g_pClientState = **reinterpret_cast< CBaseClientState*** > ( *reinterpret_cast< uintptr_t** > ( g_pEngine )[ 12 ] + 0x10 );
10mb csgo update changed clientstate
try this: 0x57D84C (pasted from uc)
 
g_pClientState = **reinterpret_cast< CBaseClientState*** > (U::FindPattern(strenc("engine.dll"), strenc("A1 ? ? ? ? 8B 80 ? ? ? ? C3")) + 1);
I think that fixed it, but now, it crashes here:
Код:
Expand Collapse Copy
static ImFont* GetDefaultFont()
{
    ImGuiContext& g = *GImGui;
    return g.IO.FontDefault ? g.IO.FontDefault : g.IO.Fonts->Fonts[ 0 ]; //crashes here.
}
This is on IMGUI.cpp
 
Lmao I totally forgot that, I'm gonna change the font to some other one that I have installed and I'm gonna test it...

EDIT: LOL.. The font was what was crashing me... Thank you so much!
so it's fixed? problem is font ? can you give me the fixed src or can u tell me where to change font in imgui thanks.


Edit. Fixed
 
Последнее редактирование:
Назад
Сверху Снизу