YimMenu / HorseMenu

HorseMenu, a beta-stage mod menu for Red Dead Redemption 2 and Red Dead Online, inspired by YimMenu, that protects against crashes and enhances your experience.
73 stars 35 forks source link

Protections, Updates, and More #199

Closed Rxann closed 3 months ago

Rxann commented 3 months ago

Bumped to current ImGui version Call Hooks Voice Chat Spoofing New Protections Log Backups Blip Spoofing General Optimizations General Improvements Updated Net Events list from @AAA-ALR and More

closes #50 closes #118

github-actions[bot] commented 3 months ago

Download the artifacts for this pull request:

AAA-ALR commented 3 months ago
case "CProjectileCreationNode"_J:
{
    auto& data = node->GetData<CProjectileCreationData>();
    if (!WEAPON::IS_WEAPON_VALID(data.m_WeaponHash))
    {
        SyncCrashBlocked("invalid projectile weapon crash");
        return true;
    }
    break;
}

this crash was fixed in the last rockstar update

Rxann commented 3 months ago

this crash was fixed in the last rockstar update

It still exists

Rxann commented 3 months ago

Jamison used it on me and some others so I reversed the crash subroutine and found a nullptr dereference.