Registrador de teclas
Kiloger has no interface. It only responds to line arguments. Input parameters, to be more precise.
- Start Kiloger.exe with the parameter
/StartRecording
- Done. Now Kiloger is logging the keys.
- Start Kiloger.exe with the parameter
/SaveRecord
- Done. The recording will be saved to
%localappdata%\Local\Zhenboro\Kiloger
. Remember that this only saves the record up to the point of the argument. Then it will continue recording another round.
- Start Kiloger.exe with the parameter
/SaveAndExit
- Done. The recording will be saved to
%localappdata%\Local\Zhenboro\Kiloger
and then Kiloger will close.
- Start Kiloger.exe with the parameter
/ResetRecord
- Done. Kiloger has restarted the recording. The registry will be cleaned.
- Start Kiloger.exe with the parameter
/StopRecord
- Done. Kiloger will be closed. It will not save the record.
Same as 'Stop recording'. But forced.
- Start Kiloger.exe with the parameter
/Stop
- Done. Kiloger closed. It will not save the record.
- Start the Easy Kiloger starter with args.py file
- Enter any of the parameters already mentioned.
- Done. This python script will send the parameters and Kiloger will fetch them automatically with the power of
'StartupNextInstance'
events since Kiloger is marked as'Single Instance'
Obviously, the star parameter is /StartRecording, since if this instance is not running with that parameter, the other parameters have nothing to do.