Jump to content

CLI wont load script


Recommended Posts

Posted (edited)

Hi!, I'm trying to start a small gold farm.

So I've tried making a CLI loadup but it won't start the scripts.

 

Spoiler

cd C:/Users/%username%
for /f "delims=" %%x in ('dir /s /od /b OSBot*.jar') do set recent=%%x
java -jar "%recent%" -mem 1024 -data 0 -login wj7:password -bot test123@outlook.com:password:0000 -script FishNetLooter:null
pause

This is the code that I've used. The script is local and is named 'FishNetLooter' (just a test script to see if it'd load)

Is there anything I'm doing wrong? I have no idea why it wont launch the script, does anyone know what to do?

Edited by wj7
made a typo

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