Гайд Fix hack after last csgo upd

Начинающий
Статус
Оффлайн
Регистрация
4 Мар 2021
Сообщения
26
Реакции[?]
6
Поинты[?]
0
Updated cinput:

C++:
std::byte            pad0[0xC];            // 0x0
    bool                bTrackIRAvailable;        // 0xC
    bool                bMouseInitialized;        // 0xD
    bool                bMouseActive;            // 0xE
    std::byte            pad1[0x9A];            // 0xF
    bool                bCameraInThirdPerson;    // 0xA9
    std::byte            pad2[0x2];            // 0xAA
    Vector                vecCameraOffset;        // 0xAC
    std::byte            pad3[0x38];            // 0xB8
    CUserCmd*           m_pCommands;                 
    CVerifiedUserCmd*   m_pVerifiedCommands;
Updated GetVerifiedCMD:

C++:
CVerifiedUserCmd* CInput::GetVerifiedCmd(int sequence_number)
{
    auto verifiedCommands = *(CVerifiedUserCmd **)(reinterpret_cast<uint32_t>(this) + 0xF4);
    return &verifiedCommands[sequence_number % MULTIPLAYER_BACKUP];
}

MULTIPLAYER_BACKUP = 150
Credits: Intrspct x3
c+p from uc
 
Забаненный
Статус
Оффлайн
Регистрация
18 Мар 2022
Сообщения
32
Реакции[?]
2
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Начинающий
Статус
Оффлайн
Регистрация
14 Окт 2021
Сообщения
33
Реакции[?]
0
Поинты[?]
0
CVerifiedUserCmd* CInput::GetVerifiedCmd(numer_kolejny_intu)
{
auto VerifyCommands = *(CVerifiedUserCmd **)(reinterpret_cast<uint32_t>(this) + 0xF4);
return &verifiedCommands[numer_kolejny % MULTIPLAYER_BACKUP];
}

MULTIPLAYER_BACKUP =
150
gdzie to wkleić
 
primordial
Пользователь
Статус
Оффлайн
Регистрация
4 Сен 2020
Сообщения
361
Реакции[?]
128
Поинты[?]
42K
у тебя есть сигнатура ?
bool player_t::physics_run_think(int index)
{
static auto physics_run_think_fn = reinterpret_cast <bool(__thiscall*)(void*, int)> (util::FindSignature(crypt_str("client.dll"), crypt_str("E8 ? ? ? ? 80 BE ? ? ? ? ? 0F 84 ? ? ? ? 8B 06")));
return physics_run_think_fn(this, index);
}
C++:
bool player_t::physics_run_think(int index)
{
    static auto physics_run_think_fn = reinterpret_cast <bool(__thiscall*)(void*, int)> (util::FindSignature(crypt_str("client.dll"), crypt_str("55 8B EC 83 EC 10 53 56 57 8B F9 8B 87 ? ? ? ? C1 E8 16")));
    return physics_run_think_fn(this, index);
}
 
Сверху Снизу