Jump to content

ExtraBotz

Suspended
  • Posts

    2513
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by ExtraBotz

  1. The botting hub site sells proxies and servers too. They have quite a few countries in their options but I wonder where they source their proxies from. I also wonder how much they're making off those extra services. I am certain the botting guide recommends to purchase those ones specifically.
  2. I've made and tested many bots across many different accounts on my home IP and my main has never been banned. If you're really keen on using proxies you should buy a premium one for yourself. Try and find a reliable company that isn't on the first page of google. It's a lot easier to just use stealth injection if you are using proxies. Most free proxies are over saturated or don't work because they are too laggy or are completely dead (you need a scraping tool that tests them).
  3. Welcome to OSBot!
  4. Neat project, I look forward to hearing more about verbose mode. It seems like people are pretty harsh in this post. Maybe we should cut the guy a break? He is doing something that hasn’t been publicly released on OSBot before.
  5. Mirror mode works by mirroring the actions of OSBot onto the actual client of RuneScape. Now you need to open the official jagex old school game client that is downloaded off www.oldschool.runescape.com
  6. Currently the client itself doesn't support proxies while in mirror mode. You can google something like proxifier if you really want to use a proxy. If you want built-in proxy support you'll have to use stealth injection.
  7. Mirror mode is available to run when you launch OSBot
  8. Welcome, I wish you the best of luck with learning Java! I've actually been considering making an introductory video series to introduce scripting. Do you think this would benefit you?
  9. I don't think that would be a clear indicator of an account botting, but your guess is as good as mine. Worst case it would probably just flag your accounts for manual review. Even then that would still require a lot of work on their end to manually review all these login attempts and if they used AI it would still need resources somewhere. I'm sure they have a lot better methods of detecting bots that they would rather use those resources on.
  10. Nice work! If the one on the SDN doesn't work you should keep working on this one and submit a request to put yours up there
  11. Someone on Reddit pointed out the price Jagex would be in gold
  12. Botted or legit? Either way, congratulations! That’s one I’ve never gotten.
  13. If your problem is with NPC.interact() failing then don’t you think the Mouse API might fail too? NPC npc = getNpcs.closest(“name”); if(npc != null) { If(npc.interact(“Bank”)) { // sleep until the bank interface is open } else { // handle the failure } Wouldnt it be easier with interacting with the specific NPC option like above? Code might not be exact, I wrote that off the top of my head.
  14. Good luck with your service!
  15. I remember when I first started botting I was extremely impatient, I would suggest practicing aggressive patience. Train your accounts manually at first and never bot tutorial island. If you don't have time then pay someone else to do it, but make sure they're actually doing it and not just botting. Then once your accounts are established find a method and profit. You can calculate your profits based on a set schedule (i.e 4 hours a day per bot). Then you just have to stick to the schedule and replace the accounts that get banned.
  16. Shoot me a message on discord: Brandon#9592
  17. You can do that by finding the widget using the widgets class if (getDialogues().inDialogue()) { RS2Widget location = getWidgets().getWidgetContainingText("Try the "); if (location != null) { String loc = location.getMessage(); data.setClue(loc.substring(8, loc.length() - 1).split(", ")); } }
  18. Even though you were banned while web-walking that doesn't necessarily mean that web-walking is what got you flagged. The data collected from your account must've just looked very bot-ish. As for the quests tab, I doubt they're tracking the instances of who opens their quest tab before walking or else that might cause a lot of false-flags. To solve your problem, you could always use a different walk class, but the downfall is they can't take you as far of a distance as web walking. Check out: https://osbot.org/api/org/osbot/rs07/api/Walking.html
  19. Please add me on discord to learn more: Brandon#9592
  20. Hello, I have completed a Zeah House Favour bot that needs to be beta tested. The bot is fully functional aside from minor issues that I need volunteer beta testers to weed out. Learn More About this Script: https://extra.funshinestudios.com/doku.php?id=scripts:extra_house_favour If you're interesting in achieving 100% House Favour for free, get in touch! Discord: Brandon#9592
  21. Let me know your price
  22. Actually it’s probably less safe and less developed. Mobile bottling could be compared to an auto clicker. Do you really believe these guys anyways? If you had to advertise a new developing bot would you spend the time actually calculating and testing a legitimate statistic, or are you just going to list one less than 10% to make it sound like there are no risks associated? There are even some Runescape private servers with bot detection that could detect such a clicker.
  23. I bot on my home IP and only accounts that are accused of botting get banned. I even transfer the funds from my main to my bots. An IP is just a money grab unless you plan on running 3 or more accounts on the same IP that hold a lot of risk to be associated to one another. Even then you might not need a proxy. I think what Jagex is most concerned about in regards to IP is account hijacking. But even if you can get a good reliable proxy provider, they have other methods to detect bots. You may as well save your money and start small until you find a fool proof method with a low ban percentage then scale out your network and incorporate the proxies at that stage. Until then the cost is probably higher than the risk.
×
×
  • Create New...