Skip to content

Cheats crashing RedM 14110B4F8 #3335

Open
@outsider31000

Description

@outsider31000

What happened?

cheat menus are crashing RedM players using the same methods as the fivem crash #3266

they are sending bad data to crash players

crash 14110B4F8

2ab69eee-0aa6-410c-8b68-624df5a577fa.dmp

I can provide the full dump where some of us have identified what the issue was. just request it.

Expected result

it should not crash

Reproduction steps

  • buy any cheat menu with crash feature
  • crash players

Importancy

Crash

Area(s)

RedM

Specific version(s)

1491

Additional information

in the mean time servers can use this snippet to stop it, but this isnt ideal.

-- server side script
AddEventHandler("weaponDamageEvent", function(sender, data)
    if data.weaponType == 2416459067 then
        CancelEvent()
    end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    RedMIssues/PRs related to RedMbugcrashtriageNeeds a preliminary assessment to determine the urgency and required action

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions