Jump to content
Check out discord.gg/fxap for the cheapest decryptions! First one is free! ×

Get LB-Phone!

Unlock the powerful LB-Phone for a fraction of the price you pay on tebex.

Download

Premium TOS Clothing MEGA Pack!

11GB of pure TOS premium clothing best clothing pack for your Server!

Download

5Decrypt

Automated Asset Decryption

Learn More

codyraves

Snail
  • Posts

    16
  • Joined

  • Last visited

About codyraves

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

codyraves's Achievements

King Leaker

King Leaker (12/17)

1

Reputation

  1. RegisterNetEvent('lockpicks:UseLockpick', function(isAdvanced) local ped = PlayerPedId() local pos = GetEntityCoords(ped) local vehicle = QBCore.Functions.GetClosestVehicle() if vehicle == nil or vehicle == 0 then return end if HasKeys(QBCore.Functions.GetPlate(vehicle)) then return end if #(pos - GetEntityCoords(vehicle)) > 2.5 then return end if GetVehicleDoorLockStatus(vehicle) <= 0 then return end -- Corrected the resource name in the call exports['cure-lockpick']:OpenLockpickMinigame(function(success) if success then -- Logic for successful lockpicking TriggerServerEvent('hud:server:GainStress', math.random(1, 4)) lastPickedVehicle = vehicle if GetPedInVehicleSeat(vehicle, -1) == PlayerPedId() then TriggerServerEvent('qb-vehiclekeys:server:AcquireVehicleKeys', QBCore.Functions.GetPlate(vehicle)) else QBCore.Functions.Notify(Lang:t("notify.vlockpick"), 'success') TriggerServerEvent('qb-vehiclekeys:server:setVehLockState', NetworkGetNetworkIdFromEntity(vehicle), 1) end else -- Logic for failed lockpicking TriggerServerEvent('hud:server:GainStress', math.random(1, 4)) AttemptPoliceAlert("steal") end end, vehicle, isAdvanced and 'advanced' or 'normal') -- Adjust parameters as needed end)
  2. Version 1.0.0

    1470 downloads

    here's another boys! super simple drag n drop you can swap out the logo files : ui/dist/assets/logo-187456c5.png ui/dist/assets/store-d7be97ee.png just name yours the same name
    Free
  3. 2024-03-20 22-28-26.mp4
  4. Version 1.0.0

    1334 downloads

    Here it is boys included in the readme is a qb-vehiclekeys snippet to use the lockpick mini-game when lockpicking vehicles. you can adjust the amount of time it takes to complete the task in the client.lua i will not give support for this. you can use chat gpt to figure out how to use the exports for your own uses
    Free
  5. Orbit Chopshop V2.zip heres v2
  6. to anyone using the olsen sat map with postal codes i got you minimap_2_1.ytd minimap_sea_2_1.ytd
  7. Version 1.0.0

    3879 downloads

    I saw gks-phone on launcher leaks for ESX but this is the QBCORE version with SQL's i wont give support sorry
    Free
  8. codyraves

    GKS-PHONE - ESX

    here is gks phone for qbcore with SQLs gksphone.zip
  9. Version 1.0.0

    2831 downloads

    another one from the tebex store that was taken down due to dmca but here it is i wont give support for this
    Free
  10. this resource requires you to change existing code in your server to work its just a NUI callback that you need to code into your server for example you can make a simple chat command using this RegisterCommand("testlockpick", function() TriggerEvent("ac:lockpick:client:openLockpick", "Test Lockpick", "This is a test lockpicking minigame!") end, false) -- You can change "testlockpick" to any command name you prefer. with this you can use /testlockpick and play the mini game i suggest using chatGPT to figure out where in your script should you add the callback
  11. nah your tripping
  12. Version 1.0.0

    1186 downloads

    Not the REAL nopixel 4.0 lockpick but its a good remake super easy to use callbacks in house robberies or vehiclekeys or whatever it was removed from tebex for copyright so the dev cant even sell this so here it is (sorry i wont give support.... just use chat gpt)
    Free
  13. Version 1.0.0

    2095 downloads

    TO BE CLEAR: this IS NOT the ACTUAL nopixel resources! this is sold on the website qbcore.shop everything works! readme files are in most resources with sql files also There are 200+ resources the only one that needs real work is okokbanking (okokbanking) out of the box it wont load without adding the SQL file to a database its from the website www.qbcore.shop screw them though... they charge money for free scripts version : Build 2699 (The Criminal Enterprise) works on latest qbcore base
    Free
    100% works great! when a player does not buy a ticket and uses train the police are alerted
×
×
  • Create New...

Important Information

By continuing on Launcherleaks.net, you agree to our Terms of Use, Guidelines & Privacy Policy