This is the script I have for sending the 0x2C packet. For some reason, it does not work and disconnects me from b.net. Any help is apreciated.
.InsertDWORD &H0
.InsertDWORD &H8
.InsertDWORD &H1
.InsertDWORD &H2
.InsertDWORD &H0
.InsertDWORD &H0
.InsertDWORD &H0
.InsertDWORD &H0
.InsertDWORD &H0
.InsertDWORD &H0
.InsertNTString Username
.InsertNTString Username2
.InsertBytes "(The game result information)"
.sendPacket &HC2
A DWORD is four bytes long. I take it you want to insert bytes?
.sendPacket &HC2
you need to throw in your terminators, 0x0a and 0x00. Ill let u figure out where they need to be by reading your packet logs like a good boy :)
MesiaH, that isn't going to help if he's still sending 0xC2.