Thread: [Help required] ...about creating MU packet sniffer in AutoIt
Started 1 month, 1 week ago by Sandin
So, it's possible to get packets via AutoIt and stay undetected, but I have few issues with it.
First of all I don't know packet codes, so if someone knows them, please share,
second of all, sometimes packets I get are merged, so instead of getting first and then second packet, I get both of them together as one or more (this happens in case of lagging),
third - have some issues with ...
First Problem: i posted a documentation of protocols in many places, you may search on google about them, its almost complete and made on c++
Second Problem: Packet structure are defined as this
XX YY ZZ ....
XX meand xcode, that means, C1,C2,C3 or C4, C1 and C3 and used with packets that can hold a maximun of 255 bytes, C2 and C4 can hold up to 65535 bytes
YY is the size of packet...
Quote:
Originally Posted by Deathway
First Problem: i posted a documentation of protocols in many places, you may search on google about them, its almost complete and made on c++
Second Problem: Packet structure are defined as this
XX YY ZZ ....
XX meand xcode, that means, C1,C2,C3 or C4, C1 and C3 and used with packets that ...
Update 1.2: it's using winpcap only now. You can set the program to sniff only specific packets, for example: you check "Recieve only this packets" checkbox and input "C1 11" next to it, and you will receive only DMG packets, so u can see how much u hit, and how much dmg u get in CC instead of just "hit", or you can input "C2 20" so you get only drop items packets (I...
right ^^ come to unicode world and then will talk about StringToByte and here is vice verse S!th Code: function HexTo(Source: String): TByteArray; var i,CharPtr:Integer; tmp:String; begin CharPtr := 1; for i := 0 To Length(Source) div 2 -1 do begin tmp := Copy(Source, CharPtr, 2); inc(CharPtr,2); Result[i] := StrToInt('$'+tmp); end; end;
Quote: Originally Posted by oiiiiiiiiii Does every mob have a different packet? If so, is it possible to know where a White Wizard appears for example? no its not.
First Problem: i posted a documentation of protocols in many places, you may search on google about them, its almost complete and made on c++ Second Problem: Packet structure are defined as this XX YY ZZ .... XX meand xcode, that means, C1,C2,C3 or C4, C1 and C3 and used with packets that can hold a maximun of 255 bytes, C2 and C4 can hold up to 65535 bytes YY is the size of packet ZZ is the packet headcode C1 03 02 Size is 3 C2 00 05 01 04...
Quote: Originally Posted by Deathway First Problem: i posted a documentation of protocols in many places, you may search on google about them, its almost complete and made on c++ Second Problem: Packet structure are defined as this XX YY ZZ .... XX meand xcode, that means, C1,C2,C3 or C4, C1 and C3 and used with packets that can hold a maximun of 255 bytes, C2 and C4 can hold up to 65535 bytes YY is the size of packet ZZ is the packet...
Gonna be a long day. Spent an hour trying to find a... Gonna be a long day. Spent an hour trying to find a tripped breaker that didn't exist. Shocked the packet sniffer joke didn't get a laugh. 6:28 AM Sep 17th, 2008 from TweetDeck
Thread profile page for "[Help required] ...about creating MU packet sniffer in AutoIt" on http://www.multiplayercheats.de.
This report page is a snippet summary view from a single thread "[Help required] ...about creating MU packet sniffer in AutoIt", located on the Message Board at http://www.multiplayercheats.de.
This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity