How to install and run - OphiteCorp/vhackos-botnet GitHub Wiki

The manual is valid from version v0.9.2+


1) Before downloading the application

The application runs on Java 10. If you do not have it, do not download it, otherwise the application will not work.

Download: Java 10 (JRE or JDK) + install

2) Download Botnet

Downloading to Github works by going to the releases tab, you will find the latest version and always finds in assets a binary file in the .jar format like botnet.jar.

Link to releases tab: HERE

3) Configuration

After downloading botnet.jar, place it somewhere in a separate directory because it will generate configuration files and logs for the first time. For example, to C:/botnet/botnet.jar (directory must be created in advance)

  • The manual to run through the GUI
    • double-click the botnet.jar file to generate the necessary files
    • one of the files is named `botnet.properties', which is the main configuration file
    • open it in a text editor and set these two values game.userName and game.password and then follow the comment (lines starting with #)
  • The manual to run through the console (command line)
    • open a command prompt (for windows Win+R and run cmd)
    • you go to a directory with botnet.jar located. In our case cd C:/botnet
    • to run the following command java -jar botnet.jar -console
    • the rest is the same as the GUI

After you edit the configuration, save the file and run the application the same way you did before

4) Check to see if everything is OK

There should never be WARN or ERROR messages. In this case, create a issue in github or contact me in discord.

Type the .help command to display the help and all available commands. Type the .update command. If your account information is displayed and they are true, everything is all right.

5) Important

  • The generated botnet_cache.json file keeps information about the current user session. If you delete it, you will re-enter the game under the new access token. Which is not a normal behavior like a cell phone.
  • The configuration file allows you to set a fixed access token and user UID. So if you know this information, set it up. They will always be used in botnet_cache.json.