├── .gitignore ├── LICENSE ├── README.md └── main.au3 /.gitignore: -------------------------------------------------------------------------------- 1 | *.log -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liagason/Standard-Keylogger/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liagason/Standard-Keylogger/HEAD/README.md -------------------------------------------------------------------------------- /main.au3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liagason/Standard-Keylogger/HEAD/main.au3 --------------------------------------------------------------------------------