xilosionx Posted October 18, 2017 Share Posted October 18, 2017 (edited) 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 October 18, 2017 by xilosionx Quote Link to comment Share on other sites More sharing options...
Satire Posted October 18, 2017 Share Posted October 18, 2017 Refer to: It also has examples, take a look and see if it helps. Quote Link to comment Share on other sites More sharing options...
xilosionx Posted October 18, 2017 Author Share Posted October 18, 2017 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. Quote Link to comment Share on other sites More sharing options...
Prolax Posted October 18, 2017 Share Posted October 18, 2017 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) Quote Link to comment Share on other sites More sharing options...
Satire Posted October 18, 2017 Share Posted October 18, 2017 (edited) 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 October 18, 2017 by Satire Quote Link to comment Share on other sites More sharing options...
xilosionx Posted October 18, 2017 Author Share Posted October 18, 2017 and if i want use proxies? Quote Link to comment Share on other sites More sharing options...
Prolax Posted October 18, 2017 Share Posted October 18, 2017 33 minutes ago, xilosionx said: and if i want use proxies? -proxy ip:port:user:pass Hard to read to manual. Quote Link to comment Share on other sites More sharing options...
fstyle Posted October 18, 2017 Share Posted October 18, 2017 come on bruh. Quote Link to comment Share on other sites More sharing options...
pigfarmer Posted February 18, 2019 Share Posted February 18, 2019 (edited) ... Edited February 21, 2019 by pigfarmer Stupid question by me Quote Link to comment Share on other sites More sharing options...