donaldchen34 Posted October 28, 2018 Share Posted October 28, 2018 When putting 2 accounts in CLI, only one account opens up but the second will open when the first is closed. How do i fix this Quote Link to comment Share on other sites More sharing options...
donaldchen34 Posted October 28, 2018 Author Share Posted October 28, 2018 7 hours ago, Alek said: Are you getting any errors in console opening one client with another one open? no this is what i hvae in the .bat cd C:/Users/%username% for /f "delims=" %%x in ('dir /s /od /b OSBot*.jar') do set recent=%%x java -jar "%recent%" -mem 1024 -login xxx:xxx -bot xxx:xxx:1234 -debug 5005 -script DankWoodCut:none -allow lowresouce,lowcpu,norender java -jar "%recent%" -mem 1024 -login xxx:xxx -bot xxx:xxx:1234 -debug 5005 -script WildyLooter:none -allow lowresouce,lowcpu,norender pause Quote Link to comment Share on other sites More sharing options...
Night Posted October 28, 2018 Share Posted October 28, 2018 27 minutes ago, donaldchen34 said: no this is what i hvae in the .bat cd C:/Users/%username% for /f "delims=" %%x in ('dir /s /od /b OSBot*.jar') do set recent=%%x java -jar "%recent%" -mem 1024 -login xxx:xxx -bot xxx:xxx:1234 -debug 5005 -script DankWoodCut:none -allow lowresouce,lowcpu,norender java -jar "%recent%" -mem 1024 -login xxx:xxx -bot xxx:xxx:1234 -debug 5005 -script WildyLooter:none -allow lowresouce,lowcpu,norender pause Remove the -debug 5005 1 Quote Link to comment Share on other sites More sharing options...
donaldchen34 Posted October 28, 2018 Author Share Posted October 28, 2018 2 hours ago, Night said: Remove the -debug 5005 i love you Quote Link to comment Share on other sites More sharing options...