vk.com/simv0lofficial
-
Автор темы
- #1
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
hey pasterius (чото там похуй)
the leaked method of the (че-то там)
go file to hooked_player.cpp
the hook updateclientsideanimation (no detour)
outdated (старый или как там фикс удалите)
первый метод при любом лаге краш нахуй
этот задержка и не крашнет
credits - Shonax
the leaked method of the (че-то там)
go file to hooked_player.cpp
the hook updateclientsideanimation (no detour)
C++:
void __fastcall hooks::hooked_updateclientsideanimation(player_t* player, uint32_t i)
{
if (m_clientstate()->iDeltaTick < 0 && m_engine()->IsInGame())
std::this_thread::sleep_for(std::chrono::milliseconds(10));
else
return updateclientsideanimation_detour(player);
}
первый метод при любом лаге краш нахуй
этот задержка и не крашнет
credits - Shonax