# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rainmad.com/resources/pacific-heist/dependencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
