[QBCore] Advanced Drones

Advanced Drone is a FiveM QBCor script allows you to use a controllable Drone
with many features Like

  • Zoom

  • Nightvision

  • Max Range

  • Max Speed

Easy to Control
Full open source version

General Config:

You can change the default script Drone Speed / Controls

Buy Here : https://sahbeni.tebex.io/category/qbcore

Config = {
  Version = 1.00,             
  DroneSounds = false,        
  MaxVelocity = 250.0,        
  BoostSpeed  = 3.0,       
  BoostAccel  = 2.0,          
  BoostDrain  = 1.0,         
  BoostFill   = 0.2,          
  TazerFill   = 0.2,         
  InteractDist   = 3.0,     
  Drones = {
    [1] = {
      label = "Basic Flyer 1",                             
      name = "drone_flyer_7",                            
      public = true,                                      
      model = GetHashKey('ch_prop_casino_drone_02a'),       
      stats = {                        
        speed   = 1.0,             
        agility = 1.0,              
        range   = 250.0,           
        maxSpeed    = 25,             
        maxAgility  = 2,
        maxRange    = 350,
      },
      abilities = {
        infared     = true,  -- infared/heat-vision
        nightvision = true,  -- nightvision
        boost       = true,  -- boost
        tazer       = false,  -- tazer 
        explosive   = false,  -- explosion
      }
    }
  },
  Controls = {
    Drone = {
      ["inspect"] = {
        codes = {38},
        text = "Inspect",
      },
      ["direction"] = {
        codes = {32,33,34,35},
        text = "Direction",
      },
      ["heading"] = {
        codes = {51,52},
        text = "Heading",
      },
      ["height"] = {
        codes = {22,21},
        text = "Height",
      },
      ["camera"] = {
        codes = {108,110,109,111},
        text = "Camera",
      },
      ["centercam"] = {
        codes = {214},
        text = "Center Camera",
      },
      ["zoom"] = {
        codes = {16,17},
        text = "Zoom"
      },
      ["nightvision"] = {
        codes = {140},
        text = "Nightvision"
      },
      ["infared"] = {
        codes = {75},
        text = "Infared"
      },
      ["tazer"] = {
        codes = {157},
        text = "Shock"
      },
      ["explosive"] = {
        codes = {158},
        text = "Explode"
      },
      ["boost"] = {
        codes = {160},
        text = "Boost"
      },
      ["home"] = {
        codes = {213},
        text = "Home",
      },
      ["disconnect"] = {
        codes = {200},
        text = "Disconnect"
      },
    },
    Homing = {
      ["cancel"] = {
        codes = {213},
        text = "Cancel",
      },
      ["disconnect"] = {
        codes = {200},
        text = "Disconnect"
      },
    }
  },
}

1 Like

Just to note, there’s a difference between open source and source available, this one is the latter.

1 Like

I appreciate you letting me know :pray:

Why is the script’s config so similar to ModFreakz: Drones script?

I wanted to inform you that this is not the same script of ModFreakz :relieved: