Jump to content

Gunman

Super Moderator
  • Posts

    3448
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. I'd like to see you get these usages on Mirror smh
  2. Funny thing about that is someone switched a dll in CSGO files so when they launched CSGO it would inject the cheat into Valorant. I've heard people doing similar things with OBS hooking as well with other games.
  3. Removed because Jagex added Impurva/Incapsula making this project entirely useless as all core functions would need to be gutted. Rest of the project wasn't well written either and had issues(Example being the GUI would freeze/be frozen when creating accounts).
  4. Assuming you're not trying to buy a mentor then yes it is (Paying for mentors isn't allowed anyway) Moved to a better fit section
  5. What about Jagex's cache? Have you tried that? Think that's all I can think of given the information
  6. Try running Project's random file remover and see if that makes a difference. Click complete removal to wipe all Jagex cache https://pposb.org/PPOSB/tools/random.jar
  7. Scripters don't handle payments. Don't think we refund scripts because of bans specifically either under any circumstance, but you can try here if you want. https://osbot.org/forum/forum/150-refund-requests/
  8. If you mean because of the script behavior, then yes I agree. 99% of the bans are not due to that when on tut. Using crappy proxies yes. Was even a few subnet waves back in May/June during that prime season. Just logging into the account on that proxy for a few seconds was enough for some people to get banned during the wave. I bot tut with Stealth just fine. Yeah I may jump through a few extra odd ball hoops to do it, but I do. Stealth could be done a lot better, hoping they look into improving it again after the AI transition. Yeah no idea what you mean here, never seen a difference purely a difference from tut when running 3k through in a day vs like 15. Maybe if you don't have enough proxies and create too many accounts on the proxy too fast you can cause a mass ban wave across that IP. But you need to create like 350+ in a day.
  9. Disable Anti viruses, if you're using a VPN or proxy turn it off and see if that's the problem, delete OSBot folder, uninstall Microsoft One Drive, try those.
  10. @jjman001 Only thing I could think of is trying to delete OSBot folder or reinstalling Java (No idea how to do this on Mac sorry)
  11. Because Tutorial Island is probably the most aggressive banning task in the entire game, where all of my false bans have taken place when on the official client.
  12. Download Java 8 if you don't have it already, and right click it, click open with, and choose Java, if Java not listed click the choose other app button and navigate to the Java folder.
  13. If you have proof that he's selling cracked accounts then make a report, other wise don't make mindless claims about that.
  14. You're not one of the 16 because you don't have the rank. And no, don't spam. Comment relevantly and don't grave dig.
  15. Can confirm I can take away vet ranks
  16. Yes, Veteran rank is still a thing
  17. @BloodyNoah Did you try deleting Jagex cache? Just delete the whole folder jagexcache located at C:\Users\Computer_User
  18. @Goopie1051 The PC doesn't go to sleep or anything does it? Check the sleep settings
  19. Did you add anything in getClient().getLoginUIState() for detecting this TOS UI for custom login handlers? If so what number does it return?
  20. OSRS Update broke some things in the client. Devs are working on fixing it, no eta
  21. Did you try the API method for it? https://osbot.org/api/org/osbot/rs07/api/Client.AccountType.html AccountType currentAccountType = getClient().getAccountType(); if (currentAccountType.equals(AccountType.NORMAL)) { log("Account type is NORMAL"); } //etc Don't remember which equals is most conventional here, but either one should work I think
  22. Did you disable the random solvers(OSBot Auto Login for example) with the CLI command -norandoms? Pretty sure these would be the only 2 ways.
  23. Probably using the wrong import. Check your imports and see if it's importing Java's area class or OSBot's. OSBot's import import org.osbot.rs07.api.map.Area;
  24. Need to put in min to max format and it's in minutes. So 15 - 30 10 - 15 Would be bot between 15 to 30 minutes then break between 10 - 15 minutes.
×
×
  • Create New...