> For the complete documentation index, see [llms.txt](https://docs.rainmad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rainmad.com/resources/pacific-heist/dependencies.md).

# Dependencies

To fully utilize the Pacific Heist script, you'll need to install the Pacific Bank MLO and the Fingerprint Hacking game script. Follow the steps below:

## **Step 1: Install the Pacific Bank MLO**

* **Purchase and Download the MLO:**
  * Visit [this link](https://www.k4mb1maps.com/product/4692112) to purchase and download the Pacific Bank MLO.
* **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 MLO resource is loaded when the server starts:

    ```plaintext
    ensure <mlo-folder-name>
    ```
  * Replace `<mlo-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 Pacific Bank MLO and the Fingerprint Hacking game script installed, ensuring the Pacific Heist script functions properly.
