Jump to content

Gunman

Super Moderator
  • Posts

    3553
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Gunman

  1. Try jar fix https://johann.loefflmann.net/downloads/jarfix.exe
  2. Pretty sure there isn't. Just make a method and pass Entity to it or the walk position/area and have that method set it for you so you're not repeating the same code everywhere
  3. That's public no. Closest one I can think of is Excellent Vorkath
  4. Explv* Apa's guide uses Eclipse. Also the official guide Token released for setting up scripting environment also using Intellij
  5. If you're continuing the same subscription then yes. Other wise if you bought let's say VIP 3 times in the store those wouldn't stack, would need to get in contact with an Admin to get it fixed.
  6. Reading this will be more than enough https://www.programiz.com/java-programming
  7. What OG Botter said. Pretty sure the client dev said he was gonna try to add that if he ever got the chance to rework the client tabs which should allow you to set proxies for each tab.
  8. Sadly not. If Pat ever gets around to reworking the bot tabs like he wants to it make be possible then, but currently no.
  9. Uses your actual mouse cursor
  10. Finally, I am getting recognition for doing nothing
  11. 4. Did it mention anything about recovery? 5. If he did then the password would have changed. Check if you can login to the account still or not.
  12. Use hardware mouse if you're just running 1 account, it will help with bans on injection. And as far as I am aware no one in the major botting platform has reported any kind of 3rd party client ban like OpenOSRS had.
  13. Clarify this please.
  14. Naw I am calling everyone braindead Yeah my b, was early in the development, was some bugs that got it stuck a lot
  15. You can full braindead anything what you on about
  16. Works for me @Override public int onLoop() throws InterruptedException { Sleep.sleepUntil(()-> getInventory().contains("Bones"), 5_000); Sleep.sleepUntil(()-> getInventory().contains("Bones"), 5_000, 600); return 600; } import org.osbot.rs07.utility.ConditionalSleep; import java.util.function.BooleanSupplier; public final class Sleep extends ConditionalSleep { private final BooleanSupplier condition; public Sleep(final BooleanSupplier condition, final int timeout) { super(timeout); this.condition = condition; } public Sleep(final BooleanSupplier condition, final int timeout, final int interval) { super(timeout, interval); this.condition = condition; } @Override public final boolean condition() throws InterruptedException { return condition.getAsBoolean(); } public static boolean sleepUntil(final BooleanSupplier condition, final int timeout) { return new Sleep(condition, timeout).sleep(); } public static boolean sleepUntil(final BooleanSupplier condition, final int timeout, final int interval) { return new Sleep(condition, timeout, interval).sleep(); } }
  17. What you mean you have the VIP rank
  18. Because it was removed from the store, it will still show in the client though. And yes it is also gone. Script was removed from store as the author has left due to IRL reasons. His discord server was also deleted
  19. This is possible if you run a massive farm yeah. Not gonna happen with 1-2 accounts though.
  20. If the client has support for the Jagex Launcher login menu then maybe. If I recall correctly you don't get that message on the Jagex Launcher version. You can try running it if you want, but depends if the login handler has support for the Play Now button or not, unless you use a custom login handler.
  21. They're normally around 2-3M each. Some are as low as 1-2M range. The only thing that really takes time is the 20 hours in game.
  22. Correct. 100+ post counts to sell account at OSBot. Go to that url, right click image, open image in new tab, then copy and paste that link.
  23. Try right clicking the download button and open link in new tab. No idea why this sometimes happens
  24. Gunman

    FrostCaves

    I believe he is looking for someone to take it over. With the current state of mirror I don't think this is possible as Frost has already looked into it several times. Think his issue always was not being able to prayer reliably when the Jade is off screen and which caused deaths. But who knows what view another scripter will have if someone takes it over.
×
×
  • Create New...