Before you proceed further make sure you have installed Java and attached it to your environment variables.
Also make sure to download python if you haven't:
https://www.python.org/downloads/
If you are unsure how to set environment variables follow this guide:
Next clone down the project:
git clone <url>
OR
Download the project as a zip file
This is a very simple tool to launch your dreambot client in bulk. All you gotta modify is the 3 files you see in the project:
- accounts.txt
- proxies.txt
- systemInfo.txt
Now let me break them down and talk about how you should format them.
Starting with the accounts.txt file, you write the accounts that you want launched in the following format:
username:pass
username:pass
username:pass
username:pass
Very simple right? Just like in any other platforms :-)
Next we have the proxies.txt file. All you have to pass in this file are the proxies you want to use. There's a catch here. A random proxy will be chosen from the file and be attached to an account.
Please fill the file in the following format:
<ip>:<port>:<username>:<password>
<ip>:<port>:<username>:<password>
<ip>:<port>:<username>:<password>
<ip>:<port>:<username>:<password>
Now you probably wonder what this systemInfo.txt file is. It is simply used to get access to the .jar file of dreambot, therefore the script needs the absolute path, which uses the system name.
Anyway, this file needs 2 inputs. First line should be the name of the script you want to run, and the second line should be the system name. You can find the system name by entering any folder and look at the name after C:\Users\ in the path at the top.
Example file structure:
Sub Account Builder
deniz
After you have filled the files as described, simply run the following command to generate a powershell script:
python bulkLauncher.py
then
.\launch.ps1
Enjoy :-)