🔒 [FREE][Standalone] Lockpick minigame | UI | Burevestnik

I welcome you CFX community!

Today I present you a lockpicking system compatible with various platforms (ESX, QBCore, Standalone). With extensive configuration file editing capabilities and a unique design, this system promises a user-friendly interface, easy setup and efficient functionality. Perfect for improving the gameplay!

Credit: JJiGolem

Demonstration of the system:

:movie_camera: Preview Video

Screenshots

How to use:

Example
RegisterCommand('minigame', function()
    local status = exports.Burevestnik_lockpick_minigame:Burevestnik_lockpick_minigame_start()
    print(status)
end)

Example of a configuration file:

Configuration files
--/* 
-- ██████╗░██╗░░░██╗██████╗░███████╗██╗░░░██╗███████╗░██████╗████████╗███╗░░██╗██╗██╗░░██╗
-- ██╔══██╗██║░░░██║██╔══██╗██╔════╝██║░░░██║██╔════╝██╔════╝╚══██╔══╝████╗░██║██║██║░██╔╝
-- ██████╦╝██║░░░██║██████╔╝█████╗░░╚██╗░██╔╝█████╗░░╚█████╗░░░░██║░░░██╔██╗██║██║█████═╝░
-- ██╔══██╗██║░░░██║██╔══██╗██╔══╝░░░╚████╔╝░██╔══╝░░░╚═══██╗░░░██║░░░██║╚████║██║██╔═██╗░
-- ██████╦╝╚██████╔╝██║░░██║███████╗░░╚██╔╝░░███████╗██████╔╝░░░██║░░░██║░╚███║██║██║░╚██╗
-- ╚═════╝░░╚═════╝░╚═╝░░╚═╝╚══════╝░░░╚═╝░░░╚══════╝╚═════╝░░░░╚═╝░░░╚═╝░░╚══╝╚═╝╚═╝░░╚═╝*/

Config = {}

--The ability to embed your own exports to hide the hud
Config.useHudOffOnEvents = true
function hudOnEvent()
    DisplayRadar(true)
    --exports.Burevestnik_hud:Burevestnik_hud_on() -- Uncomment if you use Burevestnik_HUD system (https://burevestnik.tebex.io/package/5371893)
end
function hudOffEvent()
   DisplayRadar(false)
   --exports.Burevestnik_hud:Burevestnik_hud_off() -- Uncomment if you use Burevestnik_HUD system (https://burevestnik.tebex.io/package/5371893)
end

--Translation config
Config.Translation = {
	['translationText1'] = 'Turn the lock',
	['translationText2'] = 'Turn the lock pick',
	['translationText3'] = 'Exit',
}

--Exports
--exports.Burevestnik_lockpick_minigame:Burevestnik_lockpick_minigame_start()  --Export to start
--exports.Burevestnik_lockpick_minigame:Burevestnik_lockpick_minigame_stop()  --Export to close

Optimization (The script consumes):

0.00 ms in a quiet state.

0.00 ms in an active state.

What does this system include:

  • This system works on all versions of ESX, QBCore, as well as STANDALONE!
  • Beautiful user interface!
  • Easy to use via export!
  • The ability to integrate with any system!
  • You can completely change the user interface at will!

:shopping_cart: My Tebex Store.

:file_folder: [DOWNLOAD] You can get this resource for free on GitHub.

TOP SALES

qs3 hudsystem-min bpLogo

You may also be interested in my other resources:

My other resources

022116-ezgif.com-video-to-gif-converter clotheshopbur wj_bur

wcj garageSystem mg

mg mg mg

mg crate Anomaly zones img

animsystem bpLogo hudsystem-min

OrangeSystem barsystem storev2

qs3 dialSystem speedcam_img

lockpick train LicensePlate

pop 6q6g5y as

mg ars fuelsystem

mwpLG8T - Imgur e5f6ad277b5836eb5fa4db2b8207c3e46beb8362 imgonline-com-ua-Resize-czg8px7HwUHn

My project (1) My project (5) My project

kaws My project (6) a

bgk bg bg

st11

Code accessible Yes
Subscription based No
Lines (approximately) ~750
Requirements Standalone/ESX/QBCore
Support No
8 Likes

Good job, Is there any way to make the game easier?

1 Like

i loved that, i will use

1 Like

Yes, you can change the Keyhole class in the keyhole.js to suit your needs.

1 Like

What exactly should you change to make it easier?

The resource is completely open, free, has comments that will help you understand the work of the js class and the place where you need to change, I have already written to you.
Feel free to try and change, as indicated in the template, I do not provide support for this resource. :wink:

1 Like

why didn’t you mark the source of the resource from which you took the main code?

Hello,
the original UI is distributed under the Apache License version 2.0, at the same time, this license allows you to re-license it, which was done and now the UI used in the resource, as well as the resource itself, has an Attribution-NonCommercial-ShareAlike 4.0 International license and distribution is already taking place on the basis of this license. Nevertheless, thanks to the original author of the UI are written in the html file.

The Apache 2.0 license requires mentioning the original authorship, as well as specifying all changes made to the work.

Original resource

1 Like

Missing credits