Oferta!

Sistema de roubo a banco QBCore

Original price was: $46.40.Current price is: $35.69.

-23%

Meu script atualizado de assalto a banco com progressão. Os jogadores têm que subir dos bancos Fleeca até o cofre inferior do banco Pacific.
Esse script foi criado para ser usado com o Pacific bank MLO de K4MB1 e o Maze Bank MLO de UncleJust. Dependências como minijogos estão incluídas (exceto o hack de senha 25O MLO não está incluído. Ao comprar esse script, você recebe o código-fonte, sem criptografia fivemEstão incluídas imagens e um arquivo leia-me para ajudar na instalação.

Características:

  • Redefine os bancos após cada roubo (o tempo é configurável)
  • Policiais podem fechar o banco depois que ele foi hackeado
  • Registro extensivo de discórdia
  • Oferece suporte a qb-doorlock e nui_doorlock por meio da configuração
  • Depuração extensiva
  • Métodos para converter usb's em laptops
  • Os carrinhos são removidos quando o banco é reiniciado
  • O código para visão noturna está incluído
(6 avaliações de clientes)
Purchase & earn 3 points!

Compre agora. Faça o download instantaneamente.

  • 100% Satisfação garantida
  • Comece imediatamente
  • Arquivos originais
  • Suporte Premium
  • Inclui atualizações
Segurança verificada



# Descrição

Dependências do #
* [Estrutura QBCore](https://github.com/qbcore-framework)
* [mkalasers by mkafrin](https://github.com/mkafrin/mka-lasers)
* [Pacific Bank by K4MB1 MAPS](https://k4mb1.tebex.io/package/4692112)
* [Memorygame by pushkart2](https://github.com/pushkart2/memorygame)
* [dim-passhack by Dimbo Scripts](https://dimbo-scripts.tebex.io/package/4616362)
* [Hack minigame by Jasper-Hustad](https://github.com/Jesper-Hustad/NoPixel-minigame)
* [qb-target by BerkieBb](https://github.com/BerkieBb/qb-target)
* [ms-peds por MiddleSkillz](https://github.com/MiddleSkillz/ms-peds*)
* [qb-powerplant, de Lionh34rt#4305](https://lionh34rt.tebex.io/)

Instalação do #
* Adicione os itens ao seu arquivo shared.lua
* Adicione as linhas corretas ao seu comando giveitem
* Instale todas as dependências
* Adicione os efeitos sonoros (bankdrill) ao seu recurso interact-sound
* Crie a visão noturna em smallresources
* Talvez seja necessário alterar a peça de roupa no nightvision.lua
* Renomeie e adicione entradas aos acionadores do placar: "Fleeca", "Paleto", "Pacific".
* Altere os acionadores da fechadura para que correspondam ao doorlockId correspondente

Itens # para shared.lua
```lua
["usb_green"] = {["name"] = "usb_green", ["label"] = "USB Drive", ["weight"] = 1000, ["type"] = "item", ["image"] = "usb_green.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A green USB flash drive"},
["usb_red"] = {["name"] = "usb_red", ["label"] = "USB Drive", ["weight"] = 1000, ["type"] = "item", ["image"] = "usb_red.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A red USB flash drive"},
["usb_blue"] = {["name"] = "usb_blue", ["label"] = "USB Drive", ["weight"] = 1000, ["type"] = "item", ["image"] = "usb_blue.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A blue USB flash drive"},
["usb_gold"] = {["name"] = "usb_gold", ["label"] = "USB Drive", ["weight"] = 1000, ["type"] = "item", ["image"] = "usb_gold.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A gold USB flash drive"},
["usb_grey"] = {["name"] = "usb_grey", ["label"] = "USB Drive", ["weight"] = 1000, ["type"] = "item", ["image"] = "usb_grey.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A grey USB flash drive"},


["laptop_green"] = {["name"] = "laptop_green", ["label"] = "Laptop", ["weight"] = 2500, ["type"] = "item", ["image"] = "laptop_green.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Um laptop que você ganhou do Ph03nix"},
["laptop_red"] = {["name"] = "laptop_red", ["label"] = "Laptop", ["weight"] = 2500, ["type"] = "item", ["image"] = "laptop_red.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Um laptop que você obteve da Plague"},
["laptop_blue"] = {["name"] = "laptop_blue", ["label"] = "Laptop", ["weight"] = 2500, ["type"] = "item", ["image"] = "laptop_blue.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Um laptop que você ganhou de Ramsay"},
["laptop_gold"] = {["name"] = "laptop_gold", ["label"] = "Laptop", ["weight"] = 2500, ["type"] = "item", ["image"] = "laptop_gold.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Um laptop que você ganhou da Trinity"},

["lowervaultcodes"] = {["name"] = "lowervaultcodes", ["label"] = "Access Codes", ["weight"] = 0, ["type"] = "item", ["image"] = "lowervaultcodes.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Uma cópia do código de acesso ao cofre inferior do Pacific Bank."},

["explosive"] = {["name"] = "explosive", ["label"] = "Explosive", ["weight"] = 5000, ["type"] = "item", ["image"] = "explosive.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "An improvised explosive of fireworks and thermite"},
["nightvision"] = {["name"] = "nightvision", ["label"] = "Night Vision Goggles", ["weight"] = 6000, ["type"] = "item", ["image"] = "nightvision.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "These allow you to see in the dark"},
```

# ADICIONE O SEGUINTE AO SEU QB-INVENTORY/SERVER/MAIN.LUA SOB O COMANDO GIVEITEM
```lua
elseif itemData["name"] == "laptop_green" then
	info.uses = 3
elseif itemData["name"] == "laptop_blue" then
	info.uses = 3
elseif itemData["name"] == "laptop_red" then
	info.uses = 3
elseif itemData["name"] == "laptop_gold" then
	info.uses = 3
elseif itemData["name"] == "usb_grey" then
	info.uses = 3
```

# Adicione ao seu inventário o app.js para exibir os códigos do cofre como um item:
```js
} else if (itemData.name == "lowervaultcodes") {
	$(".item-info-title").html('<p>'+itemData.label+'</p>')
	$(".item-info-description").html('<p>'+itemData.description+'</p><p>Código de acesso: '+itemData.info.codes+'</p>');
```

# Adicione isso à sua configuração do ms-peds:
```lua
{
	model = `hc_hacker`,
	coords = vector4(517.44, 174.29, 100.25, 158.45),
	gender = 'male'
},
{
	model = `g_f_y_vagos_01`,
	coords = vector4(-458.65, -2274.4, 8.52, 266.45),
	gender = 'male'
},
{
	model = `ig_talcc`,
	coords = vector4(1579.43, 3617.83, 38.78, 166.87),
	gender = 'male'
},
{
	model = `s_f_y_clubbar_01`,
	coords = vector4(-1600.27, 3070.47, 33.66, 137.83),
	gender = 'male'
},
{
	model = `g_f_importexport_01`,
	coords = vector4(-3169.54, 1093.57, 20.86, 27.67),
	gender = 'female'
},
```

# Visão noturna
```lua
-Lado do servidor:
QBCore.Functions.CreateUseableItem("nightvision", function(source)
    TriggerClientEvent("nightvision:UseNightvision", source)
end)

--Lado do cliente:
local nightvision = false

RegistrarNetEvent("nightvision:UseNightvision", function()
    nightvision = not nightvision
    QBCore.Functions.Progressbar("remove_gear", "Nightvision...", 250, false, true, {}, {}, {}, {}, {}, function()
        if nightvision then
            SetNightvision(true)
            TriggerServerEvent("InteractSound_SV:PlayOnSource", "nv", 0.25)
            SetPedPropIndex(PlayerPedId(), 0, 117, 0, true)
        senão
            SetNightvision(false)
            SetPedPropIndex(PlayerPedId(), 0, 116, 0, true)
        end
    end)
end)
```

6 avaliações para QBCore Bank Robbery System

  1. alecbicvz (comprador verificado) -

    Entrega extremamente rápida, qualidade inigualável

  2. Virminasna (comprador verificado) -

    Artesanato excepcional

  3. Brejdew (comprador verificado) -

    Uma verdadeira joia

  4. cholinowywh (comprador verificado) -

    Valor imbatível para o dinheiro. Inicialmente, eu estava hesitante por causa do preço, mas esse script provou valer cada centavo. Não perca essa joia!

  5. jmbaseball08rp (comprador verificado) -

    Qualidade excepcional

  6. Completa (comprador verificado) -

    ++ Impressionante

Apenas clientes logados que compraram este produto podem deixar uma avaliação.