Everything posted by Gunman
-
Juggles AIO Fisher
If you still can't figure out send gif/pic of the menu options
-
Entity interaction fails if context menu is open and continues offscreen
Moved from Mirror bugs as it isn't a Mirror specific bug. 1. 2.6.51 2. When the right click menu goes off screen with the menu target off screen bot will now sit idle until log out due to inactivity. 3. No. 4. Yes. https://i.gyazo.com/3eb66d4a116fa1dc80f6f841af6ec247.mp4 final Player p = getPlayers().closest("PLAYER NAME"); if (p != null) { log(p.interact("Follow") ? "Interacted" : "Failed to interact"); } 5. Was added in release 2.6.51/2.6.50 and I believe was this change specifically. - Reworked the InteractionEvent to improve accuracy and succesrate and allow to interact with the menu if the target is in the opened menu. Before this change when this would happen the bot would move the mouse to close the menu then try again. Only thing you can really do when using the mouse.
-
Scripts for complex game content
That does exist/did exist, called Frost Caves and even did the Jade fight. Normally it just comes down to getting the accounts to write the script, demand for such scripts, and whether or not they think their time investing into such a script would be worth it. And you if you ever get scripter rank there's a thread with a list of script suggestions like Calisto etc.
-
OSbot will not run
Try jar fix https://johann.loefflmann.net/downloads/jarfix.exe
-
Is it possible to override defaults for all events?
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
-
Is there any script around like this
That's public no. Closest one I can think of is Excellent Vorkath
-
SOS - Help with correct SDN package structure
Explv* Apa's guide uses Eclipse. Also the official guide Token released for setting up scripting environment also using Intellij
-
If you buy another month of vip, before ur current vip month ends, do those days add on?
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.
-
Junior Java programmer course enough?
Reading this will be more than enough https://www.programiz.com/java-programming
-
Proxy Question
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.
-
CLI Two accounts tabs
Sadly not. If Pat ever gets around to reworking the bot tabs like he wants to it make be possible then, but currently no.
-
Stealth injection with new 'client detection'
Uses your actual mouse cursor
-
[Stable] OSBot 2.6.51
Finally, I am getting recognition for doing nothing
-
account bought question
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.
-
Stealth injection with new 'client detection'
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.
-
account bought question
Clarify this please.
-
Is it safe to bot after the Jagex 3rd party client update?
Naw I am calling everyone braindead Yeah my b, was early in the development, was some bugs that got it stuck a lot
-
Is it safe to bot after the Jagex 3rd party client update?
You can full braindead anything what you on about
-
Conditional Sleep With Lambda Expressions
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(); } }
- [GUIDE] How To Run Multiple Mirror Mode Clients With Seperate Proxies (Bypass Unable to Create Advertising Error)
-
edit: resolved
What you mean you have the VIP rank
-
Fury AIO Looter
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
-
First time botter looking for advice
This is possible if you run a massive farm yeah. Not gonna happen with 1-2 accounts though.
-
Too Many Login Attempts . Please Wait a Few Minutes then Try Again
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.
-
Looking for f2p trade-ready account
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.