Parse bot proxy
-
Hi guys, how can we parse bot's proxy (ip) in use ?
-
Do you ask this everywhere you go pal
<PROXY>
-
@B1rdY Nobody seems to care
Can you please elaborate more how to get / parse ip from <PROXY> ?
-
PARSE "<PROXY>" LR "" "" -> VAR "BLAHBLAH"
-
If you want just the IP and not the port you can do
PARSE "<PROXY>" LR "" ":" -> VAR "BLAHBLAH"
-
@Ruri
Well... LR, thinking that would have been obvious. but then again
-
Thanks you