Jump to content

[SNIPPET] Kill CLI / by proxy, script, name, or jar / (Windows only)


Recommended Posts

Posted

Hi there, just making a small updated version of the snippet Naked made:

[ORIGINAL] Naked's Post

as this didn't work for me however the following code did: 

Pastebin - Java code

 

How does it work?

When you wish to kill the client use:

kill(input);

and instead of input choose a String, which you've used in a CLI command to launch your bot!

java -jar OSBot.jar -login Name:password

 

You could do:

kill(OSBot);

kill(Name);

kill(password);

 

--- 

But also the proxy, script all parameters can be found here:

CLI Commands Table

 

Hopefully this helped someone out :)

snippet.png

  • Like 1

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