• Страница 1 из 1
  • 1
Форум Kentos311 » Общий раздел » Разработка читов » Уроки » fix aa stackhack 30.08.18 (Самый быстрый гайд в мире)
fix aa stackhack 30.08.18
zynvekДата: Пятница, 31.08.2018, 12:19 | Сообщение # 1
Сообщений: 21
Статус:









заменить

Код
auto client_state = *reinterpret_cast<uintptr_t*>(uintptr_t(GetModuleHandle("engine.dll")) + 0x586A74);
на

Код
auto client_state = *reinterpret_cast<uintptr_t*>(uintptr_t(GetModuleHandle("engine.dll")) + 0x588A74);

А лучше на это заменит
Код
template< typename Function > Function xdxdcall_vfunc(PVOID Base, DWORD Index)
{
PDWORD* VTablePointer = (PDWORD*)Base;
PDWORD VTableFunctionBase = *VTablePointer;
DWORD dwAddress = VTableFunctionBase[Index];
return (Function)(dwAddress);
}

NetChannel* GetNetChannel()
{
typedef NetChannel*(__thiscall* OriginalFn)(PVOID);
return xdxdcall_vfunc< OriginalFn >(this, 78)(this);//make good, dont neet to update everytime omg
}
 
Форум Kentos311 » Общий раздел » Разработка читов » Уроки » fix aa stackhack 30.08.18 (Самый быстрый гайд в мире)
  • Страница 1 из 1
  • 1
Поиск: