Everything posted by Gunman
-
"Scammed" by Darren
Subtracting approximate supplies left and servicing completed on the account, @Darren owes a compensation of USD 36.91 or GP equivalent to @Dobrik if he wishes to return. Sorry for the loss. Dispute closed.
-
"Scammed" by Darren
@Darren Has failed to reply and has been banned. @Dobrik Did Darren leave supplies on the account or no? If so how much in GP of supplies was is there?
-
"Scammed" by Darren
I will attempt to contact the user on discord. They will have up to 48 hours to respond here. @Dobrik Please confirm the work done on the account, starting level to the current level.
-
How do I download OSBOT
Try a different browser
-
Won't move one tile to the left/right
Yeah, use a lamba to filter it to your position https://www.programiz.com/java-programming/lambda-expression
-
[Stable] OSBot 2.6.54
Does this fix the Candice issue?
-
Banned without using any scripts
If injection got some love it wouldn't be a problem
-
Is there anyone currently doing private scripts?
I don't see how this will change anything if you have a private script made on OSBot
-
Is there anyone currently doing private scripts?
There's one in the store under other, it's free. Unless you need to to do all the activities
-
Appeal A Ban - Support Section
They changed this like a month ago to only have it go through the account status page
-
Won't move one tile to the left/right
Like Khal said wouldn't recommend doing that in the onMessage. But an alternative to walk a tile that short of a distance you can also just directly interact with the tile new Position(0, 0, 0).interact(getBot(), "Walk here");
-
❤️☄️❤️ [ Boostify Services ] ☄️ OSRS AIO Services ☄️ [CHEAP] [07GP/BTC/PAYPAL] [24/7] ❤️☄️❤️
Please note global OSBot T.O.S. always apply in addition to this one, and personal T.O.S can be declared obsolete at a moderators discretion.
- To OSBot Mods\Admin
-
Suggestion: Add dark mode to forum
Broke with a dependency update. Old theme will return when it's fixed
-
Stuck on "Status..." No option to login OSBot boot.
Mhmm you could try this, maybe it will work? java -Duser.home="C:\Users\Testing" -jar "osbot 2.6.53.jar" Replace "Testing" with your desired window user. And if you have one drive installed could also try uninstalling it, I know that has caused issues in the past.
-
Looking for wintertodt service
You're allowed
-
I'm looking for Chuckle (Niall)
@Chuckle You mean this one
-
Mining bot hoover() help
I don't understand what you're trying to ask
-
Cant Install Client
Run jar fix https://johann.loefflmann.net/downloads/jarfix.exe
-
Mining bot hoover() help
Some shit like this I guess private void mineRocks() { final RS2Object mineRock = getRock(null); final RS2Object hoverRock = getRock(mineRock); } private RS2Object getRock(final RS2Object ignoreRock) { //Just add this condition to your filter to get the next rock basically // r != ignoreRock return getObjects().closest(r -> r.getId() == 0 && r != ignoreRock); }
-
Mining bot hoover() help
Same way you get the rock to mine, just pass the rock you're already mining and add to the filter to ignore that one.
-
getGraphicObjects to spare my ass cheeks
@sexyrussian Probs some shit like this private GraphicsObject getGraphicsObjectOnPosition(final Position position) { final List<GraphicsObject> graphicsObjectList = getGraphicObjects().getAll(); if (position == null || graphicsObjectList == null || graphicsObjectList.isEmpty()) { return null; } return graphicsObjectList.stream().filter(g -> g != null && g.getPosition() == position) .findFirst().orElse(null); }
- [Stable] OSBot 2.6.53
-
osbot
- osbot
Normal theme will be back when all the functionality of it is fixed after a recently update broke it. - osbot