123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
Config = {}
Config.Debug = {
enabled = false,
standaloneBrowser = false,
showPin = false
}
Config.Integration = {
inventory = 'ox_inventory',
target = 'ox_target',
}
Config.Game = {
pinLength = 4,
uniqueDigits = true,
maxAttempts = 4,
durationSeconds = 90,
closeOnSuccess = true,
closeOnFailure = true
}
Config.Fingerprint = {
counts = {
{ count = 2, chance = 10 },
{ count = 3, chance = 80 },
{ count = 4, chance = 10 }
},
opacityByPosition = { 1.0, 0.50, 0.35, 0.10 },
rotation = {
min = -25,
max = 25
},
uvReveal = {
enabled = true,
radius = 8.5
}
}
Config.Analyzer = {
enabledByDefault = false,
item = 'analyzer',
maxAttempts = 7,
solveChanceByRemainingDigits = {
[1] = 75,
[2] = 45,
[3] = 20,
[4] = 8
},
rollingTicks = 16,
rollingInterval = 55,
resolvedPause = 350
}
Config.Security = {
sessionTimeoutSeconds = 300,
submitCooldownMs = 250,
allowClientAnalyzer = false
}
Config.Locale = {
enterPin = "Enter the PIN and press ENTER",
invalidLength = "PIN must be 4 digits",
success = "ACCESS GRANTED",
failure = "ACCESS DENIED",
analyzerWaiting = "WAITING FOR INPUT",
analyzerOpen = "CODE ANALYZER ONLINE",
analyzerClosed = "CODE ANALYZER OFFLINE",
scanDigit = "SCANNING DIGIT %s",
digitFound = "DIGIT %s FOUND",
scanFailed = "SCAN FAILED ON DIGIT %s",
codeSolved = "CODE CRACKED",
scanUsed = "SCAN ALREADY USED",
failed = "SECURITY CHECK FAILED",
timeExpired = "TIME EXPIRED"
}
Config.UVFlashlight = {
item = 'uv_flashlight',
useNativeWeapon = true,
weapon = 'WEAPON_POCKETLIGHT',
removeTemporaryWeaponOnClose = true,
equipDelayMs = 250,
prop = 'w_me_pocketlight_light_uv',
bone = 18905,
attach = {
pos = {
x = 0.11,
y = -0.02,
z = -0.01
},
rot = {
x = -95.0,
y = 0.0,
z = 180.0
}
},
anim = {
dict = 'amb@world_human_security_shine_torch@male@base',
clip = 'base',
flag = 49
}
}
Config.Target = {
enabled = true,
model = 2661161446,
models = {
2661161446,
-1633805850
},
distance = 2.0,
options = {
standard = {
label = 'Enter Code',
icon = 'fa-solid fa-key'
}
}
}
Giriş yaparak yorum yapabilirsiniz.
Giriş Yap