ATM Robbery Script ESX and QbCore | Top Quality, Affordable FREE ! 🆓
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 = {}...
forum.cfx.re
- 预览视频:https://www.youtube.com/watch?v =lNlXhBCLWKE 125
- 下载:GitHub - OffSey/ATM-Robbery:Fivem 的 ATM 抢劫 - ESX/QbCore 三十六
- 性能延迟时间 0.00 毫秒
优化脚本:0.00ms
安全触发器(骗子)
抢劫
警报警察自定义动画
配置 :
lua:
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"
要创建的物品
黑客电脑背包适配:
Quasar:
lua:
['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:
lua:
['hacking_computer'] = {
label = 'Hacking Computer',
weight = 100,
stack = true,
close = false,
description = 'A computer equipped with software for hacking.',
}
依赖项
- ox_lib:GitHub - overextended/ox_lib:用于 Lua 和 JS 的 FiveM 资源和脚本库。
- qtarget:GitHub - overextended/qtarget:改用 ox_target。
- Utk_fingerprint : GitHub - utkuali/Finger-Print-Hacking-Game
或者 - PS-UI : GitHub - Project-Sloth/ps-ui: FiveM 的独立 UI 系统