VladX 0 Posted May 14, 2019 command lines still working? I've trouble to run myscript from command line. I run it via this command: java -jar -Xmx256M -jar -Xbootclasspath/p:C:\Users\Admin\Dreambot\BotData\client.jar C:\Users\Admin\Dreambot\BotData\client.jar -script OtterChickenKiller -world 430 -account Vlad and then client launches with world i specified via command line but nothing more happens. Client just reaches the main screen of runescape and thats it. Im new hera and not a vip, yet. What i'm doing wrong? Someone help me pls...
Romanarmy 0 Posted June 25, 2019 Is it possible to run multiple scripts one tab with quickstart? I want a muling script to start with other script for one tab.
Whipz 1 Posted March 11, 2020 Trying to get multiple accounts launching either 1 at a time in multiple clients or all in one client, nothings working could someone enlighten me please
theholynoob 4 Posted April 29, 2020 @Nuclear NezzThis is cool, how do I accept the optional args in my script? STDI/O?
Nuclear Nezz 2104 Author Posted May 10, 2020 On 4/28/2020 at 10:25 PM, theholynoob said: @Nuclear NezzThis is cool, how do I accept the optional args in my script? STDI/O? @Override public void onStart(String[] args)
yetanotherbot 4 Posted May 18, 2020 Is it possible to specify a full path for a script, or set the directory DB searches for local scripts? I'm running bots from separate directories and copying scripts to each bot's /DreamBot/Scripts as part of a launcher. I can work with it, but would be simpler with a single script source.
Pandemic 2852 Posted May 18, 2020 8 hours ago, yetanotherbot said: Is it possible to specify a full path for a script, or set the directory DB searches for local scripts? I'm running bots from separate directories and copying scripts to each bot's /DreamBot/Scripts as part of a launcher. I can work with it, but would be simpler with a single script source. You could put all of the scripts in one folder, and for each directory you're running the client from you could create a symbolic link for the Scripts folder. yetanotherbot 1
thiccthighs 8 Posted June 1, 2020 (edited) Hello, I cannot get it to open multiple tabs/log in multiple accounts. What am I doing wrong with this? java -jar -Xbootclasspath/p:C:\Users\PC1\DreamBot\BotData\client.jar C:\Users\PC1\DreamBot\BotData\client.jar -script "B14'S Potato Farmer" "B14'S Potato Farmer" "B14'S Potato Farmer" "B14'S Potato Farmer" "B14'S Potato Farmer" "B14'S Potato Farmer" -world 425 425 425 431 431 431 -username thiccthighs -password password -account 8 9 10 11 12 13 It only starts up one tab, account 8. How do I get it to start all the accounts? @Nuclear Nezz Edited June 1, 2020 by thiccthighs
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