1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Unable to use certain Socks proxies when launching with a batch file

Discussion in 'Client & Site Support' started by Aria, Dec 13, 2015.

  1. Aria

    Joined:
    Feb 26, 2015
    Messages:
    821
    Likes Received:
    286
    All my proxies work when RM is launched normally. However, for some proxies, this error occurs when RM is launched with these arguments.

    [​IMG]

    Code (Text):
    1.  
    2. @echo off
    3. java -jar -Xmx2024m RuneMate.jar -sdk -proxy=[IP]:[PORT]:[PROXY USERNAME]:[PROXY PASSWORD] -login=Aria:[MY PASSWORD]:DARK -dimensions="980x720" -bot="Account creator"
    4. pause
    5.  
     
  2. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    The proxy is likely intercepting the traffic and manipulating/replacing it with something of its own. Pretty common practice for protected gateways. You should investigate that with a simple Java example.
     
    Microsoft likes this.

Share This Page

Loading...