Check for injections
Clean injection
- Install Python and add to PATH.
- Install the requirements → launch
setup.bat
. - Run it with
start.bat
.
- This script will only help you to remove possible discord injections.
- You have to check if there is a subprocess and if there is not a startup.
Check Startup :
- Open the cmd with "Win + R" and type "cmd" then "enter"
- Paste "taskmgr" then go to the startup tab and look at the apps
Check Subprocess :
- Still in the task manager go to the processes tab and look at the apps
Thanks to Nekros for this nice readme template that saved me time. <3