keylogger

Help with my keylogger

I'm working on a simple key logger. I'm having a problem though, when I try to run it as a .pyw the program shuts down before it can record anything. I believe it needs to loop, how would I go about this? import pythoncom, pyHook, sys, logging, time LOG_FILENAME = 'C:\KeyLog\log.out' def OnKeyboardEvent(event): keytime = time....

keylogger builder

Hi ive made a keylogger in C#. But it is only the server file. So if i want to change my email to where the logs will be sent, i need to manually edit the code and then recompile. Question: How do I make it such that it is sort of a keylogger builder. Where i can enter the email address/password, logs interval in textboxes.Then when i ...