# Installing

requirements :

* ox\_lib
* mysql
* artifacts version 25770

{% hint style="info" %}
you need to use the <mark style="color:purple;">**artifacts version 25770 or below**</mark> for installing/uninstalling the ac
{% endhint %}

first, you need to go to <mark style="color:yellow;">required\_resources</mark> folder inside the HUNK-AC folder then copy and paste the <mark style="color:blue;">GetPlayers</mark> resource into your resources folder and delete the <mark style="color:yellow;">required\_resources</mark> folder after

then add these lines inside the <mark style="color:yellow;">server.cfg</mark>

<mark style="color:green;">start GetPlayers</mark>

<mark style="color:green;">start HUNK-AC</mark>

ok now go to the configs/shared/shared.lua and config the file

after that restart the anticheat you need to go to the server console and execute <mark style="color:yellow;">cipherscan</mark> command

this command will find infected files for the cipher backdoor because if there are infected files then while installing the AC the server will crash

so it's very important to use the <mark style="color:yellow;">cipherscan</mark> command before jumping into the next parts

if any infected files were found then go to the files and delete the suspicious codes

after that restart the server then go to the <mark style="color:yellow;">server console</mark> and run this command

<mark style="color:yellow;">installac all</mark>

installac command has two modes: <mark style="color:purple;">all/active</mark>

in active mode, the AC will be installed only inside the started resources

but we recommend using the <mark style="color:yellow;">all</mark> mode

you can also use <mark style="color:yellow;">uninstallac</mark> for deleting the install files from your resources later if you needed

then after it's finished <mark style="color:green;">you need to restart the server</mark>

then you are ready to edit the config files


---

# 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://unique-store.gitbook.io/hunk-ac/overview/installing.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.
