Results 1 to 4 of 4

Thread: Key logger

  1. #1

    Thread Starter
    Addicted Member Tommy101's Avatar
    Join Date
    Jun 2004
    Location
    Switzerland
    Posts
    144

    Key logger

    I am trying to create a keylogger but i have no idea of where to start!! Could any one give me some tips?

  2. #2
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    Re: Key logger

    Originally posted by Tommy101
    I am trying to create a keylogger but i have no idea of where to start!! Could any one give me some tips?
    Look up the GetKey() (I think it is) api, and find some code that throws the logger in the tray...
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  3. #3
    Lively Member rotcrules's Avatar
    Join Date
    Mar 2004
    Location
    SD
    Posts
    113
    you are thinking of the API

    VB Code:
    1. Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

    and to use the API all you have to do is figure out what the key number it is and put it in to your code

    here is a good link:

    http://www.thevbzone.com/modKeyboard.bas
    if you are making this program to do somthing evil then "I will hunt you down and SHOOT YOU!!!"
    Last edited by rotcrules; Jun 28th, 2004 at 10:59 AM.
    [Vbcode]If YourOpinion = WindowsIsCrap Then
    Kill Wndows
    Open Linux
    ElseIf YourOpinion = WindowsIsGreat Then
    Unload Me
    Else
    Get MSNTV
    End If[/vbcode]

  4. #4
    Hyperactive Member alacritous's Avatar
    Join Date
    Aug 2003
    Posts
    464
    Hello Tommy101,

    A simple search at www.pscode.com will find a number of results. I havn't downloaded or looked at any of them, so I'm not sure if these work.

    Code Sources:

    A SUPREME MASTER KEYLOGGER

    A Great Keylogger

    Best Keylogger In PSC

    Actual Search:

    keylogger

    Hope this helps!
    alacritous

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width