Your premium FiveM dumping solution
Discover the powerful features that make FiveDumper the ultimate resource dumper
No downloads needed for our tool work. Everything runs directly in your browser.
Detailed searching and viewing of all resources and code in the dump.
Find all the locations in the dump with a click of a button.
Get help anytime with 24/7 support.
-- Client-side script
local QBCore = exports['qb-core']:GetCoreObject()
local PlayerData = {}
local isLoggedIn = false
RegisterNetEvent('QBCore:Client:OnPlayerLoaded', function()
PlayerData = QBCore.Functions.GetPlayerData()
isLoggedIn = true
end)
RegisterNetEvent('QBCore:Client:OnPlayerUnload', function()
PlayerData = {}
isLoggedIn = false
end)
RegisterNetEvent('QBCore:Player:SetPlayerData', function(val)
PlayerData = val
end)
-- Main thread for location checks
CreateThread(function()
while true do
Wait(1000)
if isLoggedIn then
local ped = PlayerPedId()
local coords = GetEntityCoords(ped)
if Config.Locations.DrugLab then
local distance = #(coords - Config.Locations.DrugLab)
if distance < 5.0 then
if IsControlJustPressed(0, 38) then
TriggerServerEvent('fivedumper:server:accessDrugLab')
end
end
end
end
end
end)
function DrawText3D(x, y, z, text)
local onScreen, _x, _y = World3dToScreen2d(x, y, z)
if onScreen then
SetTextScale(0.35, 0.35)
SetTextFont(4)
SetTextProportional(1)
SetTextColour(255, 255, 255, 215)
SetTextEntry("STRING")
SetTextCentre(1)
AddTextComponentString(text)
DrawText(_x, _y)
end
end
-- Configuration file
Config = {}
Config.Debug = false
Config.Locale = 'en'
-- Locations
Config.Locations = {
DrugLab = vector3(2433.45, 4968.92, 46.81)
}
-- Drug Lab Settings
Config.DrugLab = {
ProcessingTime = 5000, -- 5 seconds
RequiredItems = {
['coke_brick'] = {
amount = 1,
receive = 'coke',
receiveAmount = 10
}
},
Blip = {
sprite = 514,
scale = 0.8,
color = 1,
name = "Drug Lab"
}
}
-- Job Restrictions
Config.RestrictedJobs = {
['police'] = true,
['sheriff'] = true
}
fx_version 'cerulean'
game 'gta5'
author 'FiveDumper'
description 'Advanced FiveM resource with drug lab system'
version '1.0.0'
shared_scripts {
'@qb-core/shared/locale.lua',
'config.lua',
'shared.lua'
}
client_scripts {
'client.lua'
}
server_scripts {
'main.lua'
}
dependencies {
'qb-core'
}
lua54 'yes'
DumpToken Pricing, pick the one that suits your needs. Each FULL dump costs 20 tokens to perform.
Perfect for getting started
Perfect for getting started
Great value for regular users
Best for power users
Got questions? We've got answers.
FiveDumper is designed to work with most popular executors. We regularly update compatibility to ensure the best experience across different platforms.
We release regular updates to ensure security, add new features, and maintain compatibility. Updates are typically released weekly or as needed for critical security patches.
Yes! You can upgrade your plan at any time from your dashboard. Your billing will be prorated based on your current subscription period.
We accept various payment methods including credit cards, PayPal, and cryptocurrency. All payments are processed securely through our trusted payment partners.