TheGreatests Posted March 26, 2017 Share Posted March 26, 2017 Was just wondering, I noticed that there is accounts file, however, I cant edit it? I wanna be able to mass edit the accounts file. So that way I can add the accounts ive made? Quote Link to comment Share on other sites More sharing options...
Deceiver Posted March 26, 2017 Share Posted March 26, 2017 add them through the client? Quote Link to comment Share on other sites More sharing options...
k9thebeast Posted March 26, 2017 Share Posted March 26, 2017 PUT THEM IN A FILE. READ THE FILE FROM YOUR SCRIPT. BOT EACH ACCOUNT IN THE FILE. 2 Quote Link to comment Share on other sites More sharing options...
TheGreatests Posted March 26, 2017 Author Share Posted March 26, 2017 7 hours ago, k9thebeast said: PUT THEM IN A FILE. READ THE FILE FROM YOUR SCRIPT. BOT EACH ACCOUNT IN THE FILE. Oh snap... well, I know how to read files just don't know how to implement it Quote Link to comment Share on other sites More sharing options...
Polymorphism Posted March 26, 2017 Share Posted March 26, 2017 https://osbot.org/api/org/osbot/rs07/script/Script.html#getDirectoryData-- Script#getDirectoryData() Download txt file with accs from server, save to that location, use script(s) to determine which accs to bot by pulling the info from that file. I also found Bot#switchAccount at https://osbot.org/api/org/osbot/rs07/Bot.html#switchAccount-java.lang.String-java.lang.String-int- Not sure if we can use it, but i believe it'll make the client log in to that account next, if it logs out. So it may be worth a try for stuff like mass tut island botting. Move from one acc to the next, etc. Quote Link to comment Share on other sites More sharing options...