1anter Posted December 5, 2017 Share Posted December 5, 2017 6 minutes ago, Explv said: You can just create a local script with nothing in it, except for stop(false) in onStart(). I have created it for you here: https://uppit.eu/f/xy2TSOWyUgp Rename that file to "login.jar" and then put it in C:\Users\YourUsername\OSBot\Scripts Then in the manager just select the local script with the name "Login". I will see if I can add this feature to my manager without having to download a local script. tyvm Quote Link to comment Share on other sites More sharing options...
Failure Posted December 14, 2017 Share Posted December 14, 2017 Hey @Explv is it possible when run two bots into an tab? Since I'm not VIP I can't run two clients seperatly, only using the add bot (tab) I can run two. Are you able to add that? Or is that an things OSBot has to put in a command for? Quote Link to comment Share on other sites More sharing options...
Jacksonpm23 Posted December 14, 2017 Share Posted December 14, 2017 This is awesome. If I ever get into gold farming, this is my first stop. Quote Link to comment Share on other sites More sharing options...
Explv Posted December 14, 2017 Author Share Posted December 14, 2017 1 hour ago, Failure said: Hey @Explv is it possible when run two bots into an tab? Since I'm not VIP I can't run two clients seperatly, only using the add bot (tab) I can run two. Are you able to add that? Or is that an things OSBot has to put in a command for? Nope, not currently possible 1 Quote Link to comment Share on other sites More sharing options...
Dab in a Lab Posted December 14, 2017 Share Posted December 14, 2017 I have just downloaded this, so idk if this is an already existing function (couldn't find it though), but could we add a list of proxies to the manager and then choose a certain amount of days, weeks, months etc that the proxy is in use, then the clients will reload after the allotted time with the next proxy on the list? So I have proxy 1 in use for 3 weeks, then after those three weeks, the osbot client reloads with the next proxy on the list (proxy 2) and keeps continuing until on the last proxy. Quote Link to comment Share on other sites More sharing options...
wraker Posted December 26, 2017 Share Posted December 26, 2017 i can't opening the jar:( Quote Link to comment Share on other sites More sharing options...
Chikan Posted December 27, 2017 Share Posted December 27, 2017 Is there anyway to edit the config file itself to add accounts and info? @Explv Quote Link to comment Share on other sites More sharing options...
Explv Posted December 27, 2017 Author Share Posted December 27, 2017 4 hours ago, Chikan said: Is there anyway to edit the config file itself to add accounts and info? @Explv There should be an import option on the accounts tab? But no, no easy way to edit the file atm. Quote Link to comment Share on other sites More sharing options...
Chikan Posted December 27, 2017 Share Posted December 27, 2017 4 hours ago, Explv said: There should be an import option on the accounts tab? But no, no easy way to edit the file atm. Thats only if you already created a config Quote Link to comment Share on other sites More sharing options...
JoshT Posted February 1, 2018 Share Posted February 1, 2018 Read the post and wasnt sure, So could this be used with an account creator to automaticly login and finish tut island, then could i get it to que a 2nd script after the 1st one is completed for example i could run a 7qp script after a tut island one or would it need to be 1script so tut island +7qp in 1script Quote Link to comment Share on other sites More sharing options...
fuckya Posted February 20, 2018 Share Posted February 20, 2018 when i start the bot manager nothing happens, it doesnt open up.? Quote Link to comment Share on other sites More sharing options...
fstyle Posted February 21, 2018 Share Posted February 21, 2018 13 hours ago, fuckya said: when i start the bot manager nothing happens, it doesnt open up.? most likely an issue with your Java Quote Link to comment Share on other sites More sharing options...
battleguard Posted February 25, 2018 Share Posted February 25, 2018 Works great thanks for open sourcing this. The main problem I ran into was the stop was not working because the message } else if (outputLine.contains("OSBot is now ready!")) { https://github.com/Explv/osbot_manager/blob/master/osbot_manager/src/bot_parameters/configuration/Configuration.java#L422 never fired on mine so I changed it to } else if (outputLine.contains("Successfully loaded OSBot!")) { Also I am hoping I can find a way to call my onstop on the script so I can gracefully shutdown the script. And it would be nice for the parameters you put on a script to show up when selecting them because if you have 2 different CLI commands you cannot see the difference in the script selector. If you are down for changes I can push some of these up to you I also made it a maven project so its easier to get running after cloning. Quote Link to comment Share on other sites More sharing options...
prompt Posted February 27, 2018 Share Posted February 27, 2018 Isn't loading up on windows 10 fresh build for me, jdk and jre installed, anything I'm being stupid and missing? 1 Quote Link to comment Share on other sites More sharing options...
01053 Posted February 28, 2018 Share Posted February 28, 2018 15 hours ago, prompt said: Isn't loading up on windows 10 fresh build for me, jdk and jre installed, anything I'm being stupid and missing? Same issue as this guy anyone have any clue as to why this is happening? Quote Link to comment Share on other sites More sharing options...