TermExec(Terminal Executor) - It is a python script that allows you to execute scripts (in .hpp/.c/.asm/.py/.lua/.js/.jar) and DLLs, and can also kill processes and freeze them.
python termexec.py -lsprocss - Displaying processes
python termexec.py -injdll dll=/your/directory/file.dll procss=process_name - Inject DLL
python termexec.py -exec exec=/your/script/file.py procss=process_name - Execute script
python termexec.py -kill procss=process_name - Killing the process
python termexec.py -frz procss=process_name - Freezing the process
python termexec.py -attach procss="your_process_name" - Changes the title of the window to " - attached by termexec"
python termexec.py -dllinfo procss="your_process_name" - Displays the dll files that this process uses
pyhon termexec.py -dllbreak="block_dll_file" procss="your_process_name"
python termexec.py -log procss="your_process_name" - View log of this process