- Joined
- Sep 30, 2015
- Messages
- 86
- Thread Author
- #1
@Arbiter explains the request better:
The official RS client has a bug that doesn't allow you to run more than two clients.
You can bypass this by instead creating multiple Windows Accounts, copying the main jagexchache folder, with JagexLauncher.exe to the new windows account, copying the .jagex_cache_32 folder with browsercontrol.dll in it, and running the exe as that user.
You can use the runAs command to do so, for example:
replace DOMAIN with your computer name and USER as the user you want to run it as.
It should load the client, repeat for however many clients you want to load.
Issue is, RuneMate doesn't recognize the clients:
I've tried running RM as admin via command prompt, but still nothing.
Could we have a 'Entire PID to Hook' feature? For these kind of hacky workarounds due to RuneScape-related bugs and issues.
To explain the issue better, OP is trying to run a bot instance on a RuneScape client running under a different user than the one used to run RuneMate. Technically we should have operating system privileges to hook into other users' processes when run as admin. Is there a change we can make to the native hook to detect these processes @Cloud? I believe we can already do this on Linux because of the shell based approach we're using for it, but not on Windows.
The official RS client has a bug that doesn't allow you to run more than two clients.
You can bypass this by instead creating multiple Windows Accounts, copying the main jagexchache folder, with JagexLauncher.exe to the new windows account, copying the .jagex_cache_32 folder with browsercontrol.dll in it, and running the exe as that user.
You can use the runAs command to do so, for example:
Code:
runas /env /user:DOMAIN\USER "C:\Users\USER\jagexcache\jagexlauncher\bin\JagexLauncher.exe runescape"
replace DOMAIN with your computer name and USER as the user you want to run it as.
It should load the client, repeat for however many clients you want to load.
Issue is, RuneMate doesn't recognize the clients:
I've tried running RM as admin via command prompt, but still nothing.
Could we have a 'Entire PID to Hook' feature? For these kind of hacky workarounds due to RuneScape-related bugs and issues.
Last edited: