Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Installation Guide

0xF7A4C6 edited this page Aug 12, 2023 · 5 revisions

Installation Guide

Requirements

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

Installation Steps

1. Clone or Download the Repository:

  • Clone the repository from here or download the ZIP archive.

2. Install make:

  • For Windows: Follow the steps provided in this Stack Overflow post.
  • For Linux: You can install make using package managers like apt on Ubuntu. Check out this guide for instructions.

3. Configure Proxies and Avatars:

  • Configure proxies and avatars by placing the necessary files in the assets/input/avatars directory.

4. Install Dependencies:

  • Navigate to the /scripts directory and run the following command to install dependencies:
make install

5. Run the HSW Browser Engine:

  • 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 debug target.
make debug

6. Run the AI Solver:

  • Execute the AI solver with the following command:
make ai

7. Run the Generator:

  • Run the generator using the following command:
make implex

Additional Resources

Troubleshooting

  • 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.