Are you having trouble with the script not starting when you hit run? Or maybe the script seems a bit laggy when you run it? It might be that you need more memory for your bots! OSBot’s walker is VERY memory intensive and does not function correctly on some operating systems with the standard amount of memory given to the client, so it is recommend to up the memory a little!
The easiest way to increase your memory is to start your client up using either Terminal or CMD. Once opened, all you have to type is this:
"java -jar [DRAG AND DROP YOUR OSBOT JAR HERE] -mem 1024"
Then the client will start up normally, and all you have to do is minimize your Terminal or CMD window and all is good! Also, make sure where it says [DRAG AND DROP YOUR OSBOT JAR HERE], you actually drag and drop your OSBot jar onto your Terminal or CMD screen, and the file location will automatically appear. Then make sure you finish typing the most important part, which is the "-mem 1024" part that actually expands the memory you give towards the client. I hope this helps!