[FREE][QBCore][ESX] ATM Hacking with new Minigame

Description:
This resource is an ATM Hacking script for QBCore and ESX Framework. For this resource, I wrote a new minigame based on Matermind.

Preview:

Video

Download:
QBCore
ESX (Update by @Topic_Elite)

Dependencies:
qb-core
qb-target
-or-
ESX
bt-target

7 Likes

Why this video link look sus lol

1 Like

Amongus?

Script looks interesting either way!

1 Like

Is an ESX version possible?
Really nice work with details by animations :slight_smile:

2 Likes

looks nice!

1 Like

I have sent an ESX version to the creator, he just needs to publish it ;).

2 Likes

The ESX version is now available, see post :slight_smile:

1 Like

Thanks Topic_Elite!

Hey tried to load this in my server as I love the look of it but for some reason I can’t get the target/3rd eye to work on the ATM’s just wondering if I am missing something. Any help would be great thanks.

Which version are you using? The QBCore version requires that you have qb-target, and the ESX version requires bt-target.

I am using QB and have the updated qb-target files the BM also doesn’t show for me it could be something I am doing wrong I am new to this.

Send me a message and I can try to help - we were all new to this at some point :slight_smile:

1 Like

is there edited bt-target for esx including

event = “decrypto:client:starthack”,
icon = “fa-solid fa-mobile-screen-button”,
label = ‘Hack ATM’,

thanks for your help

It is possible to make this script esx ready? bt-target loaded and installed but nothing happened :frowning:

same here i think we need to edit bt -targer client

i find the solution
add this to bt-target

function AddTargetModel(AddTargetATMModels)

options = {

    {

        event = "decrypto:client:starthack",

        icon = "fa-solid fa-mobile-screen-button",

        label = 'Hack ATM',

    }

}

end

exports(“AddTargetModel”, AddTargetATMModels)

then stand near the ATM and use ( left Alt control )

enjoy bro…

hmm it doesnt work for me
maybe ucan send me ur version? really dont know what im doing wrong

bt-target-main (1).rar (4.1 KB)

this bt-targer edited try it

If you have the latest version of bt-target, then the export function is already inside. It is important that bt-target is started first.

Thank you bud but I managed to get it working the only thing I changed was in the configs.product.lua where your readme file shows [“blackmarket”] = {
[1] ={
name = ‘stolencard’
},
},

I changed it to [“blackmarket”] = {
[1] ={
name = “stolencard”
},
},

I just noticed that the rest of the lua files had it this way so copied that and it works beautiful now thank you so much for being responsive to a noob.