PDA

View Full Version : Help with packets



Leitao S.
5th April 2005, 03:43
Hey... i dont really know if the right name is packet but lets go on...

i wanna know what packets i must send to sphere to login, somewhere i read that is 1 82... but i send 1 82 n then some login... but it gives ERROR:b4:Bad Login 4

tk's everyone

ps.: im trying to connect under sockets (same way as telnet)

ps˛.: if exists any website with all (or most) packets of client/sphere i wanna know

psł.: sorry about the english =p

Virtuosofriend
10th April 2005, 18:11
you might wanna try some tutorials on packet sending on our trainers room.

Leitao S.
10th April 2005, 19:47
tk... i'll try that

Fallout[RUS]
11th April 2005, 08:36
Kair make very good packet goide...
http://necrotoolz.sourceforge.net/kairpacketguide/index.htm

Leitao S.
16th April 2005, 02:35
] Kair make very good packet goide...
http://necrotoolz.sourceforge.net/kairpacketguide/index.htm

DUDE!!! I LOVE UUUUUUUUUUUUUUUUUUUUU!!!!!!!
=*****
u create exploit programs and help newbs to be something xD

tksssss

fallout, if thats not too much, can u write the right packets to login with:
LOGIN: test
PASSW: 1234
im trying to connect but it just returns bad login 4 =/

tk's

Fallout[RUS]
17th April 2005, 22:11
If you want to login to game server... you must know something rulesss for normal client+)

1) Client->Server Server->Client protocol is not plaine byte...
2) In Login State Client use LoginCrypt.... (simple XOR crypt with 2 login key's)
3) In GameState Clietn use crypt alg... BlowFish or TwoFish or BlowFish + TwoFish
4) Server traffic in Game state is compressed if client version <2.0.4 Server used only Huffman compression algo... in another case Huffman + MD5...

so.... in your case i think you must use NecroPotence Uo Crypt Library .. or write your own.... you can download library from here http://necrotoolz.sourceforge.net...

Leitao S.
18th April 2005, 02:12
that's kind dificult heh

i'll try something
tk's a lot =)

Jegar
15th September 2005, 06:42
How do you send the packets? I've tried using packet programs but my client seems to just freeze. Any suggestions?