Yes, there is such a program, you make it yourself.
First open a text editor, like notepad or wordpad. Then, for every bot you want to open, type this line
Code:
rundll32 shell32.dll,ShellExec_RunDLL "C:YOUR_PATH_HERE\mBot.exe" ID:YOUR_ID_HERE PW:YOUR_PASSWORD_HERE SERVER:YOUR_SERVER_NUMBER_HERE
When you launch the game, the server numbers are displayed next to each server name.
Here is an example:
Code:
rundll32 shell32.dll,ShellExec_RunDLL "C:\Users\xxxxxx\Desktop\Server\botfolder1\mBot.exe" ID:superman98 PW:gSDFg3434g3 SERVER:208
So, for each bot, you you put one line like this in this text file, if you want to wait between starting bots, add "TIMEOUT x" where x is in seconds.
For example, if you have 6 chars that you want to start, but you want to start 3 chars, wait 5 minutes, and then start 3 more, you would do something like this:
Code:
rundll32 shell32.dll,ShellExec_RunDLL "C:\Users\xxxxxx\Desktop\Server\botfolder1\mBot.exe" ID:superman98 PW:gSDFg3434g3 SERVER:208
rundll32 shell32.dll,ShellExec_RunDLL "C:\Users\xxxxxx\Desktop\Server\botfolder2\mBot.exe" ID:lsfdkls PW:gSDFg3434g3 SERVER:208
rundll32 shell32.dll,ShellExec_RunDLL "C:\Users\xxxxxx\Desktop\Server\botfolder3\mBot.exe" ID:f04349 PW:gSDFg3434g3 SERVER:208
TIMEOUT 300
rundll32 shell32.dll,ShellExec_RunDLL "C:\Users\xxxxxx\Desktop\Server\botfolder4\mBot.exe" ID:dskmf0 PW:gSDFg3434g3 SERVER:208
rundll32 shell32.dll,ShellExec_RunDLL "C:\Users\xxxxxx\Desktop\Server\botfolder5\mBot.exe" ID:d34ipo34f PW:gSDFg3434g3 SERVER:208
rundll32 shell32.dll,ShellExec_RunDLL "C:\Users\xxxxxx\Desktop\Server\botfolder6\mBot.exe" ID:f34ioff PW:gSDFg3434g3 SERVER:208
then simple save the file as whatever.bat
once saved, you can run it, and it should open your bots in whatever order you said