Гайд Как обновить stackhack под обнову

  • Автор темы Автор темы netvar
  • Дата начала Дата начала
get good get desync.vip
Забаненный
Забаненный
Статус
Оффлайн
Регистрация
19 Мар 2017
Сообщения
813
Реакции
150
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
1.CBaseWeapon.h
Код:
Expand Collapse Copy
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);

        }
Ищем Эти Две Строчки и меняем 445 на 444 (и в GetWeaponInfo и в get_full_info)

2.CBaseWeapon.h
Код:
Expand Collapse Copy
void UpdateAccuracyPenalty()
        {
            typedef void(__thiscall* Fn)(void*);
            return VMT::VMTHookManager::GetFunction<Fn>(this, 469)(this); //470
        }
Заменяем на 468
3.CBaseWeapon.h
Код:
Expand Collapse Copy
float GetSpreadCone()
        {
            typedef float(__thiscall* Fn)(void*);
            return VMT::VMTHookManager::GetFunction<Fn>(this, 437)(this);
        }
Заменяем на 436
4.CBaseWeapon.h
Код:
Expand Collapse Copy
float GetInaccuracy()
        {
            typedef float(__thiscall* Fn)(void*);
            return VMT::VMTHookManager::GetFunction<Fn>(this, 468)(this); //469
        }
Меняем на 467

Скоро пульсар релизну;D
Вот и весь апдейт:D
 
Назад
Сверху Снизу