Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script [QBCore] Unique Black Market script

snitchers

Developer
Joined
Oct 12, 2021
Messages
72
Solutions
4
Reaction score
1,658
Points
306
Location
Netherlands
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download:
 

NeyDav

Silver Elite
Joined
Jun 14, 2022
Messages
28
Reaction score
15
Points
156
Location
israel
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***
 

margie

Member
Joined
Jun 18, 2022
Messages
5
Reaction score
0
Points
156
Location
yourmum
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***
k
 

Car2

Bronze Elite
Joined
May 31, 2022
Messages
6
Reaction score
4
Points
156
Location
UK
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***
 

Mobz

Silver Elite
Joined
Apr 20, 2022
Messages
29
Reaction score
13
Points
166
Location
london
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***
)
 

abbas6045

Member
Joined
Aug 20, 2022
Messages
4
Reaction score
0
Points
156
Location
apka kaar
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***
op
 

Daleboy

Silver Elite
Joined
May 15, 2021
Messages
40
Reaction score
9
Points
156
fffff
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***
wewwe
 

firegod361

Bronze Elite
Joined
Sep 30, 2022
Messages
8
Reaction score
23
Points
156
Location
ky
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***
cool
 

firegod361

Bronze Elite
Joined
Sep 30, 2022
Messages
8
Reaction score
23
Points
156
Location
ky
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***
so cool
 

Topgio

Member
Joined
Jul 4, 2022
Messages
4
Reaction score
0
Points
156
Location
Ireland
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***
.
 

ELiT3

Member
Joined
Jan 21, 2023
Messages
10
Reaction score
0
Points
156
Location
France
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***

thx
 

LeoSmithSMACK

Member
Joined
Oct 7, 2022
Messages
12
Reaction score
1
Points
166
Location
United kingdom
Hi guys,

I'm here again with a new unique release.
This time i have written a advanced blackmarket script because the ones that are for sale and for free doesn't fits my needs.
Whats inside this script:

Dependencies :

qb-input - For checkout system
qb-menu - For the menu
qb-target - Targetting peds and opening menu

Functions:

- Easy to setup items
- Multiple blackmarkets supported
- Random or fixed locations (when random, location changes after each script restart)
- Multiple checks for inventory size and slot limits
- Localisation : Translated to languages ; English, Dutch and Turkish
- Ability to open the shop with a configured item
- Ability to use black money (markedbills or other itemname) as payment method
- When using the blackmoney option, you can add a multiplier to the price if you want to sell items for more when paid by blackmoney.

Config:

Code:
Config = {
    Debug = false, -- Enable to add debug boxes and message.
    img = "lj-inventory/html/images/", -- Set this to your inventory
    MaxSlots = 41, -- Set this to your player inventory slot count, this is default "41"
    Measurement = "kg", -- Custom Weight measurement
    RandomLocation = true, -- Set to true if you want random location. False = create for each location a blackmarket
    OpenWithItem = false, -- Is there an item needed to open the blackmarket ?
    ItemName = "blackpass", -- If you set the above function to yes, place here your itemname
    UseBlackMoney = false, -- Do you want to use blackmoney as a payment option
    BlackMoneyName = "markedbills", -- The name of the black money item
    BlackMoneyMultiplier = 1.2, -- Where 1 is 100% and 2 is 200% etc, 1.2 if 120%
}

unknown.png
unknown.png


Download: *** Hidden text: cannot be quoted. ***
 
Top