Skip to content

icecubepiso/lockpick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lockpick UI Minigame

image

An easy lockpick export for FiveM. I know this was in a lot of leaked resource and has been made similarly. But this one I edited it 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)

Contribution

Suggestions and pull request are welcome!

Acknowledgements

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

About

FiveM Lockpick Minigame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.5%
  • CSS 20.5%
  • Lua 7.7%
  • HTML 7.3%