-
Posts
147 -
Joined
-
Last visited
-
Feedback
0%
Posts posted by Delivery
-
-
What's your budget?
-
Goal reached.
-
high preformance sounds good
-
try a cpu miner, although i don't recommend it burnt out my old pc's cpu
-
1
-
-
are there any examples of code that use Invoke on an Entity?
The InvokeMenuAction requires an itemID which seems impossible for an npc
-
45 minutes ago, Khaleesi said:
Menu ivokes does not use the mouse so it's a lot quicker
oh sweet, I can change my old script that uses Mouse to invoke now
-
1
-
-
Is the Menu Invoke's different to the regular .interact methods that use the mouse? is it more accurate for making 1 tick scripts?
-
I see in Explv's AIO there is something that highlights Tree's that you are chopping, is there something similar to mark tiles in a similar way to runelite?
EXPLV's Woodcutting reference:
if (targetTree != null) { graphics.setColor(Color.GREEN); getGraphics().drawEntity(targetTree, graphics); }
This is colouring an Entity , however the tile is not an entity...
-
On 10/14/2023 at 6:53 PM, kacabe said:
It's important to note that running game bot farms often goes against the terms of service of many online games, and can result in accounts being banned or legal actions in some cases. Game developers actively work to detect and counteract botting to maintain a fair and enjoyable gaming environment. Therefore, the use of bot farms can be a risky endeavor and is often considered unethical by many players and game communities.
are you chatgpt?
-
-
-
7 minutes ago, chardragon said:
I am using
if(inventory.contains("Bruma root")){ log("amt: " + inventory.getItem("Bruma root").getAmount()); }
However, it always returns 1 regardless of the number of items for example I have 5.
getInventory().getAmount("Bruma root")
-
1
-
-
-
2 hours ago, Alakazizam said:
Is this something I can do in OSBot or are you talking about the IDE debug? Can't find a debug option on the client
when you launch add the cli args -debug or --debug can't remember if cli accepts 1 or 2 - 's
But I've had troubles in the past where it would print to the debugger for errors instead of the log
-
1
-
-
4 hours ago, Alakazizam said:
Nevermind. Still hanging up. Last few messages on the log are
[INFO][Bot #1][09/20 02:01:40 AM]: Started random solver : Auto Login
[INFO][Bot #1][09/20 02:01:48 AM]: Successfully logged in, waiting for welcome screen.
[INFO][Bot #1][09/20 02:02:13 AM]: Login completion failed.Then it runs my onStart but the window is still up to click play and my checks to see if the widgets are there are saying they aren't
enable -debug when you launch and see if any null errors are being thrown somewhere and not being logged
-
42 minutes ago, Alakazizam said:
Made updates, now we wait lol
Edit:
Still no luck, it's not seeing the widget for some reason.are you sure that the code in the onLoop is being reached?
also Explv says disable random events if you overwrite it, Looks like he grabs the PLAY NOW text widget too haven't made my own yet though so can't really help much more
-
try logging or printing, Is it the widget not being found?
Try running this, Haven't tested it but it might work
if (getWidgets().getWidgetContainingText("CLICK HERE TO PLAY") != null) { // Requires mouse click getWidgets().getWidgetContainingAction("Play").interact("Play"); }
-
1
-
-
-
1 hour ago, Alakazizam said:
I'll try to figure that all out, might be a bit out of my skillset at this time though. Sounds intimidating lol
It's not actually that complex.
You need a Webserver (HTTP or Sockets)
Server Code example: https://stackoverflow.com/questions/3732109/simple-http-server-in-java-using-only-java-se-api
Client you will need to find your own..
/GET - State (Server will either reply RequiresMule = True || False (Mules will use this)
- your mule will constantly get this page every 60s , most the time it will just be False (by default)
/POST - Update State (Your bots will use this) When a bot is ready to mule it will send a request which will set your RequiresMule = True so your mule knows to login.
Then you add logic to your osbot script to go to your designated place to mule and do it.
Then profit..?
-
1
-
-
8 hours ago, minewarriors said:
Could you rephrase your question more precise by any chance?
Because I am confused regarding your current question.
Kind regards,
MW
ironman AIO, trains skills and collects resources then trains combat afterwards
Then I will make the same scripts and we will fight Iron VS Iron in f2p
-
1
-
-
-
do you want to make Iron man accounts from scratch and bot for supplies and stats & then fight afterwards?
-
Account #1: Pure
Account has a few skills already too
- 900+ Total Level
- Prayer from Quest Priest in peril
Price: $50 BTC / 07 Gold Equivilent
If you want certain stats to be higher with a new offer PM me I can arrange do that too. any stats removed expect to be <20
Account #2: Rocky Pet
For sale $20 BTC / 07 gp accepted @ same rate
Offence Status for All accounts:
I am the original owner for all of these accounts,
The Emails are unverified.
-
1 hour ago, Monkeyn4t said:
I'm using proxy and want to confirm what IP each client is connected thru when I am logged in on multiple clients. how do I do it?
if you're using a proxy it's displayed in the window title at the top
Khal AIO Fighter
in Combat & Slayer
Posted · Edited by Delivery
coool