Keyloggers are not illegal. Learning to program one is probably the best way to learn windows hooking.
Now, you are way better off doing this stuff in windows c++. your "techniques" wont get you anywhere. If you dont know, learn it.
Quote:
|
1. Execute an endless loop which constantly recieves keytaps and saves them into a file.
|
This works, but there are better methods.
Quote:
|
2. Schedule it to start everytime system starts.
|
Okay, this is necessary, but you should hide it from task manager, etc.
Quote:
|
3. Make it run in the background and recieve kaytaps on any window or program.
|
Heh, you wont EVER get this done unless you learn c++. Enough said. There is something called GetAsyncKeyState which beginning keylogger programmers use.