> For the complete documentation index, see [llms.txt](https://standard-arb.gitbook.io/standard-arb-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standard-arb.gitbook.io/standard-arb-docs/prochee/chasto-zadavaemye-voprosy.md).

# Часто задаваемые вопросы

### Привязал HWID, программа не запускается и создаёт новый hwid.txt файл

Вам нужно синхронизировать системное время.

<details>

<summary>Как синхронизировать системное время</summary>

Нажмите **ПКМ по времени в пуск** -> **Настройка даты и времени**

<figure><img src="/files/3OJko4hTETj9LlSgxi4E" alt="" width="352"><figcaption></figcaption></figure>

Затем нажмите **Синхронизировать**

<figure><img src="/files/kl7HcRYf9Q4csfZSxvVC" alt="" width="375"><figcaption></figcaption></figure>

</details>

### Хочу что бы активность "Add random clicker game" добавляла игры по моему списку AppId.

Рядом с Standard.Desktop.exe создайте файл FreeGames.txt со список нужных вам AppId.

## Сменил пароль от аккаунта программой и он не сохранился.

Есть очень небольшая вероятность что это произойдёт. Из-за ошибки прокси запрос на смену пароля стим принял и обработал, но в ответ софт получил ошибку.&#x20;

Новый пароль можно найти в базе данных. База данных находится в папке db рядом с .exe.

Скачиваем <https://sqlitebrowser.org/dl/>

Открываем и нажимаем Open Database

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

Выбираем файл standard.db<br>

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

Открываем вкладку Browse Data и выбираем таблицу Accounts

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

Находим колонку Login и в поле Фильтр вводим логин нашего аккаунта.

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

&#x20;Мотаем в конец таблицы и находим колонку NewPassword это и есть новый пароль аккаунта.

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

Скопируйте его и замените старый пароль в колонке Password новым, что бы получилось вот так

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

Что бы применить наши изменения нажимаем кнопку Записать изменения

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

Всё, новый пароль сохранён в базе.


---

# 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:

```
GET https://standard-arb.gitbook.io/standard-arb-docs/prochee/chasto-zadavaemye-voprosy.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.
