Native GTA V digiscanner · Custom NUI shop · Weekly leaderboard · 5 languages
Video Showcase
YouTube : https://youtu.be/8B1aROqUJQY?si=p4MSf4hx_mZGr-0z
Preview
Features
Framework Support
Universal build — ESX Legacy, QBCore & Qbox (auto-detected)
Inventory: ox_inventory / qb-inventory / native
6 search zones across San Andreas (3 difficulty tiers)
Target: ox_target / qb-target / [E] key
Notify & progress bar: ox_lib or native
Core Gameplay
Native WEAPON_DIGISCANNER with working scaleform on the prop screen
3 detector tiers : Basic / Pro / Legendary (40m / 70m / 120m)
6 search zones across San Andreas (3 difficulty tiers)
Distance-based audio + visual feedback (bars + beep cadence)
Realistic dig animation with shovel prop
Auto-stow on vehicle entry / death / swim / ragdoll
Treasure Chest System
Ultra-rare drop in tier 3 zones — pry-open with a crowbar
Custom prop on the ground (ox_target / qb-target ready)
Server-sided anti money-print
Configurable fail chance + cash + bonus items
XP / Level / Progression
30 levels with tunable XP curve
Per-rarity XP gains (10 → 50 XP)
Custom in-game level-up notification (animated bar + gold shimmer)
Native particle FX + screen flash on rare finds
Weekly Leaderboard
Auto-reset every Monday 00:00 (ISO week, no cron)
3-place podium + scrollable ranking in NUI shop
/treasuretopcommand
Custom NUI Shop
Vulkan-style 3-column : Sell / Buy / Leaderboard
Animated counters + gold particles on rare sales
Sell-all button with shimmer animation
Level + money locks (hatched rows)
Multi-language (5 languages included)
128 i18n keys, zero hardcoded text — add a language in 5 min.
Loot
30+ items across 5 rarity tiers (common → mythic)
8 junk items for RP humor (old shoe, lost dentures, dried fish…)
Weighted picks + configurable sell prices
Security & Anti-cheat
All callbacks rate-limited (configurable cooldowns)
Server-side validation : zone, distance, detector ownership, inventory capacity
Discord webhook for suspicious attempts (rate-limited)
Performance
| State | CPU usage |
|---|---|
| Idle (no detector) | < 0.01 ms |
| Detector active | < 0.05 ms |
| NUI shop open | < 0.10 ms |
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/.
Open-source files (escrow_ignore)
-
config/*.lua— all gameplay config -
locales/*.lua— all 5 languages -
sql/*.sql— install + items -
Everything else (NUI, server logic, anti-cheat) — encrypted
Buy on Tebex
| 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 |




