Исходник How to fix ayyware chams (not working through walls)

Начинающий
Статус
Оффлайн
Регистрация
21 Авг 2017
Сообщения
2
Реакции[?]
1
Поинты[?]
0
This is for the people with chams that work, but not through walls.
Offsets.cpp:
Functions::KeyValues_KeyValues = Utilities::Memory::FindPatternV2("client.dll", "55 8B EC 51 33 C0 C7 45");
Functions::KeyValues_LoadFromBuffer = Utilities::Memory::FindPatternV2("client.dll", "55 8B EC 83 E4 F8 83 EC 34 53 8B 5D 0C 89 4C 24 04");





Delete or Comment these out:

Functions::KeyValues_KeyValues += 7;
Functions::KeyValues_KeyValues = Functions::KeyValues_KeyValues + *reinterpret_cast< PDWORD_PTR >(Functions::KeyValues_KeyValues + 1) + 5;
Functions::KeyValues_LoadFromBuffer = Functions::KeyValues_LoadFromBuffer + *reinterpret_cast< PDWORD_PTR >(Functions::KeyValues_LoadFromBuffer + 1) + 5;
 
Сверху Снизу