Monstee Posted July 13, 2020 Share Posted July 13, 2020 Hello all, first time poster So....I did a lot of reading and a lot of trouble shooting and finally managed to get my proxys setup with proxifier. I then got around the opening more then 3 instances of osrs without getting the stupid advertising error message with a .bat file that would open up as many osrs instances as I wanted. Only to come across the problem of setting up proxys for multiple instances of osrs requiring edits to the jagexlauncher, so each osrs instance has its own proxy ip, and then finding the solution to replace the old .bat to a new one to open all the new edited instances (Since I have to open them with a .bat I can't use the standard right click -> proxifier -> pick whichever proxy, as the error message occurs after opening more then 3 instances) I see the light at the end of the tunnel but have come across one major (albeit laughable) problem. I have 8 instances open with their own proxy working correctly BUT I cant identify which instance goes with a specific proxy. Needless to say this is important because I have to login to the correct instance so the login and proxy match each time, but all instances are obviously identical. How does one identify which instance goes with which proxy? tl;dr I need to know how you guys are able to identify which instance has a specific proxy (when opening multiple accounts: more then 3) to ensure accounts stay on the same proxy throughout the accounts life. Is there a workaround that I am missing? I also tried using sandbox to open multiple instances but that didn't work as I was still getting the error message AND proxifier wasnt picking up the OSRS at all (probably due to the nature of sandbox and what it does). Thanks guy for any help or recommendations -- Monster Quote Link to comment Share on other sites More sharing options...
Monstee Posted July 13, 2020 Author Share Posted July 13, 2020 Heh, after trying to figure this out for a few hours, not even 10 secs after clicking submit, I figured out how to resolve my issue. I can't find where to delete this thread, but maybe an admin can, thank you Quote Link to comment Share on other sites More sharing options...
Wisply Posted July 13, 2020 Share Posted July 13, 2020 what did you do? Quote Link to comment Share on other sites More sharing options...
Monstee Posted July 13, 2020 Author Share Posted July 13, 2020 lol i right clicked the taskbar where it has all my osrs instances and it listed it as JagexLauncher1, same with every other instance on the taskbar /facepalm... I do have a new problem tho, how to get osbot to hook onto a specific instance, when I click Addbot on OSBot i have to select an account login, and then OSBot randomly attaches to any instance of OSRS open, I am not sure if it will mess anything up other then scripts that have an auto login feature (which most premium scripts have)...any advice on this new issue ? How to get OSBot to hook onto a specific instance rather then randomly choosing one? Quote Link to comment Share on other sites More sharing options...
Camaro Posted July 13, 2020 Share Posted July 13, 2020 12 minutes ago, Monstee said: lol i right clicked the taskbar where it has all my osrs instances and it listed it as JagexLauncher1, same with every other instance on the taskbar /facepalm... I do have a new problem tho, how to get osbot to hook onto a specific instance, when I click Addbot on OSBot i have to select an account login, and then OSBot randomly attaches to any instance of OSRS open, I am not sure if it will mess anything up other then scripts that have an auto login feature (which most premium scripts have)...any advice on this new issue ? How to get OSBot to hook onto a specific instance rather then randomly choosing one? It will attach to the very last opened osrs client. You need to open one, attach, open another, attach Quote Link to comment Share on other sites More sharing options...
Monstee Posted July 13, 2020 Author Share Posted July 13, 2020 3 minutes ago, Camaro said: It will attach to the very last opened osrs client. You need to open one, attach, open another, attach Afaik this isnt possible if trying to bot more then 3 clients with OSBot due to the error cant display advertising message that comes up on osrs/jagex side... Quote Link to comment Share on other sites More sharing options...
grizlii Posted December 21, 2020 Share Posted December 21, 2020 On 7/13/2020 at 5:43 PM, Monstee said: Afaik this isnt possible if trying to bot more then 3 clients with OSBot due to the error cant display advertising message that comes up on osrs/jagex side... i am having the same problem.. anyone has a solution for this? Quote Link to comment Share on other sites More sharing options...
DeathzReq Posted January 3, 2021 Share Posted January 3, 2021 On 12/20/2020 at 10:27 PM, grizlii said: i am having the same problem.. anyone has a solution for this? did you find a solution? Quote Link to comment Share on other sites More sharing options...
grizlii Posted January 4, 2021 Share Posted January 4, 2021 20 hours ago, DeathzReq said: did you find a solution? Use sandboxie 1 Quote Link to comment Share on other sites More sharing options...
DeathzReq Posted January 4, 2021 Share Posted January 4, 2021 I found a simple solution by writing a simple .bin file that opens as many windows as I want instantly. Just need notepad. Quote Link to comment Share on other sites More sharing options...
craekru Posted January 10, 2021 Share Posted January 10, 2021 (edited) I think the solution is creating a batch file that opens both the account you want with autologin flags and also (if possible I'm still trying this) opens the correct jagexlauncher with osbot mirror flag from the .bat If anyone would have ideals what a successful .bat file for this would look like please let me know. On 1/4/2021 at 5:57 AM, DeathzReq said: I found a simple solution by writing a simple .bin file that opens as many windows as I want instantly. Just need notepad. Ok but have you had one say, open the osbot, auto login to osbot and open the correct jagexlauncher with proxy in the same file? Make it a one click wonder? I've been trying to do this off and on for two days. really would appreciate the newb help Edited January 10, 2021 by craekru Quote Link to comment Share on other sites More sharing options...
DeathzReq Posted February 6, 2021 Share Posted February 6, 2021 (edited) open notepad and past the following code: @echo off cd C:\Users\ [Your User] \jagexcache\jagexlauncher\bin\ start JagexLauncher.exe oldschool cd C:\Users\ [Your User] \jagexcache\jagexlauncher\bin\ start JagexLauncher.exe oldschool cd C:\Users\ [Your User] \jagexcache\jagexlauncher\bin\ start JagexLauncher.exe oldschool cd C:\Users\ [Your User] \jagexcache\jagexlauncher\bin\ start JagexLauncher.exe oldschool cd C:\Users\ [Your User] \jagexcache\jagexlauncher\bin\ start JagexLauncher.exe oldschool exit Now replace [Your User] with whatever your account name is on your operating system. Now that you have the correct path to the RuneScape exe. Save the file on your desktop. But don't save it as a .txt. save it as a .bin. This code is for 5 windows. Copy and past below code before exit if you'd like to add more. Double click the .bin file on your desktop and it will instantly open up 5 windows. Edited February 6, 2021 by DeathzReq Quote Link to comment Share on other sites More sharing options...