[paid][qbcore] dongle npc | check robberies & darkmarket | nopixel inspired

A script by UNP-DEVS

No reviews yet.
[paid][qbcore] dongle npc | check robberies & darkmarket | nopixel inspired main image

Full Description

Info about this script
This is an NPC Dognle, inspired by nopixels version. It lets you find the dongle-guy and check the robberies, and in future, youll be able to start a robbery with him! You can also buy item from him [Waiting Queue coming soon for it]. In v2 which is releasing shortly after, it will work with ps-playergroups and have way more options!

INFO
- Unlimited Support and Fixes for bugs.
- NoPixel Inspired!
- 0.00ms resmon.
- Open Source and Highly Configurable
- Uses Exports and triggers, to check if the specific robbery is on cooldown or not
- Tier system with items available. [Optional]
- Using QB-Target
- Configurable locations, and ability to set multiple.
- Cash, Crypto or bank [Configurable]
- Images with statuses.

Purchase Link
Buy here

Preview
https://youtu.be/IZKD5UsH_Fk

Config Preview

Config = {}

-- MAIN
Config.Debug = true
Config.EnableCredits = true -- If youd like, you can enable credits to support us.
Config.FolderPath = 'unp-donglenpc/img'

-- ESSENTIALS
Config.Blips = true
Config.Ped = {
    {
        coords = vector4(979.37, -1816.61, 31.18, 281.08),
        hash = `s_m_y_blackops_01`,
    },
}

Config.DiscordLogging = true -- Enables discord logging when the item is bought, edith the webhooks link in server.lua [ local = webhookReq 'your-discord-webhook' ]
-- SHOPS
Config.xpShops = false -- XP Shops depending on your tier.
Config.enableShops = true -- Enable Shops or not.
Config.Shop1List = {
    [1] = {
        ['label'] = "Green Laptop",
        ['item'] = "",
        ['count'] = "5",
        ['price'] = 5450,
    },
    [2] = {
        ['label'] = "Blue Laptop",
        ['item'] = "",
        ['count'] = "1",
        ['price'] = 10000,
    },
    [3] = {
        ['label'] = "Red Laptop",
        ['item'] = "armor",
        ['count'] = "1",
        ['price'] = 2750,
    },
}

Config.EnableShop2 = true -- Enables 2nd shop
Config.Shop2List = {
    [1] = {
        ['label'] = "PD ARMOR",
        ['item'] = "heavyarmor",
        ['count'] = "1",
        ['price'] = 3000,
    },
    [2] = {
        ['label'] = "Tracker Disabler",
        ['item'] = "disabler",
        ['count'] = "1",
        ['price'] = 800,
    },
    [3] = {
        ['label'] = "Pistol Suppressor",
        ['item'] = "pistol_suppressor",
        ['count'] = "1",
        ['price'] = 2800,
    },
    [4] = {
        ['label'] = "Pistol Extended Clip",
        ['item'] = "pistol_extendedclip",
        ['count'] = "1",
        ['price'] = 2950,
    },
}

Config.EnableShop3 = true -- Enables 3rd shop
Config.Shop3List = {
    [1] = {
        ['label'] = "Thermite [Weak]",
        ['item'] = "thermite",
        ['count'] = "1",
        ['price'] = 2500,
    },
    [2] = {
        ['label'] = "Thermite [Strong]",
        ['item'] = "thermite2",
        ['count'] = "1",
        ['price'] = 5200,
    },
    [3] = {
        ['label'] = "Security Card [A]",
        ['item'] = "security_card_01",
        ['count'] = "1",
        ['price'] = 1750,
    },
    [4] = {
        ['label'] = "Security Card [B]",
        ['item'] = "security_card_02",
        ['count'] = "1",
        ['price'] = 1750,
    },
}

-- EXTRA
Config.PaymentType = 'cash' -- change this to, cash/bank/crypto, depending on which payment type youd like to set for the money to get taken for.

-- TRANSLATION FOR LANGUAGES.
Config.Lang = {
    ['oilrig'] = "Oilrig Heist",
    ['bobcat'] = "Bobcat Security",
    ['bank-maze'] = "Fleeca: Maze bank",
    ['bank-harmony'] = "Fleeca: Harmony bank",
    ['bank-paleto'] = "Fleeca: Paleto Bay",
    ['bank-greatocean'] = "Fleeca: Great Ocean",
    ['bank-uppervault'] = "Upper Vault",
    ['casino-vault'] = "Casino: Vault Heist",
    -- =-=-=-=-=-=-=-=-=-=-=-=-=-= --
    ['Shop1Label'] = "Laptops", --
    ['Shop1smtxt'] = "High tier laptops offered by Lester", --
    ['Shop2Label'] = "Explosives", --
    ['Shop2smtxt'] = "Charlies little pops", --
    ['Shop3Label'] = "Hacking", --
    ['Shop3smtxt'] = "Useful Devices", --
    ['shops_label'] = "Anonymous Dark-Dongle",
    ['npc_name'] = "Anonymous",
    ['price_item'] = "Price: ",
    ['price_symbol'] = "$",
    ['item_amount'] = "Amount: ",
    ['payments'] = "Payments made by "..Config.PaymentType.." 💸",
    ['paymentNotifyCash'] = "Paid by cash: ", --
    ['paymentNotifyBank'] = "Paid by bank: ", --
    ['paymentNotifyCrypto'] = "Paid by crypto: ", --


    ['check_status'] = "Check Robberies",
    ['purchase_DongleMarket'] = "Browse DongleMarket",
}
Code is accessible No/Yes
Subscription-based No
Lines (approximately) Client: 400+ & Server: 100+
Requirements qb-core, qb-target, qb-menu
Support Yes
(full tutorial included + future updates.)
(THIS ALSO IS NOT THE LATEST VERSION AND HAS MULTIPLE UPDATES DONE FAR BETTER THAN THE PREVIEW)