



Price
UnknownA script by equalize_r
Price
UnknownFastest Script to Create Lock on Doors
you don’t need to suffer anymore for creating lock on doors in a hard way such as finding the door hash, coordinates, heading, putting them on config.lua and other stuffs, you just do a few easy steps and it takes only 20 seconds or even less !
Video
Dynamic System
this script saves the doors on database and not on config.lua, thats why everything is dynamic and easy to setup, in other words you don’t have to restart the script over and over again
by this script you will make any type of door as fastest as possible
Resmon And Strategy
maximum 0.04ms when you are close to the door no matter how many doors you have (tested even on 100 doors and still same usage) because this script uses native functions to open/close the doors unlike the other scripts that use freeze method and reaching to 0.30ms (and sometimes even more) and that’s a big no no for high fps servers
Door Types
normal doors (can be lockpicked)
digital doors that have a pin code (can be hacked)
electric doors such as gates (can be hacked)
Door Functions
normal locking system (pressing [E] to open/close)
pin code doors (needs password to open/close)
Breaking The Doors
doors can be lockpicked or be hacked (depends on the door type)
normal doors can be lockpicked (by lockpick)
gates and pin code doors can be hacked (by keycard)
non breakable doors that cannot be opened by hacking or lockpick
User Friendly UI For Creating Lock
Alarm System
if someone tries to hack a digital door or a gate then an alarm will triggers to security jobs like police or sheriff (configurable in config.lua)
Features
requirements :
Config File
Config = {}
Config.Locale = 'en'
local seconds = 1000
Config.AlarmHacking = true -- when someone starts to hack a door it will trigger alarm to security
Config.ChanceOfAlarm = 80
Config.SecurityJob = {'police', 'sheriff'} -- the jobs name that gets alarm when someone starts to hack a door
Config.LockPickTimer = 10 * seconds -- lockpick timer (default 10 seconds)
Config.LockpickChance = 70 -- lockpick chance to open a door
Config.LockpickCanGetBroken = true -- if lockpicking failed then break the item and remove it from player inventory
Config.KeycardCanBeBreak = false -- if it's true then hacker before uses his keycard it goes into a chance and if hacker loses the chance his keycard will break
Config.KeycardChance = 90 -- chance of hack to be done successfully if the card did not break
Config.HackAndLockpickKey = 74 -- H by default
Config.CancelLockpickKey = 73 -- X by default
--[[ commands
aimdoor,
savedoor1,
savedoor2,
cleardoors, -- for reseting the savemycoords, aimdoor, savedoor1, savedoor2 that already have value, so after using cleardoors commands all these parameters will be empty
savemycoords,
createdoor,
showdoorid,
deletedoor,
]]--
Tebex Link
Also Check my Newest Project
recently I have made one of my biggest project that is esx_society remastered version , in other words I made a huge revolution for esx servers
the link : ESX Society Remastered + More Options
my Other Script
Uber Eats (ESX, QB)
ESX Society Remastered
ESX Books + Reading
ESX Craft System
Realistic Coffee Job (ESX)
Code is accessible | a part of it |
Subscription-based | No |
Lines (approximately) | 1000 |
Requirements | QB or ESX |
Support | Yes |
No approved reviews found for this script yet.