Jump to content

Alakazizam

Members
  • Posts

    185
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Alakazizam

  1. Is the download link simply not doing anything? https://osbot.org/mvc/get
  2. It's a lot of trial and error. Learning to do at least basic javascript and writing your own scripts is in your best interest. The less contact the account comes in with other players, the better it will do.
  3. I just looked through the rules I didn't see anything about selling accounts. Can you point me to he rule, as I am actually interested in making accounts to sell and want to make sure I'm not breaking any rules.
  4. Thanks. I managed to find all the ones I needed aside from Dorics in the forums. A couple people started putting them together but it doesn't look like it was completed. I may collect them all myself and get them in 1 post since I'm sort of working on that anyway, The configs worked, script runs smooth now
  5. I wrote it up, just getting a few combat levels on a set of accounts to test it. I saw my last set through with the broken script by restarting each one manually between quests lol
  6. I've had it happen with new proxies. I got a chunk of IPs and there was 1 in the list that was flagging whatever account logged in or was created on it. I believe it happens if IP is changed around for a period between account creation and tutorial island. I could be wrong on that one, I just kind of made it practice to set my IP to that accounts IP when I'm making accounts.
  7. It's kind of weird. That "Final Stretch" involves like 5 quests, it does steps in an efficient order instead of just doing the quest and moving to the next one. But if I finish Imp Catcher or Cooks Assistant or something, Witches Potion starts returning false and the whole section just stops doing its thing. I had this working great a couple weeks ago I wonder what changed. Oh well, I'll figure out those configs and rewrite it lol
  8. This is the basic loop I'm using. I have logs put in place for troubleshooting but when it locks up the only log that gets put out is my 'start' log public int onLoop() throws InterruptedException { if(!myPlayer().isMoving() || !myPlayer().isAnimating()) { getTabs().open(Tab.INVENTORY); log("start"); if (PreparedToQuest) { if (getDialogues().inDialogue()) { log("Handling dialogue"); HandleDialogue(); } else if (getQuests().isComplete(Quests.Quest.RUNE_MYSTERIES)) { log("Wrapping it up"); Step06WrapItUp(); } else if (getQuests().isComplete(Quests.Quest.WITCHS_POTION)) { log("doing Final Stretch"); Step05FinalStretch(); } else if (getQuests().isComplete(Quests.Quest.GOBLIN_DIPLOMACY)) { log("doing Witches Potion"); Step04Witch(); } else if (getQuests().isComplete(Quests.Quest.DORICS_QUEST)) { log("doing Goblin Diplomacy"); Step03Goblin(); } else if (!getQuests().isComplete(Quests.Quest.DORICS_QUEST) && inventory.contains("Iron ore")) { log("doing Dorics Quest"); Step02Doric(); } } else { log("preparing"); Step01Prepare(); } } else { log("flag 1"); } return 602;
  9. It's like it wants to work sometimes and sometimes it just doesn't. I made a script that handles a few f2p quests for me but it randomly locks up in different areas on different accounts. If it gets locked up and I close the client and let the bot manager open it back up it begins to work again. Just wondering if its something with these functions or something that's broken in my code itself? Edit. It seems to be locking up on completion of quests.
  10. The margin is high but the lower trade volume is something to consider when sizing up how many accounts to put doing this.
  11. I've had shop buying scripts act funny after closing the shop and trying to hop but opening the shop back up before selecting a world I added a boolean 'NeedsToHop' Start script with it as false. When the shop is out of stock flip it to true, and back to false when the player hops worlds. Just have the script check if needs to hop if false and if so do what it does, if true hop
  12. I got a Dell PowerEdge R820 with 48 cores. I got it refurbished off Ebay for about 1500. I havent put enough accounts together to max it out but with 60 accounts it was at about 30% CPU usage. They were on stealth, low cpu, no render. You can probably find one with 24 cores within your budget and it should handle 50 bots easily.
  13. Runescapes login has been spotty the past few hours. Once you're in you're good but loading the game and logging in has been hit or miss. https://downdetector.com/status/runescape/
  14. Yeah, I've gathered that much. I was mostly wondering if the OSBot client was separating the files that link accounts together that are stored on the computer.
  15. I've had good luck with Stealth Passive Gold Farm in the past. I haven't been using it recently though
  16. I've noticed on BottingHubs bot manager when you run a mirror mode bot, it creates a sandbox in sandboxie and ties that sandbox to an ip in proxifier. It does not do this for stealth mode bots. This made me wonder if OSBot just does that automatically in its own client or anything like that?
  17. Aww bummer
  18. I love it. The scripts it comes with are kind of meh, but the program itself is nice. I'd say try it out for a month or two and if you see yourself using it for a while grab the lifetime. Someone in the community made a bot manager too. I've never used it myself but the developer does really good work. I just came across it after already buying Not A Bots manager
  19. That'd explain it lol. These accounts are all roughly 1-3 months old. I've been feeling invincible botting in the clan hall but they finally got me lol
  20. I've been running about 50 accounts on a script pretty flawlessly for well over a month and today almost all of them were banned. Anyone else get hit today?
  21. I've been using Proxy-Seller but lately I feel like their subnets are dropping more frequently and they use to replace them for me when that would happen, but the last time it happened they just told me it would be back up in 5-7 hours and I had to wait. They are really cheap though, at about 2$/month per IP. I'm about to try out IPRoyal when the ones I have from Proxy-Seller run out. They are a little more expensive so I'm hoping they don't drop out as much.
  22. Right now I'm looking at a PowerEdge server with 4 Intel Xeon E5-4657L v2 2.40GHz processors https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+E5-4657L+v2+%40+2.40GHz&id=2480 Comparing it with my current botting computer and my buddies computer I'm thinking I should be able to squeeze 100 bots into it. But I'll definitely look at AMD workstations before pulling the trigger on the purchase. Thanks for the help
  23. I'm looking around for a good work station but I'm having a hard time wrapping my head around how to expect how many bots can run on what. I just babysat a buddies computer for a while and he let me run bots on it while I had it. His processor is an AMD Ryzen 7 2700x eight-core processor 3.70ghz. CPU maxes out right at about 30 bots. I have my own old computer that I also run on and it has an AMD Phenom II x6 1100t 3.3ghz. This maxes out at just 10 bots. All bots are using the same script for testing purposes. I'm looking at buying a PowerEdge server but I'd like to understand a bit more about what I'm looking for as far as cores and speed are concerned when it comes to trying to predict about how many bots it can handle at a time. Ram seems to be more straight forward but I'm having issues understanding the CPU
  24. Do they need to have trade unlocked or are you planning on just giving them a bond?
×
×
  • Create New...