{"id":20462315,"url":"https://github.com/meguminsama/discord-modloader-legacy","last_synced_at":"2025-10-24T14:45:54.080Z","repository":{"id":187631986,"uuid":"677270712","full_name":"MeguminSama/Discord-ModLoader-Legacy","owner":"MeguminSama","description":"An in-memory, multi-instance Discord Modloader","archived":false,"fork":false,"pushed_at":"2023-08-11T07:49:31.000Z","size":348,"stargazers_count":30,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-17T10:16:25.977Z","etag":null,"topics":["betterdiscord","discord","discord-mod","memory-injection","replugged","vencord"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MeguminSama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-11T06:43:03.000Z","updated_at":"2025-05-28T19:55:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ac4ee53-fab9-42e9-9ccf-3a9e63fa6c66","html_url":"https://github.com/MeguminSama/Discord-ModLoader-Legacy","commit_stats":null,"previous_names":["meguminsama/discord-modloader"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MeguminSama/Discord-ModLoader-Legacy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeguminSama%2FDiscord-ModLoader-Legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeguminSama%2FDiscord-ModLoader-Legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeguminSama%2FDiscord-ModLoader-Legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeguminSama%2FDiscord-ModLoader-Legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeguminSama","download_url":"https://codeload.github.com/MeguminSama/Discord-ModLoader-Legacy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeguminSama%2FDiscord-ModLoader-Legacy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280813885,"owners_count":26395855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["betterdiscord","discord","discord-mod","memory-injection","replugged","vencord"],"created_at":"2024-11-15T12:34:52.470Z","updated_at":"2025-10-24T14:45:54.063Z","avatar_url":"https://github.com/MeguminSama.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord ModLoader\n\nAn in-memory mod loader for discord that works without modifying Discord's files.\n\nYou can create a profile for each mod you use, and create desktop shortcuts for easy access.\n\nYou can customise the user data directory for each profile, isolating each instance completely.\n\n![](assets/DiscordModLoader_oe47GnVQI7.png)\n\n# Where do I download it?\n\nYou should probably download from releases, but you can also clone \u0026 build it yourself if you know how.\n\n# How to\n\nWhen creating a new profile, you're presented with a few options. Make sure to read all the documentation below if you get lost. It seems complicated at first, but it's all fairly easy to configure.\n\n## Name\n\nThe name of your profile - this is unimportant and can be whatever you want.\n\n## Description\n\nThe description of your profile - this is also unimportant.\n\n## Original ASAR Name\n\nWhen you normally install a Discord mod, it renamed `app.asar` to something else so that it can make it's own fake `app.asar`. This should be the new name of the `app.asar`. For example, with Vencord, this value should be `_app.asar`. With Replugged, this should be `app.orig.asar`, etc.\n\n# Mod Entrypoint\n\nThis is the first JS file of the mod that gets run. If you aren't sure what this value should be, see what your mod's `app.asar/index.js` normally requires. With vencord, this should point to your `dist\\patcher.js` file.\n\n# Custom User Directory Name\n\nUse this option if you want to isolate your profile data. This is the \"user data\" folder for your profile. If you leave it blank, it will use your discord instance's default directory. If you put something in here, e.g. `Testing01`, it will go to `%AppData%\\DiscordModHook\\AppData\\Testing01`.\n\n# ASAR Hook Toggle Query\n\nTerribly named, CaSe sensitive, and usually not necessary, this is the string that gets checked when the injector needs to unhook the app.asar proxy. This needs to match the **end** of the path being loaded. By default, this string will just be the same as your mod entrypoint. It's very unlikely that you will need to change this.\n\nAs an example, if your mod entrypoint is `C:\\Users\\megu\\Vencord\\dist\\patcher.js`, you would probably want this value to be at minimum, `Vencord\\dist\\patcher.js`.\n\n# Troubleshooting\n\nThis will be updated as things get found\n\n1. Don't try using this with an already-modded client. This is designed to be used with a vanilla client, with the mods getting injected by ModHook.\n\n# How do I get a profile running on system startup?\n\n1. Stop Discord from starting up with your system in Discord settings.\n2. Create a shortcut using the Discord ModLoader GUI.\n3. Press Win+R, and type in `shell:startup` and hit enter. Explorer will open in a folder.\n4. Copy and paste your newly created shortcut into the folder.\n5. The mod will now load on system startup. \n\n# To Do\n\n- [ ] Re-enable the `--mullti-instance` Discord flag after some testing\n- [ ] Clean out root files - there are too many\n- [ ] Clean out dependencies - why did I use electron 😿\n- [ ] Automatic mod downloading (this is already supported in libmodhook, just needs adding to the GUI)\n- [ ] Make an installer for Discord ModLoader\n- [ ] Linux Support (looking for sponsor)\n- [ ] MacOS Support (looking for sponsor)\n- [ ] Perhaps register a URI scheme to load profiles instead of pointing directly to the EXE. This would pair well with an installer.\n\n# Questions?\n\nOpen a GitHub issue\n\n# Where do the `.dll` files come from?\n\nhttps://github.com/meguminsama/discord-modhook\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeguminsama%2Fdiscord-modloader-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeguminsama%2Fdiscord-modloader-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeguminsama%2Fdiscord-modloader-legacy/lists"}