1inAmillion 1 Share Posted December 15, 2020 (edited) hi guys, i've been researching how to effectively run the "quickstart" tool, i'm trying to open multiple clients with their respective acounts. in dreambot 2 it was simple, just: -account "acc 1" "acc 2" "acc 3". and that's it but now in dreambot 3, there is no multitab ... How could I execute more than one account in 1 command. Edited December 15, 2020 by 1inAmillion Link to comment Share on other sites More sharing options...
Zawy 795 Share Posted December 15, 2020 Just add another command to the .bat file. @echo off start javaw -jar -Xbootclasspath/p:C:\Users\USER_NAME\DreamBot\BotData\client.jar C:\Users\USER_NAME\DreamBot\BotData\client.jar start javaw -jar -Xbootclasspath/p:C:\Users\USER_NAME\DreamBot\BotData\client.jar C:\Users\USER_NAME\DreamBot\BotData\client.jar exit Replace USER_NAME to yours. Nick U and 1inAmillion 2 Link to comment Share on other sites More sharing options...
1inAmillion 1 Author Share Posted December 15, 2020 thanks you so much! it works @Zawy Link to comment Share on other sites More sharing options...
mbmaster 26 Share Posted December 16, 2020 18 hours ago, Zawy said: Just add another command to the .bat file. @echo off start javaw -jar -Xbootclasspath/p:C:\Users\USER_NAME\DreamBot\BotData\client.jar C:\Users\USER_NAME\DreamBot\BotData\client.jar start javaw -jar -Xbootclasspath/p:C:\Users\USER_NAME\DreamBot\BotData\client.jar C:\Users\USER_NAME\DreamBot\BotData\client.jar exit Replace USER_NAME to yours. You don't have to add: -Xbootclasspath/p:C:\Users\USER_NAME\DreamBot\BotData\client.jar Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now