Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Remote control

Joined
Dec 9, 2015
Messages
152
I'm figuring if I'd be possible for someone like me with barely any java experience to build a listening server which executes tasks it gets via the client.

This can either be via a bot which can stop, pause and start other scripts.
Or via a standalone server which can control spectre by pausing or stopping a script. It wouldn't need bot level acces.
 
Last edited:
Joined
May 1, 2016
Messages
42
I'm not sure if it's allowed on public scripts yet, the easiest method would be long polling. Start there.
 
Joined
Dec 9, 2015
Messages
152
Not looking to use a script for it unless there is an api to manage this. Can one script start/configure (using parameters or a file) or stop another script?
 
Joined
May 1, 2016
Messages
42
You would initiate long-polling from your script that you develop. It would have to be an integrated feature of the script.
 
If you're asking about functionality that is deployed with Spectre, this is not available at the moment as far as I am aware.
 
Top