cronostempo Posted June 30, 2022 Posted June 30, 2022 I'm thinking of buying the vip plan to have multiple clients is it possible to control multiple clients with a single script? for example sending method getInventory().dropAll(); for all clients in osbot sorry my english
Gunman Posted June 30, 2022 Posted June 30, 2022 52 minutes ago, cronostempo said: is it possible to control multiple clients with a single script? I mean, if you implement socket connection into the script that those clients are running then yeah I guess it's technically possible. Depending how much control you want it may be a massive amount of work. Why would you need to do that though? 1
Eagle Scripts Posted June 30, 2022 Posted June 30, 2022 Of course, anything is possible. You'd just have to find a way to have them communicate properly with one another. Sockets would probably be your best bet there, as stated by @Gunman 1
natever Posted June 30, 2022 Posted June 30, 2022 2 hours ago, cronostempo said: I'm thinking of buying the vip plan to have multiple clients is it possible to control multiple clients with a single script? for example sending method getInventory().dropAll(); for all clients in osbot sorry my english If you're looking for a multibox sort of thing where with one main account you can control other accounts I know Script Factory Pro has that function otherwise you may want to refer to what @Gunmanhas said. 1
cronostempo Posted June 30, 2022 Author Posted June 30, 2022 3 hours ago, Gunman said: I mean, if you implement socket connection into the script that those clients are running then yeah I guess it's technically possible. Depending how much control you want it may be a massive amount of work. Why would you need to do that though? thank you very much, this clears up my doubts 2 hours ago, Eagle Scripts said: Of course, anything is possible. You'd just have to find a way to have them communicate properly with one another. Sockets would probably be your best bet there, as stated by @Gunman thank you 1 hour ago, natever said: If you're looking for a multibox sort of thing where with one main account you can control other accounts I know Script Factory Pro has that function otherwise you may want to refer to what @Gunmanhas said. ty brow
FushigiBot Posted July 1, 2022 Posted July 1, 2022 It is possible but I can't think of any instance where this would be a good idea other than multiboxing. If it's this, just get script factory pro and do it with that.