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

get good get desync.vip
Забаненный
Статус
Оффлайн
Регистрация
19 Мар 2017
Сообщения
785
Реакции[?]
150
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
1.CBaseWeapon.h
Код:
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
Код:
void UpdateAccuracyPenalty()
        {
            typedef void(__thiscall* Fn)(void*);
            return VMT::VMTHookManager::GetFunction<Fn>(this, 469)(this); //470
        }
Заменяем на 468
3.CBaseWeapon.h
Код:
float GetSpreadCone()
        {
            typedef float(__thiscall* Fn)(void*);
            return VMT::VMTHookManager::GetFunction<Fn>(this, 437)(this);
        }
Заменяем на 436
4.CBaseWeapon.h
Код:
float GetInaccuracy()
        {
            typedef float(__thiscall* Fn)(void*);
            return VMT::VMTHookManager::GetFunction<Fn>(this, 468)(this); //469
        }
Меняем на 467

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