Acke Posted June 4, 2017 Posted June 4, 2017 Hey, i need help to setup a CLI. java -jar "OSBot 2.4.128.jar" -proxy xxx.xxx.xxx.xxx:xxxx -login Username:Password:0000 -bot Email:Password Am i doing anything wrong?
Butters Posted June 4, 2017 Posted June 4, 2017 Just now, acke1995 said: Hey, i need help to setup a CLI. java -jar "OSBot 2.4.128.jar" -proxy xxx.xxx.xxx.xxx:xxxx -login Username:Password:0000 -bot Email:Password Am i doing anything wrong? Yeah, you're entering the bank pink on your osbot login info and not in your bot info. Try like: java -jar "OSBot 2.4.128.jar" -proxy xxx.xxx.xxx.xxx:xxxx -login Username:Password -bot Email:Password:0000
Butters Posted June 4, 2017 Posted June 4, 2017 Proxy doesn't work as in says it failed to connect or didn't even try to use it?
Acke Posted June 4, 2017 Author Posted June 4, 2017 1st i used got an error. all the other just freeze th client.
Butters Posted June 4, 2017 Posted June 4, 2017 Yeah, your proxies are failing. Maybe you need to authenticate those? -proxy ip:port:PROXY_USERNAME:PROXY_PASS -login .... or sometimes the proxy provider needs authentication via IP on their dashboard. Check these out
Acke Posted June 4, 2017 Author Posted June 4, 2017 @nosepicker trying to use socks5 proxies. tested a few with Elite proxy switcher and they are working. I dont know about proxy usernames and passwords
Butters Posted June 4, 2017 Posted June 4, 2017 1 minute ago, acke1995 said: @nosepicker trying to use socks5 proxies. tested a few with Elite proxy switcher and they are working. I dont know about proxy usernames and passwords Make sure that you are really using Sock5 and not HTTP. Sometimes you get http or sock5, depending on which port you're using. If the proxy works on the web, but doesn't on osbot, then it's most likely that you're not using Sock5 1
Acke Posted June 4, 2017 Author Posted June 4, 2017 Omg, i'm a toad... they were HTTP´s sigh thank you @nosepicker Now i just gotta find a working one :P