This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation Guide
0xF7A4C6 edited this page Aug 12, 2023
·
5 revisions
Before installing and using the generator, ensure that the following requirements are met:
- Operating System: Windows 10/11, Linux
- Golang 1.20
- Python 3.10.0
- Make
- Clone the repository from here or download the ZIP archive.
- For Windows: Follow the steps provided in this Stack Overflow post.
- For Linux: You can install
makeusing package managers likeapton Ubuntu. Check out this guide for instructions.
- Configure proxies and avatars by placing the necessary files in the
assets/input/avatarsdirectory.
- Navigate to the
/scriptsdirectory and run the following command to install dependencies:
make install- Launch the HSW browser engine using the following command. Ensure that you use 0 threads during the initial launch.
make engine- You can spoof it by editing spoof.js file. You can check stealth by using
debugtarget.
make debug- Execute the AI solver with the following command:
make ai- Run the generator using the following command:
make implex-
If you encounter any issues during the installation process, please refer to the Troubleshooting Guide or reach out to our community for assistance.
-
Please take care of
%tmp%folder.