If your OSBot client is stuck on "searching for osrs client to attach to" while trying to use mirror mode it's because you have to run it as administrator. To do so we'll have to create a .bat file.
Step 1. Open Note Pad
Step 2. Copy and Paste the following code:
@echo off
:: BatchGotAdmin (Run as Admin code starts)
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
REM --> If