- Joined
 - Nov 5, 2014
 
- Messages
 - 9
 
- Thread Author
 - #1
 
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.
	
	
	
		
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.
			
			
		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.





