Register for your free account! | Forgot your password?

You last visited: Today at 04:44

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

Advertisement



getting x,y packet

Discussion on getting x,y packet within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2011
Posts: 93
Received Thanks: 20
getting x,y packet

hey i`m trying to get the x,y packet but no luck and i want to ask you if this code is still working
Code:
    #region case 10010:
                        case 10010:
                            {
                                switch (BitConverter.ToUInt16(data, 42))
                                {
                                    case 156:
                                        {
                                            role.LastJumpConfirmed = true;
                                            role.X = BitConverter.ToUInt16(data, 94 + 4);
                                            role.Y = BitConverter.ToUInt16(data, 96 + 4);
                                            role.owner.UpdateGUILBL(role);
                                            break;
                                        }

                                    case 137:
                                    case 162:
                                        {
                                            role.LastJumpConfirmed = true;
                                            role.X = BitConverter.ToUInt16(data, 8);
                                            role.Y = BitConverter.ToUInt16(data, 10);
                                            role.prevX = BitConverter.ToUInt16(data, 0x7E);
                                            role.prevY = BitConverter.ToUInt16(data, 0x7);
                                            role.owner.UpdateGUILBL(role);
                                            break;
                                        }

                                    case 0x93:
                                        {
                                            role.xp = 0;
                                            role.OnXp = false;
                                            break;
                                        }
                                    default:
                                        break;
                                }
                                break;
                            } 
                        #endregion
kakamankoko is offline  
Old 03/11/2014, 16:53   #2
 
elite*gold: 0
Join Date: Feb 2014
Posts: 31
Received Thanks: 0
Packets is sucks
elitesuckup is offline  
Old 03/11/2014, 20:33   #3
 
elite*gold: 0
Join Date: Apr 2011
Posts: 93
Received Thanks: 20
Quote:
Originally Posted by elitesuckup View Post
Packets is sucks
i got them now and i make it work just the aimbot and speedhack is not working
kakamankoko is offline  
Reply




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


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.