-
Posts
3553 -
Joined
-
Last visited
-
Days Won
18 -
Feedback
100%
Everything posted by Gunman
-
Try jar fix https://johann.loefflmann.net/downloads/jarfix.exe
-
Is it possible to override defaults for all events?
Gunman replied to cpscripter's topic in Scripting Help
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 -
That's public no. Closest one I can think of is Excellent Vorkath
-
SOS - Help with correct SDN package structure
Gunman replied to cpscripter's topic in Scripting Help
Explv* Apa's guide uses Eclipse. Also the official guide Token released for setting up scripting environment also using Intellij -
Reading this will be more than enough https://www.programiz.com/java-programming
-
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.
-
Sadly not. If Pat ever gets around to reworking the bot tabs like he wants to it make be possible then, but currently no.
-
Uses your actual mouse cursor
-
Finally, I am getting recognition for doing nothing
-
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.
-
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.
-
Clarify this please.
-
Is it safe to bot after the Jagex 3rd party client update?
Gunman replied to ChangMF's topic in Botting & Bans
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?
Gunman replied to ChangMF's topic in Botting & Bans
You can full braindead anything what you on about -
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(); } }
-
As Goopie said, Mirror does not support it natively. Even says so in the top left corner.
- 75 replies
-
- 1
-
-
- mirror mode
- proxifier
- (and 11 more)
-
What you mean you have the VIP rank
-
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
-
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
Gunman replied to CIeetZ's topic in Botting & Bans
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. -
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.
-
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.
-
Try right clicking the download button and open link in new tab. No idea why this sometimes happens
-
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.