Everything posted by Gunman
-
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.
-
Help selling
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.
-
Cant download the client
Try right clicking the download button and open link in new tab. No idea why this sometimes happens
-
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.
-
Old Main Unbanned
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
-
control multiple client inside osbot with one script
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?
-
White page this morning
Try rebooting the machine. Reinstalling java. Clearing OSBot cache and redownloading the jar. All I got atm
-
Osbot not opening
https://johann.loefflmann.net/en/software/jarfix/index.html
-
Becoming a VIP
Top of the page there's a bar, button called store click it https://osbot.org/forum/store/
-
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.
-
Suggestion: NSFW in Discord
No.
-
steam osrs client read/write memory safe from ban?
Idk use it and find out.
-
cli world selection broken?
Besides manually setting the game world I don't think so
-
cli world selection broken?
Already fixed in the next client release. (This is NOT 2.6.48, that is the current release.)
-
RIP Osbot and other botting clients
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.
-
Mass account checking for bans?
I didn't use a VPN though