Jump to content

Gunman

Super Moderator
  • Posts

    3448
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. Naw I am calling everyone braindead Yeah my b, was early in the development, was some bugs that got it stuck a lot
  2. 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(); } }
  3. What you mean you have the VIP rank
  4. 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
  5. This is possible if you run a massive farm yeah. Not gonna happen with 1-2 accounts though.
  6. 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.
  7. 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.
  8. 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.
  9. Try right clicking the download button and open link in new tab. No idea why this sometimes happens
  10. 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.
  11. After 3 years I believe they will accept macro perm appeals yeah. I've appealed a dozen accounts that were banned 3-4 years ago and all got accepted with the apology option
  12. I mean, if you implement socket connection into the script that those clients are running then yeah I guess it's technically possible. Depending how much control you want it may be a massive amount of work. Why would you need to do that though?
  13. Try rebooting the machine. Reinstalling java. Clearing OSBot cache and redownloading the jar. All I got atm
  14. https://johann.loefflmann.net/en/software/jarfix/index.html
  15. Top of the page there's a bar, button called store click it https://osbot.org/forum/store/
  16. Gunman

    Monki Bank Seller

    That's intended. It's meant to instant sell everything so it puts it all in for 1 so it should always sell instantly.
  17. Besides manually setting the game world I don't think so
  18. Already fixed in the next client release. (This is NOT 2.6.48, that is the current release.)
  19. Mirror is external https://i.gyazo.com/c0f06c22236416d37eaf256ed7c86be2.mp4 And we've already had this discussion I believe somewhere on the forum, probably just another bluff. Even if it's not their client detection will probably be something stupid like checking the client title.
×
×
  • Create New...