Jump to content

RoundBox

Members
  • Posts

    334
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything 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. Change it to 50ms, 1000ms might be the cause, let me know if it works!
  3. Have you set the MS on MM to 50ms? It drastically inteferes with the bot. script might think its executed and picked up the item when really it hasnt.
  4. How much did 70/70/70 sell for out of curiosity?
  5. 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.
  6. 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)
  7. And is there still a high demand for them?
  8. I don't use proxy's so i can't help with that one
  9. Glad you were able to lanuch your client.
  10. add me on discord Bryc e#8271, can make some 60/60/60 for you
  11. 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
  12. @Ray Reddington @fighterjet01 Either of you still need accounts? If so, add me on discord Bryc e#8271
  13. 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.
  14. Will the new version have bottomless bucket support? Will save so much money as it doubles whatever compost you put in it
  15. Yes. All on the new client
  16. @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
  17. 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.
  18. 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
  19. I don't, I always open separate clients
  20. 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
  21. What processor do you have?
  22. Just had my ironman with almost 100M botted exp banned.
×
×
  • Create New...