get good get desync.vip
-
Автор темы
- #1
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
1.CBaseWeapon.h
Ищем Эти Две Строчки и меняем 445 на 444 (и в GetWeaponInfo и в get_full_info)
2.CBaseWeapon.h
Заменяем на 468
3.CBaseWeapon.h
Заменяем на 436
4.CBaseWeapon.h
Меняем на 467
Скоро пульсар релизну;D
Вот и весь апдейт:D
Код:
Weapon_Info* GetWeaponInfo()
{
if (!this) return nullptr;
typedef Weapon_Info*(__thiscall* Fn)(void*);
return VMT::VMTHookManager::GetFunction<Fn>(this, 445)(this);
}
CSWeaponInfo* get_full_info()
{
if (!this) return nullptr;
typedef CSWeaponInfo*(__thiscall* Fn)(void*);
return VMT::VMTHookManager::GetFunction<Fn>(this, 445)(this);
}
2.CBaseWeapon.h
Код:
void UpdateAccuracyPenalty()
{
typedef void(__thiscall* Fn)(void*);
return VMT::VMTHookManager::GetFunction<Fn>(this, 469)(this); //470
}
3.CBaseWeapon.h
Код:
float GetSpreadCone()
{
typedef float(__thiscall* Fn)(void*);
return VMT::VMTHookManager::GetFunction<Fn>(this, 437)(this);
}
4.CBaseWeapon.h
Код:
float GetInaccuracy()
{
typedef float(__thiscall* Fn)(void*);
return VMT::VMTHookManager::GetFunction<Fn>(this, 468)(this); //469
}
Скоро пульсар релизну;D
Вот и весь апдейт:D