-
Автор темы
- #1
Всем приветики!!! Новый гайд как пофиксить лв если он у вас крашит
в setup_bones.cpp ищем AccumulatePose и меняем это на этот код:
Спасибо за внимание!
в setup_bones.cpp ищем AccumulatePose и меняем это на этот код:
C++:
void AccumulatePose(Vector pos[], Quaternion q[], int sequence, float cycle, float flWeight, float flTime, CIKContext* pIKContext)
{
using AccumulatePoseFn = void(__thiscall*)(CBoneSetup*, Vector* a2, Quaternion* a3, int a4, float a5, float a6, float a7, CIKContext* a8);
static auto accumulate_pose = (AccumulatePoseFn)util::FindSignature(crypt_str("client.dll"), crypt_str("55 8B EC 83 E4 F0 B8 ? ? ? ? E8 ? ? ? ? A1"));
// fix
}
Последнее редактирование: