VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Simple Key Logger

Calvin Mayer  (3 Submissions)   Internet/HTML   VB Script   Intermediate   Wed 3rd February 2021

This is a simple keylogger I wrote for fun. It records most keystrokes and saves the log to a file! It sometimes gets keystrokes mixed up but other than that it seems to work fine. Please comment on my code as this is the first project I've uploaded onto VBC. Any help/suggestions are appreciated!

Assumes
Needs a textbox on the form called txtLog.

Side Effects
None.

API Declarations
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Rate A Simple Key Logger (5(5 Vote))
A Simple Key Logger.bas

A Simple Key Logger Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters