STANDALONE ATM Robbery Script ESX and QbCore

SaifNeon

Administrators
Joined
Apr 25, 2022
Messages
931
Credits
50,300
ATM Robbery Script ESX and QbCore
Download



:sparkles:
FEATURES:

Optimized Script : 0.00ms
Secure for Triggers (cheateur)
Animation for Robbery
Alert Police custom

Configuration :


Config = {}
-- Framework
Config.Framework = "ESX" -- ESX or Qb
Config.AccountGainESX = "black_money" -- black_money/money/bank // For ESX
Config.AccountGainQB = "cash" -- cash/bank // For QbCore

-- MiniGame
Config.MiniGame = "thermite" -- Options: "digital", "thermite", "number_maze"

-- Target
Config.Target = "ox_target" -- ox_target or qb-target

-- Dispatch & Police
Config.Dispatch = "default" -- cd_dispatch | qs-dispatch | rcore_dispatch | ps-dispatch | default
Config.PoliceJob = {'police', 'sheriff'}

-- Item
Config.ItemRequire = "hacking_computer"
Config.RemoveItem = true -- true or false

-- Gain Stolen
Config.GainStolen = math.random(10000, 15000)

Config.WebhooksLinks = "WebhooksLinks"

Items to Create​

Hacking Computer

Item for:​

Quasar:​


['hacking_computer'] = {
['name'] = 'hacking_computer',
['label'] = 'Hacking Computer',
['weight'] = 1000,
['type'] = 'item',
['image'] = 'hacking_computer.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'A computer equipped with software for hacking.',
}

Ox:​


['hacking_computer'] = {
label = 'Hacking Computer',
weight = 100,
stack = true,
close = false,
description = 'A computer equipped with software for hacking.',
}

Dependencies​

Utk_FingerPrint and PS-UI = mini-games
 
Back
Top Bottom