Preview / Showcase:
Purchase EBT Cards V2
Standard Edition: Dynyx Scripts
Unlocked Edition (Full Source) Dynyx Scripts
Features
-
EBT Application UI – Players fill out a government-style application right on a clipboard, just like the real thing
-
Cooldown System – Keep things balanced with configurable wait times between applications
-
Financial Eligibility – Too much money in the bank? Application denied — just like real life
-
Clipboard Animation – The government ped actually holds a clipboard while reviewing your application
-
Character Metadata – Every card is personalized with the character’s name and their approved balance
-
Payment Selection – At the register, players pick how they want to pay — cash or EBT
-
Webhook Integration – Keep your staff in the loop with optional Discord logging for every approval, denial, and admin action
-
Server Exports – Developers can tap into hasEBT, getBalance, addBalance, and removeBalance for custom integrations
-
Highly Configurable – Tweak cooldowns, balance thresholds, eligible items, and more from one config file
-
Optimized & Lightweight – Runs clean and smooth no matter the server size
Config
Config = {}
Config.Locale = "en" -- "en" / "de" / "fr" / "es"
Config.Inventory = "auto" -- "auto" / "ox_inventory" / "qb-inventory" / "ps-inventory"
Config.Target = "auto" -- "auto" / "ox_target" / "qb-target"
-- How long until the player can apply for another EBT card. Stored in the SQL so it persists across logoffs.
Config.Cooldown = 10080 -- (Minutes) Default: 10080 = 1 week
-- If the player has more than this amount in their bank they will be denied for having too much money. Set to 0 to disable.
Config.MaxBankBalance = 500000
-- Same as above but for cash on hand. This is checked separately from bank balance. Set to 0 to disable.
-- Recommended to keep this equal to or below Config.MaxBankBalance
Config.MaxCashBalance = 500000
-- Max & Min EBT Balance that a player can apply for.
Config.MaxApply = 25000
Config.MinApply = 50
Config.Webhook = false
Config.Webhook = "PLACE_YOUR_WEBHOOK_HERE" -- For Discord Logs
Config.GovernmentPed = "csb_tomcasino" -- Ped Name
Config.GovernmentPedCoords = vector4(-544.8433, -204.5809, 37.2151, 211.2208) -- Ped Coords
Config.Blip = true -- Display Blip on Ped
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | 1000+ |
| Requirements | ox_lib |
| Support | Yes |
Other Resources:
Oxy Run
Most Advance & Unique Drug Selling System
Mining Script
Money Wash Script
Black Market Script






