Hello, I have started on a small project for the summer. I'll try to make a client that can login and write down the server list that the auth server sends to the client while login.
I made my own TCP server and received this when I try to login using the l2 client ( interlude ), Then I tried to send same packet to the real Auth but didn't work as expected, any ideas?, Do I need to encrypt the packet, if so can anyone explain how it works?, But I don't see why I need to encrypt it when I just send the exactly same data as the original l2 client does, and it encrypt it before send right?.
I make the connection to hAuthD.
Thanks, Trying to learn here, should be fun to get it working.
the translation on google is something about discovering a mammoths dick or something
but generally he says that "dick" a lot maybe he likes them
but whats the story behind and what is the truth ..we will never know
Ты настолько смешон, что создал специально для этого левый аккаунт?)))
ты не стоишь даже капли с моего члена что бы я ради тебя писал что-то на анг)
Человек видимо облажался с запуском, слил бабки в помойку теперь с горящей жопой бегает по форуму и не знает кого обвинить))))) перечитай что я тебе написал, мне насрать на тебя на твой сервер и на то что ты там выложил)
это все дерьмо неактуально уже давно, скажу тебе если твоя тупая голова это не поняла, АКТУАЛЬНОЕ НИКТО НЕ ПРОДАЕТ, потому что любая продажа это = шара, все что продается ЭТО ОТЪЕЗЖЕННОЕ ГОВНО которое не нужно хозяину, старое как твои обвисшие от гнева сиськи
Question
xsocom
Hello, I have started on a small project for the summer. I'll try to make a client that can login and write down the server list that the auth server sends to the client while login.
I made my own TCP server and received this when I try to login using the l2 client ( interlude ), Then I tried to send same packet to the real Auth but didn't work as expected, any ideas?, Do I need to encrypt the packet, if so can anyone explain how it works?, But I don't see why I need to encrypt it when I just send the exactly same data as the original l2 client does, and it encrypt it before send right?.
I make the connection to hAuthD.
Thanks, Trying to learn here, should be fun to get it working.
How I send it.
CSPacket pack; pack.set(128); char buf[] = {0x2A, 0x00, 0x30, 0x74, 0xD1, 0x57, 0x80, 0x9B, 0x52, 0x2D, 0x45, 0x97, 0xF9, 0x4E, 0x78, 0xDD, 0x98, 0x61, 0x45, 0x97, 0xF9, 0x4E, 0x78, 0xDD, 0x98, 0x61, 0x30, 0x74, 0xD1, 0x57, 0x80, 0x9B, 0x52, 0x2D, 0x45, 0x97, 0xF9, 0x4E, 0x78, 0xDD, 0x98, 0x61}; pack.Write( buf, 42 ); send(pAuth->GetSock(), pack.buffer(), (int)pack.size(), NULL);Picture of my server receive and the original client receive.
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now