Jump to content

Bot all stats


Recommended Posts

Posted

 

You can make scripts yourself which can for example level different skills in one go.

I make my own scripts that level a couple skills in one go with some breaks, this way I don't have to set them up manually for each skill and can let them run for a long time without looking at them.

I also use 'Accountstarters' which is a .bat file with some code:

cd C:/Users/%username%
for /f "delims=" %%x in ('dir /s /od /b OSBot*.jar') do set recent=%%x
java -jar "%recent%" -mem 1024 - allow lowresource,lowcpu -proxy (Your proxy here):(Proxy username):(proxypass) -login (Osbot username):(Osbot password) -bot (bot login email):(bot login password):(pin) -world (world number) -script (scriptname)
echo %recent%
pause

Put this in a .txt file with the correct info and convert it into a .bat file.
Now you only have to double click your bat file and your bot starts right away.

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...