# Dependencies

To fully utilize the Underground Heist script, you need to install the Underground MLO map and the Fingerprint Hacking game script. Follow the steps below:

## **Step 1: Install the Underground MLO Map**

* **Purchase and Download the Map:**
  * Visit [this link](https://www.k4mb1maps.com/product/4860194) to purchase and download the Underground MLO map.
* **Extract and Copy the Files:**
  * After downloading, extract the contents of the ZIP file.
  * Copy the entire extracted folder into your server's `resources` directory.
* **Add to Server Configuration:**
  * Open your `server.cfg` or `resources.cfg` file.
  * Add the following line to ensure the map resource is loaded when the server starts:

    ```plaintext
    ensure <map-folder-name>
    ```
  * Replace `<map-folder-name>` with the actual name of the folder you copied into the `resources` directory.

## **Step 2: Install the Fingerprint Hacking Game Script**

* **Download the Script:**
  * Go to [this GitHub repository](https://github.com/utkuali/Finger-Print-Hacking-Game) to download the Fingerprint Hacking game script.
* **Extract and Copy the Files:**
  * Extract the contents of the ZIP file.
  * Copy the entire folder into your server's `resources` directory.
* **Add to Server Configuration:**
  * Open your `server.cfg` or `resources.cfg` file.
  * Add the following line to ensure the script is loaded when the server starts:

    ```plaintext
    ensure utk_hackdependency
    ensure utk_fingerprint
    ```

## **Step 3: Restart the Server**

* After completing the above steps, save your configuration file and restart your server.

By following these steps, you’ll have both the Underground MLO map and the Fingerprint Hacking game script installed, ensuring the Underground Heist script functions properly.
