[Free] Lockpick Minigame

Lockpick UI Minigame

Before you point out that I did not make this, well I did not create the UI
If this is not allowed you can flag it or moderator can take it down thankyou

An easy lockpick export for FiveM.
I know this was in a lot of leaked resource and has been made similarly.
I was looking for lockpick minigame but there was not any that looks realistic and was wondering if this was already made free in the forum. But it was not, so I decided to release this.
But this one I edited the client myself from the codepen mentioned below.
Credits to antoxa-kms.

Installation

  1. Download the resource.
  2. Drag and drop to resources folder.
  3. Ensure or start the resource in server.cfg and you are done.

Usage

Use startLockpick export to start lockpicking.

RegisterCommand('lockpicktry', function()
    local result = exports['lockpick']:startLockpick()
    print(result, 'lockpicking result')
end)

Download here

Contribution

Suggestions and pull request are welcome!

Acknowledgements

I do not take any credits from the UI code, credits to antoxa-kms codepen.

My other works

Paid
BCS_company BCS_license

BCS_housing JobCenter1
Free
BCS_hud image

BCS_license_test image

3 Likes

Isn’t this the same one from QBCore?

1 Like

Great recreation but there is a one of these on github as well from the qbcore framework - Picklock. I prefer the positioning of your one. the others are too high on the screen imo.

1 Like

Ahh I never realized QB Core has it, welp I just made it for my next release which is housing script. I made it for the robbery system. I could add more features like animation and sound and so on if you guys want this to be different than the QB one. But for now I will just make this quick release.

1 Like

this for esx or qb?

No no it’s fine lmao was just wondering.

1 Like

It’s standalone

1 Like

i didnt see it mentioned anywhere, sorry! Thanks for the quick reply.

Good thought. look forward to see where this goes!

Hey, It works with all cars ?
:roll_eyes:

This is just an export, you need to create the script yourself.