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

[censored]
Пользователь
Статус
Оффлайн
Регистрация
14 Июл 2017
Сообщения
152
Реакции[?]
39
Поинты[?]
0
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 Klaus Schwab
 
Последнее редактирование:
Забаненный
Статус
Оффлайн
Регистрация
8 Май 2017
Сообщения
67
Реакции[?]
13
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
try to update patterns and interfaces
 
[censored]
Пользователь
Статус
Оффлайн
Регистрация
14 Июл 2017
Сообщения
152
Реакции[?]
39
Поинты[?]
0
I think they are updated because this cheat keeps getting updated everyday on Github...
 
Забаненный
Статус
Оффлайн
Регистрация
8 Май 2017
Сообщения
67
Реакции[?]
13
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Болтовня ничего не стоит. Покажите мне код.
Пользователь
Статус
Оффлайн
Регистрация
15 Фев 2017
Сообщения
320
Реакции[?]
122
Поинты[?]
0
Нужно фиксить исходник после обновления игры.
 
[censored]
Пользователь
Статус
Оффлайн
Регистрация
14 Июл 2017
Сообщения
152
Реакции[?]
39
Поинты[?]
0
5 ночей на aim_ag_texture2
Эксперт
Статус
Оффлайн
Регистрация
6 Апр 2017
Сообщения
826
Реакции[?]
401
Поинты[?]
11K
I've tried that already...


I have debugged already, and it points to this line -
Код:
g_pClientState = **reinterpret_cast< CBaseClientState*** > ( *reinterpret_cast< uintptr_t** > ( g_pEngine )[ 12 ] + 0x10 );
10mb csgo update changed clientstate
try this: 0x57D84C (pasted from uc)
 
Начинающий
Статус
Оффлайн
Регистрация
15 Май 2017
Сообщения
34
Реакции[?]
4
Поинты[?]
0
g_pClientState = **reinterpret_cast< CBaseClientState*** > (U::FindPattern(strenc("engine.dll"), strenc("A1 ? ? ? ? 8B 80 ? ? ? ? C3")) + 1);
 
[censored]
Пользователь
Статус
Оффлайн
Регистрация
14 Июл 2017
Сообщения
152
Реакции[?]
39
Поинты[?]
0
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:
Код:
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
 
[censored]
Пользователь
Статус
Оффлайн
Регистрация
14 Июл 2017
Сообщения
152
Реакции[?]
39
Поинты[?]
0
Начинающий
Статус
Оффлайн
Регистрация
15 Май 2017
Сообщения
34
Реакции[?]
4
Поинты[?]
0
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
 
Последнее редактирование:
[censored]
Пользователь
Статус
Оффлайн
Регистрация
14 Июл 2017
Сообщения
152
Реакции[?]
39
Поинты[?]
0
Сверху Снизу