Build Mig33 [ GET RESPONSE LOGIN PACKET]

Diposting oleh Admin | Saturday, June 28, 2008 | , | 1 komentar »

After send login packet to server, if login packet incorret we will get response login packet.

this example response login pakcet

code on hexa:
02 00 C9 00 01 00 00 00 1D 00 02 00 00 00 08 30
68 50 68 74 4A 38 73 00 01 00 00 00 09 4A 59 65 48 6E
38 54 75 35

on ascii:
É 0hPhtJ8s JYeHn8Tu5


how to bulid response login packet?

transaction on winsock data_array
this source to get data from mig33 server

example:

Private Sub winsock01_DataArrival(ByVal bytesTotal As Long)
Dim dat As String
winsock01.GetData dat
dat = Replace(dat, vbNullChar, " ")
msgbox dat
End Sub

on response login packet we will get hash string to concantenate with we password

flashback on choman wrote

mig33-->> who are you ? are u a mig33 user ?if so ... Prove it ...here is two pieces of metal , tell me which one is gold and which one is copper .if you can prove it you can come in or else no....
1 = metal A
2 = metal B

example ascii code:
É 0hPhtJ8s JYeHn8Tu5

metal A = 0hPhtJ8s (cooper)
metal B = JYeHn8Tu5 (gold)

We not need metal A so save metal B

To Be Continue

1 komentar

  1. Ev0luc // October 15, 2008 at 8:10 AM  

    Wow thankz for sharing br0 i can understand it but i don't know Winsock control. can u help me br0?
    this is my email plz br0 can you give me a lil tool source code ?

    ev0luc4evr@gmail.com

    thank