Jump to content

Recommended Posts

Posted

# ATM Hacking System

Decided to release this ATM hacking script. It's pretty much plug and play, just drop the folders in and it should work.

## How it works
1. You go to any ATM on the map (I added blips for them).
2. Approach it and press [E].
3. The script checks if you have a `fake_card` (you can change the item name in server side).
4. If you have it, it starts the hack. Your player freezes and plays an animation.
5. A custom UI pops up. You need to "bypass" it by entering a 4-digit PIN.
6. Once you get in, you check the balance and then you can "withdraw" the cash.
7. Police get an alert immediately when you start.
8. After it's done, you get the cash and that ATM goes on cooldown for 30 mins.

## Installation
- `client_packages/atm_hacking.js` goes into your client folder.
- `client_packages/ui/atm` folder goes into your UI folder.
- `packages/core/atm_hacking.js` goes into your server packages.

Don't forget the requires:
- Client side: `require('./atm_hacking.js');`
- Server side: `require('./atm_hacking.js');`

## Important
I put some mock functions at the top of the server file (`packages/core/atm_hacking.js`). If you want to link it to your actual inventory or database, just change those functions there. By default, it just logs to console so you can test it without errors.

Locations are all in `ATM_LOCATIONS` array in both files if you want to add more.

GL.
Discord : notsodivin

download : https://drive.google.com/file/d/1RM1gCevpTpmLgkdXCj3gzvUgUayzDy8c/view?usp=sharing
Gallery : https://imgur.com/a/3E3aPtd

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...