JS Library for LibModHook
  • TypeScript 96.1%
  • JavaScript 3.9%
Find a file
2023-11-14 17:21:57 +00:00
src allow custom paths for database and profiles 2023-08-11 07:02:37 +01:00
.gitignore dont bundle the DLLs 2023-08-11 00:29:13 +01:00
LICENSE Create LICENSE 2023-08-10 23:43:24 +01:00
package.json allow custom paths for database and profiles 2023-08-11 07:02:37 +01:00
pnpm-lock.yaml Initial Commit 2023-08-10 23:27:55 +01:00
README.md Update README.md 2023-11-14 17:21:57 +00:00
resource.template.js change default appdata location 2023-08-11 06:53:18 +01:00
tsconfig.json Initial Commit 2023-08-10 23:27:55 +01:00

Discord ModHook

Memory injection of Mods for Discord.

This project has been moved.

https://github.com/MeguminSama/Discord-ModLoader

Available on NPM at https://www.npmjs.com/package/modhook

You can install it with:

npm i modhook

It has typescript typings included.

The DLL needs to be sourced from https://github.com/meguminsama/discord-modhook and put in the working directory (usually the root) of your project.