Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

can someone help me with cli

Featured Replies

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

Refer to: 

It also has examples, take a look and see if it helps. 

  • Author
4 minutes ago, Satire said:

Refer to: 

It also has examples, take a look and see if it helps. 

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

because I have absolutely no experience with cli.

java -jar "osbot 2.4.xxx.jar" -login osbotuser:osbotpassword -bot rsname:rspass:bankpin -allow lowresource

place this in notepad and save as .bat or .cmd file (if your vps is a windows environment)

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

33 minutes ago, xilosionx said:

and if i want use proxies?

-proxy ip:port:user:pass

Hard to read to manual. :cate:

  • 1 year later...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.