Disables threads responsible for calling GetRawInputData for Discord, Discord PTB and Discord Canary desktop clients.
- Download the latest Release.
- Locate where Discord Stable/PTB/Canary is installed (Folder with
Update.exe
) and place this executable. - Launch the downloaded executable, this will also launch the relevant executable for Discord.
- The program attempts to locate a valid
Discord.exe
,DiscordPTB.exe
andDiscordCanary.exe
file. - Once the correct file was located, the located file will be launched.
- Using WinEvent Hooks, the process waits until a window with the class name of
raw_input
is created. - The process that is hosting the
raw_input
window will have its threads iterated and if any thread is usingdiscord_utils.node
, it will be suspended.