> For the complete documentation index, see [llms.txt](https://nayzeee-dev.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nayzeee-dev.gitbook.io/docs/nayzeee-scripts/nayzeee-scammer/installation.md).

# Installation

1. **Ensure all dependencies are installed**\
   \&#xNAN;*Be sure all required dependencies are installed and running before starting the script.*
2. **Import Database**\
   \&#xNAN;*Import the required SQL file into your database.*

   Run the following file:

   ```sql
   INSTALL/install.sql
   ```
3. **Add Required Items**\
   \&#xNAN;*Add the required items to your inventory system.*
   * For **ESX with ox\_inventory**:\
     Copy the contents from `INSTALL/ESX/OX.txt`
   * For **QBCore**:\
     Copy the contents from `INSTALL/QB/QB.txt`
4. **Configure Script**\
   \&#xNAN;*Configure the script to your liking inside `config.lua`.*

   Example configuration:

   ```lua
   Config.Framework = 'auto'
   Config.NotifySystem = 'ox_lib'
   Config.Interaction.System = 'ox_target'
   ```
5. **Drag script into resources directory**\
   \&#xNAN;*Place the `nayzeee-scammer` folder into your server's resources directory. Be sure to ensure it within your `server.cfg` after dependencies.*

   ```cfg
   ensure ox_lib
   ensure ox_target   # or qb-target
   ensure oxmysql
   ensure nayzeee-scammer
   ```
6. **Restart/Start Server**\
   \&#xNAN;*Restart your server or start the resource. The script will automatically load and begin functioning.*

***

#### Troubleshooting

| Issue                | Solution                                                                |
| -------------------- | ----------------------------------------------------------------------- |
| Laptop not opening   | Ensure you have the required laptop item in your inventory              |
| Skimmers not placing | Check placement settings in `config.lua` and verify target system works |
| Cards not cloning    | Ensure the skimmer has stored card data before attempting to clone      |

***
