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

    RS3 Buying RS3 Acc Creator

    Looking to Buy RS3 account creator message me if you have one
  2. A

    Question Can't detect interfaceComponents that aren't visible?

    Basically I am trying to detect if the password has not been typed in yet. This is returning an error though. I can make it return visible but why can I not make it return not visible? final InterfaceComponent password = Interfaces.newQuery().textContains("*****").results().first(); if...
  3. A

    Bug How to interact with widgets

    I have been trying to use this: InteractableRectangle(int x, int y, int width, int height) I found all four numbers but I am not sure how to implement it into my code. I am trying to use the methods .isVisible as a boolean to check if it is visible ANd then if it is visible, I was to...
Top