# anox-itservice

### ✨ Overview

<figure><img src="/files/Aef5Y0LrEiPLsLIUAfzu" alt=""><figcaption></figcaption></figure>

> **anox-itservice** is a IT repair job system where players fix computers, diagnose hardware issues, and navigate through legitimate and scam jobs.

### ✨ Features

* [ ] 💻 Dynamic Job System

- Multiple job types: software fixes, hardware replacements, and customer service
- Progressive skill checks for diagnosing and fixing computers
- Realistic customer interactions with worried NPC behaviors
- Mix of legitimate repairs, pranks, and scam scenarios
- Random job generation with multiple difficulty tiers
- Time limited jobs with expiration

* [ ] 🔧 Realistic Repair Mechanics

- Customer education system (some know the issue, others don't)
- Purchase required hardware parts from Digital Dens
- Diagnose computer problems through skill checks
- Software troubleshooting without physical parts
- Configurable difficulty levels

* [ ] 💰 Risk vs Reward System

- Dynamic pricing based on job complexity and parts needed
- Higher paying jobs often hide dangerous scam scenarios
- Legitimate jobs offer steady income with part refunds
- Scam jobs can result in robbery and money loss
- Prank jobs waste time

* [ ] 👥 NPC Interactions

- Customer gratitude animations upon successful repairs
- Randomized customer names and company branding
- Scam scenarios with multiple armed robbers
- Worried customers with animations

* [ ] ⏰ Time Management

- Job listing expiration system
- Player completion time limits
- Real time timer display during active jobs

* [ ] 🔧 **Framework Support**

- Works with **ESX**, **QBCore**, and **QBox**
- Localization support through ox\_lib
- Bridge system for easy compatibility

### ✨ Requirements

* [ ] One of the following frameworks:

- `ESX`
- `QBCore`
- `Qbox`

* [ ] **Must-have dependencies:**

- [`ox_lib`](https://github.com/overextended/ox_lib)

### ✨ Installation Guide

* [ ] **Step 1: Download the** [**Resource**](https://github.com/ANoXShadow/anox-itservice)
* [ ] Download the resource from our GitHub repository
* [ ] Extract the files to your server's `resources` folder
* [ ] Rename the folder to `anox-itservice`if it's not already named correctly
* [ ] **Step 2: Configure Your server.cfg**
* [ ] Add the following line to your `server.cfg` file:

```
ensure oxmysql
ensure ox_lib
ensure anox-itservice
```

### ✨ Preview

{% embed url="<https://www.youtube.com/watch?v=7gNDLLo-JCY>" %}


---

# 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://anoxstudios.gitbook.io/anoxstudios/free-scripts/side-hustles/anox-itservice.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.
