Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.82 KB | None | 0 0
  1. @SuppressWarnings("unused")
  2.     public Socket method6109(String source) throws IOException {
  3.         try {
  4.             return new Socket(InetAddress.getByName(Class124_Sub1.LOBBY_IP), Class124_Sub1.LOBBY_PORT);
  5.             //seems to be the main one
  6.             /*if (true)//<-- filthy client editor
  7.                 return new Socket(InetAddress.getByName(Class124_Sub1.IP), Class124_Sub1.PORT);
  8.             if (!((Class498) this).aBoolean5890)
  9.                 return new Socket(InetAddress.getByName(currentIP), (((Class498) this).aBoolean5888 ? anInt5885 * -1070948251 : anInt5887 * 1234504365));
  10.             return Class397.method4678(currentIP, (((Class498) this).aBoolean5888 ? anInt5885 * -1070948251 : 1234504365 * anInt5887), -1765188439).method6036(-705873968);*/
  11.         } catch (RuntimeException e) {
  12.             throw Class476.method5964(e, new StringBuilder().append("uo.r(").append(')').toString());
  13.         }
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement