• Я зарабатываю 100 000 RUB / месяц на этом сайте!

    А знаешь как? Я всего-лишь публикую (создаю темы), а админ мне платит. Трачу деньги на мороженое, робуксы и сервера в Minecraft. А ещё на паль из Китая. 

    Хочешь так же? Пиши и узнавай условия: https://t.me/alex_redact
    Реклама: https://t.me/yougame_official

Исходник 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 think they are updated because this cheat keeps getting updated everyday on Github...
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Нужно фиксить исходник после обновления игры.
 
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);
 
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
 
there is no way that the crash is coming from imgui.cpp rofl
 
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
 
Последнее редактирование:
Назад
Сверху Снизу