Author | Message | Time |
---|---|---|
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. [code] .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 [/code] | June 10, 2003, 1:08 AM |
Brolly | A DWORD is four bytes long. I take it you want to insert bytes? | August 8, 2003, 3:51 AM |
Maddox | [code] .sendPacket &HC2 [/code] | August 8, 2003, 4:12 AM |
MesiaH | 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 :) | August 14, 2003, 5:39 AM |
Camel | MesiaH, that isn't going to help if he's still sending 0xC2. | August 14, 2003, 6:21 AM |