I am trying to create a keylogger but i have no idea of where to start!! Could any one give me some tips?
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? Look up the GetKey() (I think it is) api, and find some code that throws the logger in the tray...
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that." - Zack de la Rocha Hear me roar.
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!!!"
Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Last edited by rotcrules; Jun 28th, 2004 at 10:59 AM.
[Vbcode]If YourOpinion = WindowsIsCrap Then Kill Wndows Open Linux ElseIf YourOpinion = WindowsIsGreat Then Unload Me Else Get MSNTV End If[/vbcode]
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
Forum Rules