Theme editor

Scripts Aircraft Carrier Robbery

Random threads

ToxicFivemToxicFivem is verified member.

Master
Staff member
Founder
Joined
Oct 13, 2024
Messages
739
Reaction score
37,294
Points
93
Website
toxicfivem.com
Credits
56
Thread owner
Download the FiveM Aircraft Carrier Robbery script for QB-Core. Includes heist mechanics, lootable items, and a challenging mission. Free download & setup guide.

aircraft robbery fivem.webp

Installation Guide: FiveM Aircraft Carrier Robbery

What is the FiveM Aircraft Carrier Robbery?

This script introduces a full-scale heist on an aircraft carrier, allowing players to loot items, hack security, and complete a challenging robbery mission.

Supports QB-Core Framework
Aircraft Carrier Heist with Lootable Items
Memory Game Hacking Mechanic
Search Boxes for Special Items
Optimized for Performance & Roleplay


How to Download & Install the Aircraft Carrier Robbery?

Step 1: Click the Download Link


This file contains the latest qb-aircraftheist script for FiveM.


Step 2: Move the Script to Your FiveM Server

  • Download and extract the script.
  • Move the qb-aircraftheist folder to your FiveM server’s resources directory:
    resources/[heists]/qb-aircraftheist

Step 3: Enable the Script

  • Open server.cfg and add the following line
Code:
ensure qb-aircraftheist


Step 4: Install Required Dependencies

  • This script requires the following dependencies:
📥 Download QB-Core
📥 Download QB-Menu
📥 Download QB-Target
📥 Download Memory Game 2


Step 5: Add Items to QB-Core Inventory

  • Open qb-core/shared/items.lua and add the following item:
Code:
["labs_usb"] = {
    ["name"] = "labs_usb",
    ["label"] = "USB Research",
    ["weight"] = 500,
    ["type"] = "item",
    ["image"] = "lab-usb.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A USB filled with loads of complicated numbers and letters... Big brain stuff!"
},

Copy lab-usb.png into qb-inventory/html/images/ folder.


Step 6: Configure Target Models

  • Open qb-target/init.lua and add this configuration:
Code:
["aircraftbox"] = {
    models = {
        "hei_prop_carrier_cargo_05a"
    },
    options = {
        {
            type = "client",
            event = "qb-aircraftheist-collect",
            icon = "fas fa-box",
            label = "Search Box",
            item = "labs_usb",
        },
    },
    distance = 2.5,
},


Step 7: Restart Your Server

  • Restart FiveM to apply changes.

How It Works:

✅ Players Must Infiltrate the Aircraft Carrier
✅ Loot Special Items by Searching Boxes
✅ Hack Security Using the Memory Game System
✅ Escape Before Getting Caught by the Authorities


Key Features:

Works with QB-Core Framework
Fully Scripted Heist & Looting System
Memory Game Hacking for Security Terminals
Supports Searchable Boxes & Unique Loot Drops
Optimized for Roleplay & Heist Servers


Watch the Script in Action!

🎥 Demo Video: Watch on YouTube

Final Thoughts

The FiveM Aircraft Carrier Robbery adds an intense heist experience to roleplay servers, featuring challenging mechanics, security hacking, and high-value loot. With full QB-Core support, this script is a must-have for immersive heist gameplay.
 
Last edited:

Latest threads

Featured content

Latest threads

Back
Top