example
example

资源 ATM 抢劫脚本 ESX 和 QbCore | 顶级品质,价格实惠,免费!

Yann

站长
管理成员
GTAOS管理组
认证卖家
认证用户
本 月 名 人 榜 最 佳
:闪耀:
特点:

优化脚本: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.',
}

依赖项​

Utk_FingerPrint 和 PS-UI = 迷你游戏
 
顶部