getting x,y packet

03/08/2014 13:47 kakamankoko#1
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
03/11/2014 16:53 elitesuckup#2
Packets is sucks
03/11/2014 20:33 kakamankoko#3
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