🏴‍☠️ [PAID] vDetector — Metal Detector & Treasure Hunt Job for ESX, QBCore & Qbox

Native GTA V digiscanner · Custom NUI shop · Weekly leaderboard · 5 languages


:clapper_board: Video Showcase

:play_button: YouTube : https://youtu.be/8B1aROqUJQY?si=p4MSf4hx_mZGr-0z


:framed_picture: Preview


:sparkles: Features

:sunflower: Framework Support

  • :white_check_mark: Universal build — ESX Legacy, QBCore & Qbox (auto-detected)
  • :white_check_mark: Inventory: ox_inventory / qb-inventory / native
  • :white_check_mark: 6 search zones across San Andreas (3 difficulty tiers)
  • :white_check_mark: Target: ox_target / qb-target / [E] key
  • :white_check_mark: Notify & progress bar: ox_lib or native

:bullseye: Core Gameplay

  • :white_check_mark: Native WEAPON_DIGISCANNER with working scaleform on the prop screen
  • :white_check_mark: 3 detector tiers : Basic / Pro / Legendary (40m / 70m / 120m)
  • :white_check_mark: 6 search zones across San Andreas (3 difficulty tiers)
  • :white_check_mark: Distance-based audio + visual feedback (bars + beep cadence)
  • :white_check_mark: Realistic dig animation with shovel prop
  • :white_check_mark: Auto-stow on vehicle entry / death / swim / ragdoll

:wrapped_gift: Treasure Chest System

  • :white_check_mark: Ultra-rare drop in tier 3 zones — pry-open with a crowbar
  • :white_check_mark: Custom prop on the ground (ox_target / qb-target ready)
  • :white_check_mark: Server-sided anti money-print
  • :white_check_mark: Configurable fail chance + cash + bonus items

:up_button: XP / Level / Progression

  • :white_check_mark: 30 levels with tunable XP curve
  • :white_check_mark: Per-rarity XP gains (10 → 50 XP)
  • :white_check_mark: Custom in-game level-up notification (animated bar + gold shimmer)
  • :white_check_mark: Native particle FX + screen flash on rare finds

:trophy: Weekly Leaderboard

  • :white_check_mark: Auto-reset every Monday 00:00 (ISO week, no cron)
  • :white_check_mark: 3-place podium + scrollable ranking in NUI shop
  • :white_check_mark: /treasuretop command

:shopping_cart: Custom NUI Shop

  • :white_check_mark: Vulkan-style 3-column : Sell / Buy / Leaderboard
  • :white_check_mark: Animated counters + gold particles on rare sales
  • :white_check_mark: Sell-all button with shimmer animation
  • :white_check_mark: Level + money locks (hatched rows)

:globe_showing_europe_africa: Multi-language (5 languages included)

:united_kingdom: English :france: Français :germany: Deutsch :spain: Español :brazil: Português BR
:white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:

128 i18n keys, zero hardcoded text — add a language in 5 min.

:backpack: Loot

  • :white_check_mark: 30+ items across 5 rarity tiers (common → mythic)
  • :white_check_mark: 8 junk items for RP humor (old shoe, lost dentures, dried fish…)
  • :white_check_mark: Weighted picks + configurable sell prices

:shield: Security & Anti-cheat

  • :white_check_mark: All callbacks rate-limited (configurable cooldowns)
  • :white_check_mark: Server-side validation : zone, distance, detector ownership, inventory capacity
  • :white_check_mark: Discord webhook for suspicious attempts (rate-limited)

:high_voltage: Performance

State CPU usage
Idle (no detector) < 0.01 ms
Detector active < 0.05 ms
NUI shop open < 0.10 ms

:gear: Configuration

Everything ships in config/ (left fully editable by Asset Escrow):

-- config/config.lua
Config.Framework = 'auto'
Config.Inventory = 'auto'
Config.Target     = 'ox_target' --'qb-target'
Config.MoneyType  = 'cash'
Config.Locale     = 'en' -- en, fr, de, es, pt-BR
Config.XPPerFind  = 10
Config.MaxLevel   = 30
-- config/zones.lua
{
    name = 'zone_west_coast',
    center = vector3(-3246.76, 1193.81, 2.91),
    radius = 30.0,
    tier = 1,
    requiredLevel = 1,
}

Detectors, prices, rarity weights, full loot tables also exposed in config/.

:unlocked: Open-source files (escrow_ignore)

  • :white_check_mark: config/*.lua — all gameplay config

  • :white_check_mark: locales/*.lua — all 5 languages

  • :white_check_mark: sql/*.sql — install + items

  • :locked: Everything else (NUI, server logic, anti-cheat) — encrypted


:money_bag: Buy on Tebex

:shopping_cart: Vulkan Scripts

Code is accessible No (configs and locales only)
Subscription-based No
Lines (approximately) ~3 200
Requirements ox_lib (inventory: ox_inventory / qb-inventory / native, target: ox_target / qb-target optional)
Support Yes