this ho the login packet looks like:003815420000 +(userid in hex)+ 00000020+(sessionid in hex)+0006+(clientversion in hex)++(server id in hex)
for me don't work... maybe i'm stupid...
server id is like int1 or es4?? is coded in 4 hex character?
this part 003815420000 what means??
i send this packet in this way:
for me don't work... maybe i'm stupid...
server id is like int1 or es4?? is coded in 4 hex character?
this part 003815420000 what means??
i send this packet in this way:
ok first is u need to convert userid dec to hex
sessionid as string to hex
clientversion as string to hex
server id as dec to hex
and server id is what u can find in fist page in source code like us1 is 47
looks like this in source code of
<option value="254">Germany 3</option>
ok first is u need to convert userid dec to hex
sessionid as string to hex
clientversion as string to hex
server id as dec to hex
and server id is what u can find in fist page in source code like us1 is 47
looks like this in source code of
<option value="254">Germany 3</option>
You are idiot.
str = "003815420000" +userid_hex+ "00000020"+sessionid_hex+"0006"+clientversion_hex+ server_id_hex;
socket.Send(packet, str.Length, SocketFlags.None);
You are initializing variable str, but don't send it.
str = "003815420000" +userid_hex+ "00000020"+sessionid_hex+"0006"+clientversion_hex+ server_id_hex;
socket.Send(packet, str.Length, SocketFlags.None);
You are initializing variable str, but don't send it.
str = "003815420000" +userid_hex+ "00000020"+sessionid_hex+"0006"+clientversion_hex+ server_id_hex;
socket.Send(packet, str.Length, SocketFlags.None);
You are initializing variable str, but don't send it.
DarkOrbit Login packet 05/17/2012 - DarkOrbit - 0 Replies English
Hi all,
i am trying to connect to DarkOrbit but i don't know how to get one thing!
» That's the login packet:
00 37 00 A0 00 00 05 53 D6 8C 00 00 00 20 SESSIONID CLIENT_VERSION 00 00 SERVER
@all bot developer:
How can i get this letters at login??? at every account this 4 hex codes change but i don't know how to get them. Please send me a PM how to get them :)
[WOTLK] Deathknight Login Packet 05/22/2008 - World of Warcraft - 24 Replies jo debuggen und so, hier ist der code:
25 Hide Hide 8 Send
0000 F3 EA 17 2D 4E F4 00 01 ...-N...
26 Hide Hide 8 Send
0000 40 20 1C 1F 96 E5 00 01 @ ......
27 Hide Hide 8 Send
0000 42 E5 47 F7 06 16 00 01 B.G.....
Login Packet Password Hash 11/06/2006 - Conquer Online 2 - 1 Replies Hello,
I am trying to make a standalone bot, but i cannot figure out how to encrypt the password. Can anyone explain the routine for encrypting the password?
Thanks in advance,
ChaoTao
Login Packet 08/23/2006 - Conquer Online 2 - 5 Replies I have tried to figure out how the login packet goes, i've used t3hn00bz0r's CO packet sniffer, but i only see the username, and server in the first packet, if i try to login again after that the packets done make any sence.
So if anyone could help me?
Password in Login Packet? 04/14/2006 - Conquer Online 2 - 17 Replies Hey I'm looking through some packet info and such and I just wondered if anyone knew where your password is when you log in. Is it in the login packet along with your user name and server?If not where?
Any help would be appreciated. :D