I am a rs3 player by default, however I would like to start making money making bots on OSRS. I've been out of the loop for quite a while.
What are the best money making methods currently? It should not require multiple high level stats and a ton of quests. Something that a fresh account can...
Current Temporary fix:
if (Bank.Deposite) {
// woot it worked, yay
} else {
// dang stuck, lets move mouse to our inventory
Mouse.move(Inventory.getBoundsOf(0));
}
[RS3]
Hello I have been getting this bug a lot frequently, I was wondering if any of you have run into the same issue.
When I use...
Hello I am trying to access this interface: (red box)
Rift — Postimage.io
I have no idea about how to go about this, any suggestions?
I only want to check if it is not null, if I can detect that this interface is not null then I can use the keyboard to press "1" which will activate the...
Hello all and happy holidays.
Running into a wall at the moment trying to get a UI functioning properly.
I have just added a bunch of stuff to my main java class, where the bot initially is constructed from.
There is a method named "updateInfo", which successfully updates information on the...
Hello there, just wondering if anyone knows any methods to accomplish the following tasks:
Currently searching through the docs now.
Detect if there are nearby players (not counting ourselves!): Players.newQuery().filter(player -> !Objects.equals(player...