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.
Hi Guys,
I'm giving $2 through PayPal for every account that joins the discord invite link at the end of this. It isn't limited to one per person but there are rules:
- 1 account per IP
- Must be active/online for 12+ minutes
The reason I'm paying $2 is because this is a crypto coin signal...
for (SpriteItem i : Inventory.getItems("Iron ore")) {
Execution.delay(1000, 1500);
i.interact("Drop");
}
if(Inventory.contains("Iron ore"))
dropOre();
I'm making a simple powerminer (Just trying to learn how to make bots), and I'm attempting...