RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.
Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
Edit or delete your RuneMate account from your Account Settings.
All account upgrade subscriptions have been cancelled. No action required.
Language please. Anyways; I'm afraid that this is not the place to ask for help about a different bot client. If you were to do this on powerbot you'd already have been banned. Try requesting help on their forums.
From my point of view it looks like it's stuck in some kind of while(true) loop when calling anything mouse-related.
Npc banker = Npcs.newQuery().names("Banker").results().nearest();
System.out.println(banker); //prints correctly
if(banker != null && banker.isValid()) {...