I am trying to create a keylogger but i have no idea of where to start!! Could any one give me some tips?
Printable View
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...Quote:
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?
you are thinking of the API
VB Code:
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!!!"
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