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

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)
3 Likes

difference between this and the Samuel one?

Not sure, never used it. This was finished for beta before his, if your saying this is a stolen idea :smiley:
But by the looks, his is a 1:1 inspiration from nopixels, wheres mine is a little different, with Exports and Triggers to call the status [Available, Unavailable & In Progress] and has images to show for statuses. With future update coming of being able to start the robbery and getting instructions and also having xp system, tier system for you to use for shops, Multiple locations you could use for the ped accessibility and even more features coming soon, i could say that theres a lot of difference. Samuel has done a great job on making it and pushing it out for free, but i have spent awhile on the v2 coming out soon and as you can tell, I dont like making replicas, i would rather stay to an ‘inspired’ viewpoint and possibly improve it or do it a bit differently. Theres 2 updates already pushed for donglenpc, so i can surely tell theres a lot of work being put into our scripts. Great question!

no I’m not saying its a stolen idea i wanted to see the difference. to my eye both looks the same yours is paid and well that’s for the v2 that includes most of the stuff but for now, personally, the Samuel one looks better and it’s free. the Samuel one also includes the status of the robberies but i do not know if it has exports or not cuz i didn’t use it just saw it. anyways keep up the good work

1 Like

purchased open source . but none of the files i cant even open lol

Open a support ticket.