# GTA V ChopShop & CarJack Mods

This project contains three complementary GTA V ScriptHookVDotNet mods:
- **ChopShop (Dismantle System)**
- **Sell Parts**
- **CarJack (Improved Carjacking)**
- **Repair Vehicle**

All scripts are kept in **separate files** for stability and easier maintenance, while sharing data through a small static `SharedData` class.

---

## 📦 Dependencies

To run these mods you need:

- [**ScriptHookV**](http://www.dev-c.com/gtav/scripthookv/)  
- [**ScriptHookVDotNet**](https://github.com/crosire/scripthookvdotnet)  
- [.NET Framework 4.8 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48)  

Make sure to place all `.dll` or scripts inside your `scripts/` folder in the GTA V root directory.

---

## ⚙️ Installation

1. Install **ScriptHookV** and **ScriptHookVDotNet**.
2. Copy all the script files  into your `scripts/` folder.  
