Eldrism Posted January 18, 2019 Share Posted January 18, 2019 (edited) I'm currently trying to use proxies for the first time with OSBot and it doesn't seem to load properly (it's probably an issue with me or my proxies, but any help would be appreciated). This is what happens when I open OSBot using my .bat file. Here is what is in my .bat file: Spoiler cd C:/Users/%username% for /f "delims=" %%x in ('dir /s /od /b OSBot*.jar') do set recent=%%x java -jar "%recent%" java -jar "%recent%" -mem 1024 -login emailaddress:password -bot emailaddress:password:1234 -script localscriptname:none -proxy proxyip:8000:user:pass -allow lowresource,lowcpu,norender echo %recent% pause Here is what happens when I open it: Spoiler EDIT: I'm an idiot I was using HTTPS proxies opposed to SOCKS5 Edited January 18, 2019 by Eldrism Quote Link to comment Share on other sites More sharing options...