Jump to content

RoundBox

Members
  • Posts

    334
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Posts posted by RoundBox

  1. copy this into notepad and save as a .bat file to create a launcher to open multiple osrs (or RS3) clients.

     

    @echo off
     
     
    :GAMETYPE_SETUP
    SET /P gametype="Gametype (rs3/osrs): "
    IF /I "%gametype%" == "rs3" GOTO AMOUNT_SETUP
    IF /I "%gametype%" == "osrs" GOTO AMOUNT_SETUP
    GOTO INVALID_GAMETYPE
     
     
    :AMOUNT_SETUP
    SET /P input="Amount of clients: "
    SET /A amount="%input%"*1
    IF %amount% GTR 0 GOTO RUN
    GOTO INVALID_AMOUNT
     
     
    :INVALID_GAMETYPE
    ECHO Invalid input
    GOTO GAMETYPE_SETUP
     
    :INVALID_AMOUNT
    ECHO Invalid input
    GOTO AMOUNT_SETUP
     
     
    :RUN
    FOR /L %%i IN (1, 1, %amount%) do (
        IF /I "%gametype%" == "rs3" (
            START jagex-jav://runescape.com/jav_config.ws
        ) else (
            START jagex-jav://oldschool1.runescape.com/jav_config.ws
        )
    )

     

     

    EDIT: credit goes to another user "Savior" from another botting website.

  2. 3 hours ago, cluelesszulrah said:

    must be done by hand. 88 range, 77 mage 78 def 84 hp 77 pray,  untradeables will be supplied but nothing else, can anyone finally help me finish these damn diaries? 

    I can do it, add me on discord Bryc e#8271

    I'll do it for free, just put 500k gp on the account. I Can't put a value on 1 zulrah kill and it will take me max 10 mins including time spent gearing up.

  3. It's hard to put a vlue on it as the pople who use this forum don't really need an account like that.

     

    So without saying its worthless. It's unlikely anyone would buy it here.

     

    However if you got ita range and magic to 75, got the void mage helm and got the quests done for zulrah, the account would be worth a fair bit. (not exactly sure how much but go look at a zulrah acc selling shop to see)

  4. 1 hour ago, Burncity1901 said:

    Okay so im trying to launch the client and it just closes after clicking launch. ive only gotten it to open once and I have no idea how to fix it. 

     

    java version:

    java version "1.8.0_231"
    Java(TM) SE Runtime Environment (build 1.8.0_231-b11)
    Java HotSpot(TM) Client VM (build 25.231-b11, mixed mode)
     

    and the osbot is the current version as of 24/12/2019

    EDIT: I got it to work with the oricle thing 

    Glad you were able to lanuch your client. :doge:

  5. 1 hour ago, itchykizer said:

    title says it all cant start more than 2 clients at a time anyone else having this problem 

    This is a known issue, appears to be purposely implemented by jagex.

    Save this code into a notepad and then save as a .bat file (name it whatever you like as long as you put .bat at the end)

     

     

    @echo off
     
     
    :GAMETYPE_SETUP
    SET /P gametype="Gametype (rs3/osrs): "
    IF /I "%gametype%" == "rs3" GOTO AMOUNT_SETUP
    IF /I "%gametype%" == "osrs" GOTO AMOUNT_SETUP
    GOTO INVALID_GAMETYPE
     
     
    :AMOUNT_SETUP
    SET /P input="Amount of clients: "
    SET /A amount="%input%"*1
    IF %amount% GTR 0 GOTO RUN
    GOTO INVALID_AMOUNT
     
     
    :INVALID_GAMETYPE
    ECHO Invalid input
    GOTO GAMETYPE_SETUP
     
    :INVALID_AMOUNT
    ECHO Invalid input
    GOTO AMOUNT_SETUP
     
     
    :RUN
    FOR /L %%i IN (1, 1, %amount%) do (
        IF /I "%gametype%" == "rs3" (
            START jagex-jav://runescape.com/jav_config.ws
        ) else (
            START jagex-jav://oldschool1.runescape.com/jav_config.ws
        )
    )

     

     

    Once you've done that, double click it, a command prompt will pop up type "osrs" and then type the amount of clients you want to open

     

    EDIT: credit to a user "Savior" on another website that cant be mentioned

  6. Awesome, looking forward to its release. I assume all previous owners will get immediate access?

    Will there be an option to use the old script while the new one is in beta? (would love to move half of my bots to the new to beta test whilst keeping other half on old for what I know works.)

     

    EDIT: Can you explain more about this and the value of the bot/client doing this? if it's an anti detection method please PM it to me, i'd rather jagex not see.

    1 hour ago, Token said:

    Changes window title to RuneLite while running

  7. @Token

     

    Here is the digsite pendent running out of charges error I was mentioning https://imgur.com/a/g9gTFPS

     

    Interestingly enough, The first account that I run this script on when running multiple, will not have this issue. only any account thereafter

     

    Hopefully this is enough info to help you. I cannot scroll through the bot debug as by this point the client is consuming almost 1.3GB of RAM and the client has hung.

     

    Eventually the client will consume so much RAM and then osbot will have a Fatal Error

    • Like 1
  8. Another error, when teleporting to the fossil island tele, if it is your last charge on the digsite pendant. It seems that the bot checks to see if you still have a digsite pendant upon landing at the tele spot and when you don't. It wigs out and crashes.

  9. Request:

     

    Bot got stuck when leprechaun was full on empty buckets and it couldn't deposit the empty buckets.

     

    There is a right click option "banknotes" which will withdraw all buckets as banknotes, can the bot do that every now and then and empty the leprechaun?

    And vise versa, withdraw ultra compost from bank and bank it at the leprechaun? thanks

  10. I dont know why but no matter what I do, I can only run this script on 1 account, on the second account, the script is just stuck "initiliazing gui" . I have used this script multiple times across multiple accounts. I have tested on 3 separate computers.

     

    If I stop the 1 account I have going, the other can then start running.

     

    This has only been since using osbot .63

     

    And MM

     

    EDIT: its throwing NPE.

     

    I can't copy it as it freezes my computer when it happens, but one of my accounts works so idk why the other isnt working.

     

    but it does say something along the lines of "is wearing item 151" or something like that

     

    EDIT AGAIN: equipping a digsite pendant prior to starting script fixes this

     

     

     

     

     

    • Like 1
  11. 33 minutes ago, Prototype G said:

    This is impossible ... it is as if the osbot breaks and begins to consume more. I already have 3 lost days of profit because of the update 0.62 and 0.63 .. 
    My processor had never exceeded 60-65% usage.

    55.png

    look at that .. close all that exceeded 0.9 to 1.1% usage.

    sdfsdf.png

    What processor do you have?

×
×
  • Create New...