wj7 Posted June 15, 2019 Posted June 15, 2019 (edited) 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, 2019 by wj7 made a typo
Ragboys is back Posted June 15, 2019 Posted June 15, 2019 -script FishNetLooter The script is local and is named 'NetFishLooter'
wj7 Posted June 16, 2019 Author Posted June 16, 2019 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.
Hybris Posted June 19, 2019 Posted June 19, 2019 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