1inAmillion 1 Posted December 15, 2020 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.
Zawy 1037 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.
mbmaster 26 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.