This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: UserLoser. on September 02, 2004, 02:15 PM
Looks like a broken data handler to me.
Declare Function SetTimer Lib "user32.dll" (ByVal hWnd As Long, ByVal nIDEvent As Long, ByVal uElapse As Long, ByVal lpTimerFunc As Long) As Long
Declare Function KillTimer Lib "user32.dll" (ByVal hWnd As Long, ByVal nIDEvent As Long) As Long
Public Sub Main()
SetTimer frmMain.hWnd, 1, 100, AddressOf MySub
End Sub
Public Sub MySub
Debug.Print "Hi!"
KillTimer frmMain.hWnd, 1
End Sub
[0x51 Sent]
(DWORD) Client Token
(DWORD) Version
(DWORD) Checksum
(DWORD) Number of keys in this packet
(BOOLEAN) Using Spawn
-- For Each Key:
(DWORD) Key Length
(DWORD) Product
(DWORD) CDKEY Value 1
(DWORD) Unknown (0)
(DWORD[5]) Hashed Key Data
-- Continued...
(STRING) Exe Information
(STRING) CD Key owner name
Public Sub savefile(strFile As String, strData As String)
Dim hHandle As Long
Dim ofData As OFSTRUCT
Dim lngFilesize As Long
Dim lngRead As Long
Dim overlap As OVERLAPPED
hHandle = OpenFile(fileDB, ofData, OF_WRITE)
lngFilesize = GetFileSize(hHandle, 0)
WriteFile hHandle, DBdata, Len(DBdata), lngRead, overlap
CloseHandle hHandle
End Sub
rb = A(tempb, GetTickCount(), varPass)
ServerKey& = Val("&h" & StrToHex(StrReverse(Mid$(strData, 9, 4))))
Page created in 0.110 seconds with 16 queries.