Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Soul Taker on November 15, 2002, 05:45 AM

Title: Two packets
Post by: Soul Taker on November 15, 2002, 05:45 AM
Can anyone tell me what's in the packets starting with 0x65 and 0x6A when creating a D2XP game?
In 0x65 it's like the game is making it always the same length by adding in some junk, but I am unsure.
Title: Re: Two packets
Post by: Soul Taker on November 15, 2002, 09:43 AM
Ok, I got bot to create games, other people can join them and such.
I'd still like clarification on 0x65.
Is everything in game encrypted? Don't suppose anyone would help me decrypt it if so.
Title: Re: Two packets
Post by: Arta on November 17, 2002, 09:36 AM
They're compressed.
Title: Re: Two packets
Post by: Soul Taker on November 19, 2002, 06:43 PM
Will anyone give me source to decompress them or make them readable?
I hate to ask for source but I can't seem to find it online or figure it out on my own.
I hear Noodlez got it from someone but he always seems to be AFK.
Title: Re: Two packets
Post by: Noodlez on November 23, 2002, 11:06 PM
noodlez did it all on his own, kthx

edit: oh your talking about d2packetdecode, yobguls gave that to me. you'd have to ask him for it

ps: only client->server are compressed
and 0x65 is *EASY* the only reason i would see some one having trouble with it is they dont know what they're doing
Title: Re: Two packets
Post by: Soul Taker on November 24, 2002, 12:09 PM
All the game related stuff was easy.
I was wondering why it had a forced len rather than just including the len in the packet...
How could I contact YobGuls? Haven't seen him since the old BotDev forums, and all his pages seem to have expired.
Title: Re: Two packets
Post by: Soul Taker on November 24, 2002, 12:11 PM
"and 0x65 is *EASY* the only reason i would see some one having trouble with it is they dont know what they're doing"
What's that all about? Why do you have to try and insult people?
You were posting stuff on Blizzhackers and couldn't even figure out the sequence bytes, so please don't try and insult me.
Title: Re: Two packets
Post by: Noodlez on November 24, 2002, 08:01 PM
Quote"and 0x65 is *EASY* the only reason i would see some one having trouble with it is they dont know what they're doing"
What's that all about? Why do you have to try and insult people?
You were posting stuff on Blizzhackers and couldn't even figure out the sequence bytes, so please don't try and insult me.

this was ~5 months ago
Title: Re: Two packets
Post by: Soul Taker on November 25, 2002, 12:11 PM
How can I contact YobGuls?
Title: Re: Two packets
Post by: Noodlez on November 25, 2002, 04:10 PM
QuoteHow can I contact YobGuls?

by MSN

he doesn't give it to just anyone. yobguls has been my friend for a while
Title: Re: Two packets
Post by: Soul Taker on November 25, 2002, 04:47 PM
He helped out people a lot in the old BotDev forums. I'm hoping he can point me in the right direction.
Title: Re: Two packets
Post by: Maddox on November 30, 2002, 05:37 PM
D2packet decode may be in the d2hackit source, you would have to check.