Welcome!

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

Sign up now!
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.

If your bot's mouse becomes slow after restarting it..

Joined
Nov 5, 2014
Messages
9
Run RuneMate using the following .bat (batch) code, it automatically resets the bot's cache for mouse settings which in turn fixes the slow mouse.

Code:
@echo off
title Start script
if exist %USERPROFILE%\RuneMate\Cache\*.bio del %USERPROFILE%\RuneMate\Cache\*.bio
java -jar RuneMate.jar
pause

Please note: I know this will be unnecessary in the future, but currently it's an annoyance and this is a way to not have to deal with it. I just thought some other people might find it useful.

Credits go to [member=Viewer] for telling me what was causing the issue.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Does the mouse bug not occur until after you restart your client?
 
Joined
Nov 5, 2014
Messages
9
Does the mouse bug not occur until after you restart your client?
When there are no .bio files in the cache, the bot will work fine. When I close the bot, I assume the bot saves the mouse settings in those .bio files. So when I restart the bot, there will be .bio files and those .bio files make it so that the script becomes very slow.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
When there are no .bio files in the cache, the bot will work fine. When I close the bot, I assume the bot saves the mouse settings in those .bio files. So when I restart the bot, there will be .bio files and those .bio files make it so that the script becomes very slow.
Well those .bio files are basically the training set that it collected from your movements within the client. Can you pm me your .bio files so I can take a look at them?
 
Joined
Oct 12, 2014
Messages
181
My bots mouse also becomes slow after restarting, takes up to 10 seconds to perform an action.
Or sometimes it just stops working.

I'll upload my bio files the next time it happens.
 
Joined
Aug 18, 2015
Messages
77
OSRS (MaxiFletcher) bot started out fine. I left to come back after awhile to find out I was logged out.
I logged back in and clicked "Resume" button. and it continued where it left off but at TERRIBLY slow movement speeds and reaction.
The RAM usage was at 2GB. So I restarted, now it was at 1GB but still terribly slow.

Moving away my .bio files solved this. and the bot runs super fast now.
 
Top