Hey Guys, i need to make a Auto Relog Function when the clientless (bot) *** dc automatic relog again the problem i face it about the packet i used this packet
if (current.Opcode == 0xB010 && current.ReadUInt8() == 0x01)
}
Globals.MainWindow.Log.Add("Got DC");
{
this Opcode got it from Analayzer
[IMG=expandable: 1]

[/IMG]
BUT Nothin happen in My Log to recive this message "Got DC"