[FREE] Lock Picking Minigame

t3_lockpick

A lock-picking minigame for use with other scripts, such as car theft, house robbery etc.

Script showcase: https://www.youtube.com/watch?v=fqWpcpg8l4o
Download: GitHub - T3development/t3_lockpick

19 Likes

Hey, if the person doesn’t succeed, and the lockpick breaks, are the police alerted? Thank you

1 Like

Not via this script, this is just the minigame. Police notifications would be handled by your keys/theft scripts

do you have a script that could handle this please? What would be nice to add to your script?

It depends what you are looking for. T1ger has released his for free in his resource bundle, that is what is being used in the showcase video. QBCore has it’s own under qb-vehiclekeys.
There’s many more available too.

true and false conditions not working for me

can you send me the script of T1ger ? if you can ?

I have it set up like this:

local success = exports["t3_lockpick"]:startLockpick(Config.Lockpick.Item, difficulty, pins)
if success then
    --do unlock here
else
    --remove lockpick
end

this works, can you add this to the read me?

Added to readme :slight_smile:

looks great!

nice job, looks awesome! will be sure to add this into my version of qb-robbery

Thanks. I’m glad you like it :smile:

1 Like

how can I add it in ox_doorlock?

Could you upload the client.luq from t1ger_keys with your export? I cant figure it out that it works like in your video…