Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Potbelly

    Members
    • Posts

      3
    • Joined

    • Last visited

    Recent Profile Visitors

    The recent visitors block is disabled and is not being shown to other users.

    Potbelly's Achievements

    1. Okay, I got more info from this post My final code looks like this. Notice that the start function has to have a second parameter, even if you don't want to give any arguments ScriptManager sm = Client.getInstance().getScriptManager(); ExecutorService executor = Executors.newSingleThreadExecutor(); executor.submit(() -> { try{ TimeUnit.SECONDS.sleep(3); sm.start("Cow Tanner", ""); } catch(Exception e) { } }); this.stop(); Hope this helps someone!
    2. Hey! I've been trying to run a new script from another script. This line of code gives me an error: Client.getInstance().getScriptManager().start("Name"); Any clues to fixing it? I'm running this line of code in a private void.
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.