• Welcome to Valhalla Legends Archive.
 

0x2C packet problem

Started by Dark-Feanor, June 09, 2003, 08:08 PM

Previous topic - Next topic

Dark-Feanor

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
- Feanor[xL]
clan exile
Firebot
iago: "caps lock is like cruise control for cool"

Brolly

A DWORD is four bytes long. I take it you want to insert bytes?

Maddox

asdf.

Mesiah / haiseM

#3
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 :)
]HighBrow Innovations
Coming soon...

AIM Online Status: 

Camel

MesiaH, that isn't going to help if he's still sending 0xC2.