Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Guides & Templates
You last visited: Today at 10:32

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

Advertisement



Renabled proxy chat commands

Discussion on Renabled proxy chat commands within the CO2 Guides & Templates forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2005
Posts: 71
Received Thanks: 54
Renabled proxy chat commands

For Proxy fixers

Code:
            if(packetID(b)==0x3ec)
            {				

                if(b[b[25] + 29] == 35) 
                {

	           int a = b[25] + 30;
	           int l = b[0] - 3;
                    String c="";
                    for(int i=a; i<l; i++)
                        c+=(char)b[i];

                    if(c.equalsIgnoreCase("scentbot"))
                    {
Good lucky...

#Edit 1
New fix for basic set with asm

Code:
if(packetID(b)==0x3ec)
{
int 26 + b[25] & 0xff;
a+=(b[a]&0xff)+1;
if(b[a]==0) a++;
if(b[a+1]==35) 
{
int l=(b[a]&0xff);
String c="";
for(int i=a+2; i<a+l+1; i++)
c+=(char)b[i];

if(c.equalsIgnoreCase("scentbot"))
{
#Edit 2
GM Message fix (Proxy alert function):

Code:
		int l = m.length() + 46;
		byte b[] = new byte[l];
		b[0] = (byte)(l & 0xff);
		b[1] = (byte)((l & 0xff00) >> 8);
		b[2] = (byte)(int)0xec;
		b[3] = (byte)(int)0x03;
		b[4] = (byte)(int)0xff;
		b[5] = (byte)(int)0xff;
		b[6] = (byte)(int)0xff;
		b[8] = (byte)(int)0xdb;
		b[9] = (byte)(int)0x07;
		b[12] = (byte)(int)0x5c;
		b[13] = (byte)(int)0x05;
		b[24] = (byte)(int)0x04;
		b[25] = (byte)(int)0x06;
		System.arraycopy(("SYSTEM").getBytes(), 0, b, 26, 6);
		b[32] = (byte)(int)0x08;
		System.arraycopy(("ALLUSERS").getBytes(), 0, b, 33, 8);
		b[42] = (byte)(m.length() & 0xFF);
		System.arraycopy(m.getBytes(), 0, b, 43, m.length());
		sendMapPacketToClient(mc, b);
Cypherx is offline  
Thanks
5 Users
Old 09/05/2007, 00:33   #2
 
Queen-Of-Evil's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 595
Received Thanks: 443
Question

Quote:
Originally Posted by Cypherx View Post
For Proxy fixers

Code:
            if(packetID(b)==0x3ec)
            {				

                if(b[b[25] + 29] == 35) 
                {

	           int a = b[25] + 30;
	           int l = b[0] - 3;
                    String c="";
                    for(int i=a; i<l; i++)
                        c+=(char)b[i];

                    if(c.equalsIgnoreCase("scentbot"))
                    {
Good lucky...

Ummm,,, Heres what you Put,,,



if(packetID(b)==0x3ec)
{

if(b[b[25] + 29] == 35)
{

int a = b[25] + 30;
int l = b[0] - 3;
String c="";
for(int i=a; i<l; i++)
c+=(char)b[i];

if(c.equalsIgnoreCase("scentbot"))
{



Heres the Original QOproxy version:


if(packetID(b)==0x3ec)
{
int a=18+b[17]&0xff;
a+=(b[a]&0xff)+1;
if(b[a]==0) a++;
if(b[a+1]==35)
{
int l=(b[a]&0xff);
String c="";
for(int i=a+2; i<a+l+1; i++)
c+=(char)b[i];

if(c.equalsIgnoreCase("scentbot"))
{
***************************************

And Heres the Venom Versions (* 3 refrences to 0x3ec *) :

***************************************

loc_3AAC: // CODE XREF: J+AB8j J+ACCj
ldarg.0
ldloc.2
callvirt int32 a.a::I(int8[])
ldc.i4 0x3EC
bne.un loc_50FA
ldc.i4.s 0x12
ldloc.2
ldc.i4.s 0x11
ldelem.i1
conv.i4
add
ldc.i4 0xFF
and
stloc.s 0x2B
ldloc.2
ldloc.s 0x2B
ldelem.i1
conv.i4
stloc.s 0x2C
ldstr ""
stloc.s 0x2D
ldloc.2
ldloc.s 0x2B
ldelem.i1
conv.i4
ldc.i4.0
ble.s loc_3B16
ldc.i4.1
stloc.s 0x2E
br.s loc_3B0E

**************************************
loc_864D: // CODE XREF: sub_8620+1Aj
ldarg.0
ldfld class a.a d::A
ldloc.1
callvirt int32 a.a::I(int8[])
stloc.2
ldarg.0
ldfld class a.a d::A
ldloc.1
ldstr "\r\nServer to Client"
callvirt void a.a::g(int8[], class System.String)
ldc.i4.0
stloc.3
ldc.i4.0
stloc.s 4
ldloc.2
ldc.i4 0x3EC
bne.un loc_891C
ldarg.0
ldfld class a.a d::A
ldfld bool a.a::C
brfalse loc_891C
ldstr ""
stloc.s 5
ldstr ""
stloc.s 6
ldstr ""
stloc.s 7
.try {
ldloc.1
ldc.i4.s 0x11
ldelem.i1
conv.i4
stloc.s 8
ldc.i4.1
stloc.s 9
br.s loc_86D2

**********************************

loc_AC87: // CODE XREF: sub_8620:loc_8917j
// sub_8620:loc_8AA6j ...
ldloc.2
ldc.i4 0x3EC
beq.s loc_ACA1
ldarg.0
ldfld class a.a d::A
ldarg.0
ldfld class c d::A
ldloc.1
callvirt void a.a::G(class c, int8[])
***********************************


So any ideas what needs changing? cause me,,, im stumped...
Queen-Of-Evil is offline  
Old 09/05/2007, 02:25   #3
 
elite*gold: 0
Join Date: Jun 2005
Posts: 71
Received Thanks: 54
Cypherx is offline  
Thanks
1 User
Old 09/06/2007, 00:29   #4
 
Queen-Of-Evil's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 595
Received Thanks: 443
Quote:
Originally Posted by Cypherx View Post
Ive replied there and uploaded my ASM file for Venom for you to look at... its a very "Odd" ASM file, as yourll see when you look at it, well Thanks again, Hopefully we'll be able to get this up and running fully again. BTW I found a way to improve Guards AI should be intresting

Queen-Of-Evil is offline  
Thanks
2 Users
Old 09/06/2007, 01:49   #5
 
elite*gold: 0
Join Date: Aug 2007
Posts: 45
Received Thanks: 2
haha XD how did u learnt that xD

[QUOTE=Queen-Of-Evil;697350]Ummm,,, Heres what you Put,,,



if(packetID(b)==0x3ec)
{

if(b[b[25] + 29] == 35)
{

int a = b[25] + 30;
int l = b[0] - 3;
String c="";
for(int i=a; i<l; i++)
c+=(char)b[i];

if(c.equalsIgnoreCase("scentbot"))
{



Heres the Original QOproxy version:


if(packetID(b)==0x3ec)
{
int a=18+b[17]&0xff;
a+=(b[a]&0xff)+1;
if(b[a]==0) a++;
if(b[a+1]==35)
{
int l=(b[a]&0xff);
String c="";
for(int i=a+2; i<a+l+1; i++)
c+=(char)b[i];

if(c.equalsIgnoreCase("scentbot"))
***************************************[QUOTE]



Rolf <.< How did Your learnt that <.<...Mean to code like that ^^ haha
For me This langague is like chieness xD lo0ll, nvm it should took u so long time before to be good like that xD...Anyway ^^Im newb ...NO ^^I did a Website page to school ^^ haha xD

You Are Pro! Maybe just for me^^.GzzZzZzz to your knowledge :P not u ^^.jking :P

Waste of post,sure but I have time to waste

Cya And Have fun with Your aimbot ^^

ROLF WTF THAT TOPIC ^^ I would be almost sry and u should be tired now .no? ...I let u now .Happy ^^? lolll

Nate
Nathan1992 is offline  
Old 09/06/2007, 04:50   #6
 
elite*gold: 0
Join Date: Mar 2007
Posts: 20
Received Thanks: 0
Don't know how to code.
3hityouarch is offline  
Old 09/06/2007, 23:59   #7
 
Queen-Of-Evil's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 595
Received Thanks: 443
[quote=Nathan1992;698337][QUOTE=Queen-Of-Evil;697350]Ummm,,, Heres what you Put,,,



if(packetID(b)==0x3ec)
{

if(b[b[25] + 29] == 35)
{

int a = b[25] + 30;
int l = b[0] - 3;
String c="";
for(int i=a; i<l; i++)
c+=(char)b[i];

if(c.equalsIgnoreCase("scentbot"))
{



Heres the Original QOproxy version:


if(packetID(b)==0x3ec)
{
int a=18+b[17]&0xff;
a+=(b[a]&0xff)+1;
if(b[a]==0) a++;
if(b[a+1]==35)
{
int l=(b[a]&0xff);
String c="";
for(int i=a+2; i<a+l+1; i++)
c+=(char)b[i];

if(c.equalsIgnoreCase("scentbot"))
***************************************
Quote:



Rolf <.< How did Your learnt that <.<...Mean to code like that ^^ haha
For me This langague is like chieness xD lo0ll, nvm it should took u so long time before to be good like that xD...Anyway ^^Im newb ...NO ^^I did a Website page to school ^^ haha xD

You Are Pro! Maybe just for me^^.GzzZzZzz to your knowledge :P not u ^^.jking :P

Waste of post,sure but I have time to waste

Cya And Have fun with Your aimbot ^^

ROLF WTF THAT TOPIC ^^ I would be almost sry and u should be tired now .no? ...I let u now .Happy ^^? lolll

Nate
And you are
Queen-Of-Evil is offline  
Old 01/03/2008, 11:15   #8
 
leavemealone's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 2,168
Received Thanks: 8,593
This is usefull, i might make a new proxy
leavemealone is offline  
Reply


Similar Threads Similar Threads
Aion Chat Commands
10/19/2009 - Aion Guides & Strategies - 3 Replies
Here I have a nice list with all available chat commands to you. I did not made this list. But I think these commands are helpful for everyone :) /InvitetoGroup (/Invite) Invites a character to a group. (/InvitetoGroup Shungshung) /LeaveGroup (/Leave) Leaves the group you belong to. (/LeaveGroup) /BanGroup (/Kick) The group leader kicks a group member out. (/BanGroup Shungshung)
Chat Commands & Macros
05/06/2009 - Aion - 3 Replies
Not complete atm! ~Chat Commands~ /InvitetoGroup (/Invite)
Proxy Commands?
11/25/2007 - Conquer Online 2 - 14 Replies
Hey all, i require a little help from some one who knows alot of proxy commands. I have commands from queen's venom tool, but i cant seem to find any more. If some one could post a list (diffrent commands then the ones on queens venom tool post) or if some one could point me to some posts which have more commands for me it would be greatly appriciated. Thanks in advance.
Chat Commands
10/22/2004 - Lin2 Guides & Templates - 0 Replies
Flüstern "<name> <msg> Rufen !<msg> Gilde @<msg> Gruppe #<msg> Handel +<msg> ALT und Strg Befehle
Chat Commands
10/22/2004 - WoW Guides & Templates - 0 Replies
Slash-Befehle /bind gibt die momentane Position als bind-Position an /chat; /chathelp zeigt eine Liste aller Chat-Kommandos /follow; /f lässt den Charakter einem angewählten Spieler folgen /ghelp zeigt eine Liste der Gilden-Kommandos /party <Text> (auch /p) sendet die Nachricht <Text> im Party-channel /r zum antworten auf die letzte Nachricht /say <Text> (auch /s) schickt <Text> an alle Spieler in der Nähe /who zeigt alle Spieler, die online sind



All times are GMT +1. The time now is 10:32.


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.