ATM Robbery - with Sounds [ESX/QB - ENG/DE]

A script by Luiiis

No reviews yet.
ATM Robbery - with Sounds [ESX/QB - ENG/DE] main image

Full Description

Hey guys,

with this post I want to present myATMRobbery. An ATM robbery script I’ve wrote a while ago for my own server.

Features:

  • You can set up as many ATMs as you want with individual
    Cooldown Timers (An ATM in Paleto Bay could have a longer cooldown, as an ATM in the city)
    Those timers are synced between players
    → Maximum Loot (An ATM in the city f.e. could give more money, than an ATM at Sandy Shores)
  • The robbery is a process: If you stay longer at the ATM, you’ll receive more money. But you also increase the risk to be catched by the police
  • Cop Notifications when a Robbery is started and aborted.
  • Alarm sound, which is synced between all players
  • Full Translation file with English and German translation by default.
  • As always the script is completely free to edit!

Showcase:

Cop Dispatch:
blip

Config
Config = {}
Translation = {}

Config.Locale = 'en'
Config.CopsRequiredToSell = 2

Config.useBlips = true -- should there be Blips for the ATM Locations
Config.showMarker = true -- Should a red marker be displayed
Config.showInfobar = true -- Hint text: Press G to...

Config.RequireLockpickItem = false
Config.LockpickItem = 'lockpick'

-- Animation examples:
-- WORLD_HUMAN_HAMMERING
-- WORLD_HUMAN_WELDING
Config.AnimationStyle = "WORLD_HUMAN_WELDING"

-- Timeout in minutes
Config.Atms   = {
    {x = 146.06, y = -1034.82, z = 29.34, timeout = 10, money = {min = 3600, max = 9000}},
    {x = -303.48263549805, y = -831.02526855469, z = 32.08687210083, timeout = 10, money = {min = 4000, max = 8000}},
    {x = -56.362201690674, y = -1752.3922119141, z = 29.421005249023, timeout = 10, money = {min = 2600, max = 4000}},
    {x = -821.26617431641, y = -1082.509765625, z = 11.132418632507, timeout = 10, money = {min = 3200, max = 7000}},
    {x = -2073.240234375, y = -317.16448974609, z = 13.315970420837, timeout = 10, money = {min = 3600, max = 69000}},
    {x = 1172.6140136719, y = 2701.9362792969, z = 38.174629211426, timeout = 10, money = {min = 3800, max = 8200}},
    {x = -1091.0859375, y = 2708.2854003906, z = 18.970090866089, timeout = 10, money = {min = 3900, max = 7800}},
    {x = 2559.6220703125, y = 351.03356933594, z = 108.6215133667, timeout = 10, money = {min = 4100, max = 7000}},
}

Config.AlarmTime = 15 -- in seconds (how long should the alarm stay activated)
Config.Step3Time = 15 -- How long should it take before the player gets the first money (break the case)

Config.IntervalCount = 6
Config.IntervalTime = 17.5 -- in seconds

Dependencies:

  • ESX or QBCore
  • Full optional support for ox_target!

Price: 2.50€ + tax
Download at https://luis-scripts.tebex.io/package/4333932

You can get myATMRobbery together in a Bundle with myRobbery and myCarthief with a 15% discount here: https://luis-scripts.tebex.io/package/4333943

Feel free to check out my other scripts

myMailing
myJobsystem
myDrugs
myClothesshop
myProperties
myMapbuilder
myMultichar
myBills
EnhancedBarbershop