December 5, 20178 yr 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
December 14, 20178 yr 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?
December 14, 20178 yr Author 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
December 14, 20178 yr 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.
December 27, 20178 yr Is there anyway to edit the config file itself to add accounts and info? @Explv
December 27, 20178 yr Author 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.
December 27, 20178 yr 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
February 1, 20188 yr 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
February 21, 20187 yr 13 hours ago, fuckya said: when i start the bot manager nothing happens, it doesnt open up.? most likely an issue with your Java
February 25, 20187 yr 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.
February 27, 20187 yr Isn't loading up on windows 10 fresh build for me, jdk and jre installed, anything I'm being stupid and missing?
February 28, 20187 yr 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?
Create an account or sign in to comment