Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash players #2993

Open
zNexTHN opened this issue Dec 9, 2024 · 11 comments
Open

Crash players #2993

zNexTHN opened this issue Dec 9, 2024 · 11 comments
Labels
bug crash triage Needs a preliminary assessment to determine the urgency and required action

Comments

@zNexTHN
Copy link

zNexTHN commented Dec 9, 2024

What happened?

There is a new cheat in the community that is crashing the game of everyone around.

Expected result

I hope you fix this glitch to avoid problems, many players are upset about the situation.

Reproduction steps

I've done all the possible tests, it simply arrives at a location with the cheat, executes the crash command and everyone around is disconnected with the following information:

Process crash captured. Crash dialog content:
[ 234062] [b3095_DumpServ] 16404/ GTA5_b3095.exe!sub_140B32F54 (0x34)
[ 234062] [b3095_DumpServ] 16404/ An error at GTA5_b3095.exe!sub_140B32F54 (0x34) caused FiveM to stop working. A crash report is being uploaded to the FiveM developers. [234062] [b3095_DumpServ] 16404/
[234062] [b3095_DumpServ] 16404/ Legacy crash hash: uranus-helium-mobile
[ 234062] [b3095_DumpServ] 16404/ Stack trace:

Importancy

Crash

Area(s)

FiveM

Specific version(s)

FiveM Artifact. 11895

Additional information

CfxCrashDump_2024_12_08_00_49_35.zip

@zNexTHN zNexTHN added bug triage Needs a preliminary assessment to determine the urgency and required action labels Dec 9, 2024
@github-actions github-actions bot added the crash label Dec 9, 2024
@IllInuz
Copy link

IllInuz commented Dec 10, 2024

@neptunium-cfx Sorry for the mention but i think its fair u get mentioned within this issue.

It seems like some new mod menu's have a new method to crash players.

I'll look in to the later menu's and figure out what and how this is happening, will let you know trough discord.

@Barni5
Copy link

Barni5 commented Jan 1, 2025

Hi, this crash only works on gamebuilds under 2944. Use sv_enforceGameBuild 2944 # or higher.

@markosz2991
Copy link

Hi, this crash only works on gamebuilds under 2944. Use sv_enforceGameBuild 2944 # or higher.

It has happened on higher bouild also, just today we had the same problem modder crashed hundreds of players with same method.

@markosz2991
Copy link

@neptunium-cfx Sorry for the mention but i think its fair u get mentioned within this issue.

It seems like some new mod menu's have a new method to crash players.

I'll look in to the later menu's and figure out what and how this is happening, will let you know trough discord.

we had the same issue today same crash code and a modder did it we banned him, after all gone, but for 4 hours he crashed over 1000 player up down

@Barni5
Copy link

Barni5 commented Jan 5, 2025

I found the issue this is the new lumia crasher here is a code to protect your server:

AddEventHandler("entityCreating", function(entity)
    local source = NetworkGetFirstEntityOwner(entity)
    local model = GetEntityModel(entity)
    local etype = GetEntityPopulationType(entity)
    if etype == 5 or etype == 4 then 
        return 
    end
    if model == 1872771678 then 
        CancelEvent()
    end
end)

@pushkart2
Copy link

Why is it a specific prop? Is something wrong with that prop?

@MicikeTheCat
Copy link

Jan 5, 2025

Barni discordod írd már le kérlek. 🙏

@MicikeTheCat
Copy link

@neptunium-cfx Sorry for the mention but i think its fair u get mentioned within this issue.

It seems like some new mod menu's have a new method to crash players.

I'll look in to the later menu's and figure out what and how this is happening, will let you know trough discord.

discord link? please

@Barni5
Copy link

Barni5 commented Jan 8, 2025

Why is it a specific prop? Is something wrong with that prop?

Here is an example how the crasher works. This code is just an example its not working and the entity is completly different. If you replace the entity it will work.

function CrashPlayer(playerPed)
    local playerPos = GetEntityCoords(playerPed, false)
    local modelHashes = {
        0x34315488, 0x4F2526DA, 0x6A27FEB1,
        0xC6899CDE, 0xD14B5BA3, 0xD9F4474C,
        0x69D4F974, 0xCAFC1EC3, 0x79B41171,
        0xC07792D4, 0x781E451D, 0x762657C6,
        0xC3C00861, 0x81FB3FF0, 0x45EF7804,
        0xE764D794, 0xFBF7D21F, 0xE1AEB708,
        0xD971BBAE, 0xCF7A9A9D, 0xC2CC99D8,
        0x24E08E1F, 0x337B2B54, 0xB9402F87,
        0x8FB233A4, 0xA5E3D471, 0xE65EC0E4,
        0xC2E75A21, 0xC2E75A21, 0x10756510,
        0xCB2ACC80, 0x32A9996C, 0xF51F7309
    }

    for i = 1, #modelHashes do
        local time = 0
        RequestModel(modelHashes[i])
        while not HasModelLoaded(modelHashes[i]) do
            time = time + 100.0
            Citizen.Wait(100.0)
            if time > 5000 then
                print("Could not load model! [" .. modelHashes[i] .. "]")
                break
            end
        end
        CreateObject(modelHashes[i], playerPos.x, playerPos.y, playerPos.z, true, true, true)
    end
end

@MicikeTheCat
Copy link

Why is it a specific prop? Is something wrong with that prop?

Here is an example how the crasher works. This code is just an example its not working and the entity is completly different. If you replace the entity it will work.

function CrashPlayer(playerPed)
    local playerPos = GetEntityCoords(playerPed, false)
    local modelHashes = {
        0x34315488, 0x4F2526DA, 0x6A27FEB1,
        0xC6899CDE, 0xD14B5BA3, 0xD9F4474C,
        0x69D4F974, 0xCAFC1EC3, 0x79B41171,
        0xC07792D4, 0x781E451D, 0x762657C6,
        0xC3C00861, 0x81FB3FF0, 0x45EF7804,
        0xE764D794, 0xFBF7D21F, 0xE1AEB708,
        0xD971BBAE, 0xCF7A9A9D, 0xC2CC99D8,
        0x24E08E1F, 0x337B2B54, 0xB9402F87,
        0x8FB233A4, 0xA5E3D471, 0xE65EC0E4,
        0xC2E75A21, 0xC2E75A21, 0x10756510,
        0xCB2ACC80, 0x32A9996C, 0xF51F7309
    }

    for i = 1, #modelHashes do
        local time = 0
        RequestModel(modelHashes[i])
        while not HasModelLoaded(modelHashes[i]) do
            time = time + 100.0
            Citizen.Wait(100.0)
            if time > 5000 then
                print("Could not load model! [" .. modelHashes[i] .. "]")
                break
            end
        end
        CreateObject(modelHashes[i], playerPos.x, playerPos.y, playerPos.z, true, true, true)
    end
end

please send me your discord barni5

@Barni5
Copy link

Barni5 commented Jan 10, 2025

please send me your discord barni5

barni_5 (id: 720723486166745088)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug crash triage Needs a preliminary assessment to determine the urgency and required action
Projects
None yet
Development

No branches or pull requests

6 participants