Jump to content

OSBot Won't Launch


Recommended Posts

Posted

So I'm trying to open OSBot, and I can get past the Web Walking and my User/Pass works, however...when I try to click the "Launch" button to actually launch it, nothing happens, nothing pops up and the OSBot launch window disappears.

 

I created a batch file with this particular code:

cd C:/Users/%username%
for /f "delims=" %%x in ('dir /s /od /b OSBot*.jar') do set recent=%%x
java -jar "%recent%"
echo %recent%
pause

 

I put it in the same folder as the OSBot .Jar file, and when I run it through the command prompt, the OSBot box will appear, and when I click "Launch", the OSBot box disappears and the cmd prompt tells me to "press any key to continue"...but even when I do that, it still doesn't open.

 

I also have Java 8 installed. Is there anyone who can help me with this problem? Thanks in advance~

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...