Update:
So back end is almost all set up. I'll eventually walk through and clean code and what not. I've only tested locally, but I should be able to start spreading to more and more servers when needed. Basically, I have the set up being one Main Server that hosts the DB that is also hosting scripts to interact with DB and stuff that can be accessed via HTTP. Slave servers, similarly, have scripts that can be accessed through HTTP to start bots, kill bots, update bots, etc.
Currently setting up writing osbot scripts to actually be run with the program though. My first method is going to be fairly simple (im breaking all my methods down into different states a bot can be in i.e for something like killing unicorns the states would be state1:tutorial island completed state2:combat level 25 state3:armour equipped and then I run osbot scripts based on which state the bot is currently in), and only comprises of like. two or three different states so that should be easy.
I actually have some scripts down, but I'm trying to build like an anti-ban library so I don't have to reimplement methods and junk. I'm looking to have the system fully tested (at least locally) and running by thursday or friday. As soon as I know the interaction between Main Server -> <- Slave Server works I'll buy VIP, kick it up to three servers (which would actually just be my laptop and two old pcs I have lying around) and try running around 10 bots consistently. If all goes well, within a month, I'll be able to rake in around 1.1B GP. High hopes but whatevs.
Eventually, I'll expand out to include VPS's and what not. But for now I'm tryna keep is small.
One problem I had was with auto-registering because I couldn't automate recaptchas. I think I'm just going to be buying level 3's soon but idk.