DCAS handbook

How to patch a certain android client

  1. Get android client ver. 126.21 (latest client uses Java);
  2. Get https://github.com/kefir500/apk-editor-studio;
  3. ApkEditor -> Settings -> Apktool -> Decompile source code;
  4. Search and replace in project:
    • //discord.com -> //main.address;
    • //discordapp.com -> //main.address;
    • //cdn.discord.com -> //cdn.address;
  5. [ Further research needed ]