> For the complete documentation index, see [llms.txt](https://docs.faceit-cheats.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faceit-cheats.com/premium-chit/pervye-shagi-pered-zapuskom.md).

# Первые шаги перед запуском

1. [Скачайте файлы чита.](https://www.faceit-cheats.com/ru/download-prem)
2. Распакуйте папку Premium CS2 в любом удобном месте на вашем ПК, например на рабочем столе.
3. Запустите файл node-v22.14.0-x64 и выполните установку программы. В процессе установки, установите галочку Automatically install the necessary tools.

<figure><img src="/files/XVOtKCdYDYH2P0oKDcDL" alt="" width="446"><figcaption></figcaption></figure>

4. После завершения программы Node.js, автоматически откроется Powershell для установки дополнительных программ и драйверов, дождитесь окончания установки (это займёт около 2х минут).
5. Перезагрузите компьютер **(обязательный шаг!).**
6. Зайдите в папку Premium CS2\data и запустите файл install. Если увидите такое окно, то просто нажмите More info и Run anyway.

<figure><img src="/files/0ZKYp1fWRerBV6OSDPOZ" alt="" width="333"><figcaption></figcaption></figure>

7. &#x20;Дождитесь окончания установки (это займёт около 1 минуты). После этого можете закрыть это окно.

<figure><img src="/files/YXgtbYLuPevygyupzPm7" alt="" width="563"><figcaption></figcaption></figure>

8. Запустите командную строку от имени администратора (для этого можно ввести в поиск виндовс cmd >> нажать правой кнопкой мыши >> запуск от имени администратора).
9. Введите ipconfig и нажмите enter. Скопируйте ваш IPv4 адрес.

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

10. Перейдите в папку Premium CS2\data\webapp\src и откройте файл app.jsx (нажмите на него правой кнопкой мыши >> открыть с помощью >> ещё приложения >> блокнот).
11. Найдите строку const PUBLIC\_IP и вставьте вместо текущего IP ваш IPv4 адрес, который вы скопировали ранее.

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

12. Сохраните и закройте этот текстовый документ.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.faceit-cheats.com/premium-chit/pervye-shagi-pered-zapuskom.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
