Tutorial Anti Bunny Hop

Log in

or Log in using
If a link does not work anymore, please report it!

SP LEAKS

Forum Manager
Admin
Staff
MVIP+
Legend
Senior Member
Super Member
Member
Active
Jan 9, 2021
417
334,948
693
discord.gg
Pseudo
SP
Paste this code any client side

Code:
Citizen.CreateThread(function()
    while true do
        Citizen.Wait(100)
        local ped = PlayerPedId()
        if IsPedOnFoot(ped) and not IsPedSwimming(ped) and (IsPedRunning(ped) or IsPedSprinting(ped)) and not IsPedClimbing(ped) and IsPedJumping(ped) and not IsPedRagdoll(ped) then
            local chance_result = math.random()
            if chance_result < 0.50 then
                Citizen.Wait(600)   
                SetPedToRagdoll(ped, 5000, 1, 2)
            else
                Citizen.Wait(2000)
            end
        end
    end
end)
 
If a link does not work anymore, please report it!
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock