Jump to content

scape

Members
  • Posts

    298
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by scape

  1. https://gyazo.com/c9ebe18c61ab75dd9bcbbb26e2876243 irrelevant
  2. how much data do you have backing this claim? Time of day, day of week all affect ban rate
  3. Bans are not being caused by the lag. I dont think the difference between 2250 and 2100 is big at all. That is great performance Were you running the same amount of bots on your home pc vs on the dedicated? Ban rates are affected by how many ips per proxy
  4. Won't this prevent things like web walking from working since they require a large amount of memory?
  5. if (Tab.INVENTORY.isDisabled(this.getBot())) return State.WAIT;
  6. tabs are disabled in cutscenes. If inventory tab is disabled tell script only to click continue on dialogue in chat box and do not interact w/ npcs
  7. The script is terrible don't use it
  8. Is there any way to automatically close a bot that started badly? When I say badly I mean errored out before getting to log in screen. Happens occasionally when mass starting.
  9. Thanks for the response. Anybody else ever have this issue?
  10. Happens when I try to connect via proxy. Why would this be happening? Not blaming it on osbot. Is it my fault or my proxy provider? Error: https://gyazo.com/2ca3e74d61cae32d058bc19c585a1a44
  11. It will make it more likely for you to be banned. Your home ip is safer than some random ip used by many people before you
  12. isDisabled includes both a ban and lock. If youre having a problem do this: if (responseCode == #)
  13. Yes. After much research this is the conclusion I came to.
  14. Misinformation is flying around like crazy. Here's what works for me. You CANNOT create an account on a proxy. All proxies are flagged. An account must be created on a home ip address/residential ip address. THEN it can be botted on a proxy.
  15. Added you on skype for account creator. ultimate.frewb

  16. Thank you for that information. What I said was just what happened. I will keep what you said in mind as well
  17. Web walking has a ton of stuff shoved into one line of code. Object interaction to get thru doors to get your your destination. I have found it to be more detectable than custom methods for interaction...
  18. Separate VIP account Everything on home ip
  19. I run 20 + accs on the same ip. If anything your proxy is flagging you for lock/ban
  20. Hey dude, Same thing happened to me. Changed tut island script to not include web walking. Boom not getting banned for up to 24 hours. Using popular API calls such as web walking is highly detectable. Have a separation customized interaction per object (doors, gates, etc) on tutorial island.
  21. I run 20 + accounts per ip... would not say vpn is necessary.
  22. I made this to grab the name from messages: public String getNameFromTrade(String s) { String line = ""; for (int i = 0; i < s.length(); i++) { if (s.substring(i, i + 4).contains("wish")) break; else line += s.substring(i, i + 1); } return line; }
×
×
  • Create New...