Jump to content

can someone help me with cli


xilosionx

Recommended Posts

Hey, I'm sebastian and I'm looking for someone who can help me setting up a cli on my vps.
I need it for a small gold farm of 7 slaves and 1 mule.
i have no experience with cli and i hope to find here somebody who can help me
 on skype or pm (I have a fee for it)
Edited by xilosionx
Link to comment
Share on other sites

20 minutes ago, xilosionx said:

thanks,I have already looked at it but could not get it any further,

because I have absolutely no experience with cli.

CLI is short for command line which means you must run it via the command line. 

If you're using Windows you run CMD (or create a .bat script) and if you are using Linux, you open terminal (or create a .sh script). 

Every parameter has a meaning. Depending on your scripts, it may or may not allow script parameters. 

I'll explain how to run a script using commandline

So you have a flag and description for each flag, there are requirements to some flags. As you can see on the far right, not every single flag requires anything but most of the main ones do.

You'd just want to have a basic login for now.

So we open up our command line and use "CD" to change into a directory(easiest way to explain to you). 

java -jar "osbot 2.4.xxx.jar" -login osbotusername:osbotpassword -bot  rsuser:rspw:pin(must be 0000 if you don't have a pin) - script urscriptname:scriptparameters 


java - jar "osbotxxxx.jar" is just telling java to open the jar file named osbotwhatever.jar and after that is telling osbot the login details for both rs and osbot.

You don't need to worry about anything except for the -script  flag


Say you have a script named xMuler and it had parameters of "true;false;true"

The first true means enable camera rotation

The false next to it means disable random mouse movements

The third true represents whether or not it will trade any player

Parameters are just a way to quick start your settings for your script (but not all scripts support it, they must explicitly be defined). Meaning that osbot will not autogenerate what the parameters will do, it will only  display a string which represents the parameters that were entered. 


There are 2 ways to run it (in your case)

Way 1. Without script parameters

 


java -jar "osbot 2.4.xxx.jar" -login osbotusername:osbotpassword -bot  rsuser:rspw:pin -script xMuler:none


Way 2. With parameters

 

java -jar "osbot 2.4.xxx.jar" -login osbotusername:osbotpassword -bot  rsuser:rspw:pin -script xMuler:true;true;false

Edited by Satire
Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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