TheGreatests Posted March 26, 2017 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?
k9thebeast Posted March 26, 2017 Posted March 26, 2017 PUT THEM IN A FILE. READ THE FILE FROM YOUR SCRIPT. BOT EACH ACCOUNT IN THE FILE. 2
TheGreatests Posted March 26, 2017 Author 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
Polymorphism Posted March 26, 2017 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.