Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. codeninja

    OSRS Best money making method? (Botting)

    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...
  2. codeninja

    Bug Bug when using Bank.Withdraw and Bank.DepositAllExcept

    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...
  3. codeninja

    Question How to access this RS3 interface?

    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...
  4. codeninja

    NDivination Lite [Deleted]

    CodeNinja submitted a new resource: NDivination Lite - Intelligently divines for you, supports all wisps. Read more about this resource...
  5. codeninja

    Question How to update GUI using TreeBot

    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...
  6. codeninja

    Question World Switching

    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...
Top