Overview
A modern 2026 ATM robbery system that works on both police-heavy RP servers and PvE servers with zero cops online. Includes carding, hacking, and drilling methods with risk profiles, plus a heat/fatigue economy control system to prevent farming.
Multi-Method
Choose your approach: stealthy card cloning, technical hacking, or brute force drilling.
Anti-Farm System
Heat and fatigue mechanics prevent players from spamming robberies, protecting your economy.
PvE Ready
Includes a "no-cops" mode that adjusts difficulty when law enforcement is offline.
Adapter Based
Works seamlessly with Qbox, QBCore, ESX, and standalone setups.
Integrations & Compatibility
| System | Support Level | Notes |
|---|---|---|
| Frameworks | Qbox, QBCore, ESX | Auto-detected at startup |
| Target | ox_target, qb-target | Required for interaction |
| Dispatch | ps-dispatch, cd_dispatch | Built-in integration |
Configuration
Highly configurable to match your server's economy and style.
Config = {}
Config.Methods = {
carding = {
item = 'cloned_card',
time = 10,
reward = { min = 500, max = 1500 }
},
drilling = {
item = 'drill',
time = 60,
reward = { min = 5000, max = 15000 }
}
}
Config.AntiFarm = {
heatPerRobbery = 10,
cooldown = 300
}
Frequently Asked Questions
Does this work with ox_target?
Yes, it is designed to work natively with ox_target.
Can I add custom items?
Yes, you can configure any item to be used as a tool for robbery methods.