- Preview Vidéo : https://www.youtube.com/watch?v=lNlXhBCLWKE
- Download : GitHub - OffSey/ATM-Robbery: ATM Robbery for Fivem - ESX/QbCore
- Resmon 0.00 ms
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
- ox_lib : GitHub - overextended/ox_lib: A FiveM resource and script library for Lua and JS.
- qtarget : GitHub - overextended/qtarget: Use ox_target instead.
- Utk_fingerprint : GitHub - utkuali/Finger-Print-Hacking-Game
Or - PS-UI : GitHub - Project-Sloth/ps-ui: Standalone UI System for FiveM
Utk_FingerPrint and PS-UI = mini-games