Hey Guys, i need to make a Auto Relog Function when the clientless (bot) god 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][Only registered and activated users can see links. Click Here To Register...][/IMG]
BUT Nothin happen in My Log to recive this message "Got DC"
if (current.Opcode == 0xB010 && current.ReadUInt8() == 0x01)
}
Globals.MainWindow.Log.Add("Got DC");
{
this Opcode got it from Analayzer
[IMG=expandable: 1][Only registered and activated users can see links. Click Here To Register...][/IMG]
BUT Nothin happen in My Log to recive this message "Got DC"