June 15, 20196 yr 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 June 16, 20196 yr by wj7 made a typo
June 16, 20196 yr Author On 6/15/2019 at 8:03 PM, Ragboys is back said: -script FishNetLooter The script is local and is named 'NetFishLooter' Apologies that was a typo, it has the exact name. Still does not work.
June 19, 20196 yr Try using it like this: java -jar YOUR FILE PATH -login OSBOT_USER:OSBOT_PASS -bot RUNESCAPE_USER:RUNESCAPE_PASS:BANK PIN(feel free to put 0000) -script SCRIPT_NAME:params
Create an account or sign in to comment