Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 06:21

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

Advertisement



Fixing ProPRoxy

Discussion on Fixing ProPRoxy within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2006
Posts: 424
Received Thanks: 73
I have to admit. I hate Aimbotting, but sometimes you resort to doing so as an act of desperation when all your enemies get you in 1 hit 10 times in a row and you know for a fact that they Aimbot.

The best AimBot I have see was Proproxy. I can easily use it by disabling the address that it checks on my firewall, but I would like to make it safer as I don't use it that much and aI could easily forget to re set it in the firewall if I Updated it.

I unpacked the .jar file and decompiling the class files to .jad which I did.

I replaced the hackers server address with "localmachine" so it will check my own machine as I am a noob wit Java and programing in general so I wouldn't mess up the structure.

After I changed and saved PacketStore.java and QOProxy.java I started the re compiling process (I use DJ Java Decompiler).

When I compiled PacketStore.java it easilly compiled to Packetstore.class and TCP.class.
but
When I started to re compile QOProxy.java it failes a lot. it keeps giving me errors although nothing in the structure, I just replaced an the address for the local machine.

I Can't post a copy of the errors as it is a lot and mostly syntax errors.

<hr>Append on Jun 3 2007, 15:37<hr> Decided to add a sample of the errors so maybe someone will be able to help me understand them.

----jGRASP exec: javac -g C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java
----at: Jun 3, 2007 4:33:52 PM

----jGRASP wedge: pid for wedge is 3440.
----JGRASP wedge2: pid for wedge2 is 3108.
----JGRASP wedge2: CLASSPATH is ".;;;C:&#092;Program Files&#092;jGRASP&#092;extensions&#092;classes".
----jGRASP wedge2: working directory is [C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source] platform id is 2.
----jGRASP wedge2: actual command sent ["C:&#092;Program Files&#092;Java&#092;jdk1.6.0_01&#092;bin&#092;jav ac.exe" -g "C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java"].
----JGRASP wedge2: pid for process is 3724.

C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:24: '.class' expected
byte byte0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:24: not a statement
byte byte0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:209: not a statement
mapconnection;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:210: ';' expected
JVM INSTR monitorexit ;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:210: not a statement
JVM INSTR monitorexit ;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:211: illegal start of expression
goto _L1
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:245: illegal start of expression
if(true) goto _L3; else goto _L2
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:245: not a statement
if(true) goto _L3; else goto _L2
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:245: 'else' without 'if'
if(true) goto _L3; else goto _L2
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:246: ';' expected
_L2:
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:252: invalid method declaration; return type required
public Ticker(MapConnection mapconnection)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:268: '.class' expected
byte abyte0[];
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:268: not a statement
byte abyte0[];
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:268: not a statement
byte abyte0[];
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:489: not a statement
mc;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:490: ';' expected
JVM INSTR dup_x1 ;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:490: not a statement
JVM INSTR dup_x1 ;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:491: not a statement
charname;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:493: not a statement
(char)abyte0[byte0 + i6];
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:496: not a statement
charname;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:498: illegal start of expression
if(true) goto _L2; else goto _L1
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:498: not a statement
if(true) goto _L2; else goto _L1
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:498: 'else' without 'if'
if(true) goto _L2; else goto _L1
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:499: ';' expected
_L1:
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:500: <identifier> expected
if(filterusers && !players.contains((new StringBuilder()).append(mc.charname).append("").to String()))
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:500: <identifier> expected
if(filterusers && !players.contains((new StringBuilder()).append(mc.charname).append("").to String()))
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:500: illegal start of type
if(filterusers && !players.contains((new StringBuilder()).append(mc.charname).append("").to String()))
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:505: illegal start of type
} else
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:509: illegal start of type
break MISSING_BLOCK_LABEL_6438;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:509: <identifier> expected
break MISSING_BLOCK_LABEL_6438;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:510: illegal start of type
if(i == 1110)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:510: <identifier> expected
if(i == 1110)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:511: <identifier> expected
mc.map = abyte0[4] & 0xff | (abyte0[5] & 0xff) << 8;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:512: illegal start of type
else
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:513: <identifier> expected
if(i == 1010 && (abyte0[22] == 86 || abyte0[22] == -92 || abyte0[22] == 74))
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:513: ']' expected
if(i == 1010 && (abyte0[22] == 86 || abyte0[22] == -92 || abyte0[22] == 74))
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:513: ']' expected
if(i == 1010 && (abyte0[22] == 86 || abyte0[22] == -92 || abyte0[22] == 74))
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:513: ']' expected
if(i == 1010 && (abyte0[22] == 86 || abyte0[22] == -92 || abyte0[22] == 74))
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:528: illegal start of type
} else
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:529: <identifier> expected
if(i == 1010 && abyte0[22] == -123)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:529: ']' expected
if(i == 1010 && abyte0[22] == -123)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:573: illegal start of type
} else
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:574: <identifier> expected
if(i == 1022)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:587: illegal start of type
} else
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:588: <identifier> expected
if(i == 1101)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:635: illegal start of type
} else
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:636: <identifier> expected
if(i == 1005)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:769: illegal start of type
} else
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:770: <identifier> expected
if(i == 1014)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:805: invalid method declaration; return type required
sendMapPacketToClient(mc, abyte0);
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:805: <identifier> expected
sendMapPacketToClient(mc, abyte0);
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:805: <identifier> expected
sendMapPacketToClient(mc, abyte0);
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:806: illegal start of type
if(i == 1014 && j != 0 && mc.blockPlayers && j != mc.id && k == 0)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:806: <identifier> expected
if(i == 1014 && j != 0 && mc.blockPlayers && j != mc.id && k == 0)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:806: <identifier> expected
if(i == 1014 && j != 0 && mc.blockPlayers && j != mc.id && k == 0)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:806: <identifier> expected
if(i == 1014 && j != 0 && mc.blockPlayers && j != mc.id && k == 0)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:806: <identifier> expected
if(i == 1014 && j != 0 && mc.blockPlayers && j != mc.id && k == 0)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:806: <identifier> expected
if(i == 1014 && j != 0 && mc.blockPlayers && j != mc.id && k == 0)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:806: <identifier> expected
if(i == 1014 && j != 0 && mc.blockPlayers && j != mc.id && k == 0)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:807: invalid method declaration; return type required
sendMapPacketToClient(mc, packet_disc(j));
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:807: <identifier> expected
sendMapPacketToClient(mc, packet_disc(j));
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:807: <identifier> expected
sendMapPacketToClient(mc, packet_disc(j));
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:808: illegal start of type
if(true) goto _L4; else goto _L3
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:808: <identifier> expected
if(true) goto _L4; else goto _L3
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:808: illegal start of type
if(true) goto _L4; else goto _L3
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:809: ';' expected
_L3:
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:812: class, interface, or enum expected
MapConnection mc;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:813: class, interface, or enum expected
final QOProxy this&#036;0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:815: class, interface, or enum expected
public Pump(MapConnection mapconnection)
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:818: class, interface, or enum expected
super();
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:819: class, interface, or enum expected
mc = mapconnection;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:820: class, interface, or enum expected
start();
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:821: class, interface, or enum expected
}
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1551: class, interface, or enum expected
public static void main(String args[])
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1554: class, interface, or enum expected
}
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1556: class, interface, or enum expected
public QOProxy()
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1559: class, interface, or enum expected
danprox = false;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1560: class, interface, or enum expected
filterid = 0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1561: class, interface, or enum expected
localLoginPort = 9958;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1562: class, interface, or enum expected
localMapPort = 5816;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1563: class, interface, or enum expected
remoteLoginPort = 9958;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1564: class, interface, or enum expected
remoteMapPort = 5816;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1565: class, interface, or enum expected
playerName = "";
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1566: class, interface, or enum expected
remoteLoginIP = "";
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1567: class, interface, or enum expected
remoteMapIP = "";
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1568: class, interface, or enum expected
npcs = new Vector();
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1569: class, interface, or enum expected
logFile = "qoproxy.log";
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1570: class, interface, or enum expected
monsters = new Hashtable();
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1571: class, interface, or enum expected
mkey1 = new byte[256];
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1572: class, interface, or enum expected
mkey2 = new byte[256];
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1573: class, interface, or enum expected
mss = 0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1574: class, interface, or enum expected
tcp = new TCP();
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1575: class, interface, or enum expected
dcp = new PacketStore();
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1576: class, interface, or enum expected
logFS1 = 0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1577: class, interface, or enum expected
logFS2 = 0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1578: class, interface, or enum expected
logFC1 = 0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1579: class, interface, or enum expected
logFC2 = 0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1580: class, interface, or enum expected
logTS1 = 0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1581: class, interface, or enum expected
logTS2 = 0;
^
C:&#092;New Folder&#092;1&#092;Decompiled&#092;Source&#092;QOP roxy.java:1582: class, interface, or enum expected
logTC1 = 0;
^
100 errors

----jGRASP wedge2: exit code for process is 1.
----jGRASP: operation complete.
raptordin is offline  
Old 06/03/2007, 19:37   #2
 
elite*gold: 0
Join Date: Mar 2006
Posts: 1,252
Received Thanks: 476
i wish icould help u but i dun know anything about these , jsut figuring u gonna release it on public?
GrimReaper91 is offline  
Old 06/04/2007, 07:43   #3
 
elite*gold: 0
Join Date: Jan 2006
Posts: 424
Received Thanks: 73
Quote:
Originally posted by GrimReaper91@Jun 3 2007, 20:37
i wish icould help u but i dun know anything about these , jsut figuring u gonna release it on public?
I am still in the learning curve. I don't think I could do anything worthy of public release. also I don't like Aimbot to be honest.

I know that higher lvl Forum members surely did that already, but I am trying to do it myself.
I just use it for -dhcyclone usually and only (I really mean only) when others AimBot me.
And if by any chance I managed to do it surely will not release it unless I manage to take AimBot out of it ( I have to be hojnest) I hate Aim bots.

All I want to do now is correct this syntax structure so I can re compile that .jaja to a .class and see If I can make it.
raptordin is offline  
Old 06/04/2007, 09:39   #4
 
ManBoobs's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 323
Received Thanks: 6
i would love you if you fix the autohunt function too :P
ManBoobs is offline  
Old 06/04/2007, 20:19   #5
 
elite*gold: 0
Join Date: Jan 2006
Posts: 424
Received Thanks: 73
bump.

Please I need help from epvpers pros and programmers.
Don't give me it just tell me what is wrong with the syntax and Yes I know I am a noob else I would have found out easily.

**Typing Mistakes**
raptordin is offline  
Old 06/05/2007, 03:19   #6
 
elite*gold: 0
Join Date: May 2006
Posts: 331
Received Thanks: 2
*bump*

this may be useful if the autohunt tool can be brought back
Lotherein is offline  
Old 06/05/2007, 17:01   #7
 
ManBoobs's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 323
Received Thanks: 6
/bump is this evolving or not? i want the autohunt tool :]
ManBoobs is offline  
Old 06/05/2007, 18:52   #8
 
elite*gold: 0
Join Date: Jul 2005
Posts: 639
Received Thanks: 43
ProProxy isin't any better then any other proxy. It claims to work with guards but it dosen't. I don't see what's soo good about its autohunt either.

Personally I decompiled it, and changed the addy in packetstore.class to 1.0.1.0 andrecompiled just fine. If you just changed the address you shouldn't run into any problems.

But even after doing that I still prefer Lake292's proxy over proproxy.
Matt.dk is offline  
Reply


Similar Threads Similar Threads
ProProxy
05/07/2007 - CO2 Bots & Macros - 14 Replies
Backdoored ProProxy!!! Hi^^ This is new verison of QOProxy i have seen many people looking for aim bot and this is it!! You can make it work like before just change the IP and wala ;)) you have more on the page of ProProxy You can find it on the file!!! (this is not my work) BUT +1 KARMA WILL BE NICE ^^ *edit - File removed by a1blaster*
about proproxy
04/25/2007 - Conquer Online 2 - 16 Replies
is there a way to make it autohunt with my archer? anything that will equip new arrows at least, or scatter preferrably. i don't want to download anything else unless i need to though.
ProProxy
04/15/2007 - Conquer Online 2 - 7 Replies
Well i figured since ProProxy is actually a very good proxy (best one out). Why not turn it around on him. Just go into it and remove the stuff that sends your info. The program is very good, just needs somebody to weed out the bad stuff. I have no experience with java so i can't do it, i am just making the suggestion because it sounded good when i thought of it. Please don't flame me for my thoughts. Also if a person that takes on this task decides not to keep the aim bot part that is cool. i...
proproxy additions
04/12/2007 - Conquer Online 2 - 1 Replies
Doesn't mattter i found it out lolz, it does pick up mets just me being stupid sorry for the wasted thread



All times are GMT +2. The time now is 06:21.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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