Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r committed Jul 19, 2024
1 parent 8344650 commit 6a25eac
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ESET-KeyGen - Trial-Key & Account generator for ESET Antivirus (last test was on

![](img/project_preview.png)


---
# If my page or project will be blocked, please refer to these links
* My personal [Telegram](https://t.me/rzc0d3r)
Expand Down Expand Up @@ -34,6 +33,8 @@ Then goto the **Actions** tab, choose **Generator** actions and then run the wor

It will ask the number of accounts, keys to be generated.

---

## Using your device

### Installing Browser
Expand All @@ -51,6 +52,8 @@ It will ask the number of accounts, keys to be generated.
#### Microsoft Edge (The project fully supports it only on Windows)
1. [Download](https://www.microsoft.com/en-us/edge/download?form=MA13L8)

---

### Installing python and libraries

> You can skip this step if you use the compiled executable file from the release
Expand All @@ -63,11 +66,15 @@ It will ask the number of accounts, keys to be generated.
pip install -r requirements.txt
```

---

## Preparing ESET
Delete your current ESET HOME account

![](img/delete_eset_home_account.png)

---

## How to use (Part 2)
1. [Account Generator](wiki/AccountGenerator.md)
2. [Key Generator](wiki/KeyGenerator.md)
Expand All @@ -77,17 +84,17 @@ Delete your current ESET HOME account

# Additional information

1. It is recommended to run the project as a non-administrator or root user.
2. Do not minimize or close the browser window before the program is finished!!!
3. Do not create many license keys and accounts in a short period of time, otherwise you will be blocked in ESET HOME for a certain period of time
4. If the program crashes after many attempts and you know that the program is up to date. Try using a VPN
5. If an ACT0 error occurs during activation, check whether the ESET HOME account is connected. If so, disconnect it and try again.
1. Do not minimize or close the browser window before the program is finished!!!
2. Do not create many license keys and accounts in a short period of time, otherwise you will be blocked in ESET HOME for a certain period of time
3. If the program crashes after many attempts and you know that the program is up to date. Try using a VPN
4. If an ACT0 error occurs during activation, check whether the ESET HOME account is connected. If so, disconnect it and try again.
If the error persists, try activating with [Account Generator](https://github.com/rzc0d3r/ESET-KeyGen/blob/main/wiki/AccountGenerator.md).
If still getting this error reinstall ESET and try again.
6. Found an activation error under the code ecp4125, which appears when you try to activate the antivirus with an account.
5. Found an activation error under the code ecp4125, which appears when you try to activate the antivirus with an account.
Perhaps not everyone has it error, but still try it, and if it does not work, use the keys.
7. You can use the ``--skip-webdriver-menu`` argument, which will skip my WebDriverInstaller shell (Useful for various bugs with webdriver updates, and when using a non-standard browser like Brave or some dev-build, etc).
6. You can use the ``--skip-webdriver-menu`` argument, which will skip my WebDriverInstaller shell (Useful for various bugs with webdriver updates, and when using a non-standard browser like Brave or some dev-build, etc).
The program will also install the browser itself via selenium-manager if it is not present in your system!
8. If you are having trouble initializing any web driver, I recommend manually specifying the path to the browser .exe file via ``--custom-browser-location``
7. If you are having trouble initializing any web driver, I recommend manually specifying the path to the browser .exe file via ``--custom-browser-location``
---
## This project exists in its current state thanks to all the people who have contributed and to all who create issues, which we solve together!

0 comments on commit 6a25eac

Please sign in to comment.