📦 Discord Forum Backup

Does anyone have the Discord RPC files in C++?

📦 arquivado 💬 31 mensagens
📋 Como funciona o download:
  1. Frannnnn 2025-11-26 01:30:07
    Does anyone have the Discord RPC files in C++?
  2. !username 2025-11-26 01:48:18
  3. !username 2025-11-26 01:48:51
    what you working on may i ask
  4. Frannnnn 2025-11-26 04:27:35
    imgui
  5. Frannnnn 2025-11-26 04:27:45
    cheatt
  6. aimpillxocu 2025-11-26 20:44:27
    fuh is dis😭
  7. aimpillxocu 2025-11-26 20:44:56
    https://github.com/discord/discord-rpc
  8. !username 2025-11-26 20:47:28
    lol i got wrong files
  9. !username 2025-11-26 20:47:31
    ?
  10. aimpillxocu 2025-11-26 20:48:40
    no i think its just the compiled one
  11. aimpillxocu 2025-11-26 20:48:52
    i used this one awhile ago https://github.com/leexey/discord-rpc-sdk
  12. !username 2025-11-26 20:49:12
    what git link is better
  13. aimpillxocu 2025-11-26 20:50:05
    theyre the same
  14. aimpillxocu 2025-11-26 20:50:13
    first one is just official from discord
  15. aimpillxocu 2025-11-26 20:51:10
    u also have to create 2 files ```#pragma once #include <discord_register.h> #include <discord_rpc.h> #include <Windows.h> class Discord { public: void Initialize(); void Update(); };``` ```#include "DiscordRpc.h" void Discord::Initialize() { DiscordEventHandlers Handle; memset(&Handle, 0, sizeof(Handle)); Discord_Initialize("APPLICATION ID", &Handle, 1, NULL); } void Discord::Update() { //Discord Visualizer } ```
  16. aimpillxocu 2025-11-26 20:51:40
  17. aimpillxocu 2025-11-26 20:52:05
    used this back to 2024 for my roblox p2c
  18. aimpillxocu 2025-11-26 20:52:07
    🙏
  19. !username 2025-11-26 20:52:36
    to get the username?
  20. !username 2025-11-26 20:52:37
    from dc
  21. !username 2025-11-26 20:52:44
    or for what other
  22. aimpillxocu 2025-11-26 20:52:47
    no what
  23. aimpillxocu 2025-11-26 20:52:53
    just for an rpc
  24. !username 2025-11-26 20:53:05
    you can do more with that btw
  25. aimpillxocu 2025-11-26 20:53:10
    got asked to do it
  26. aimpillxocu 2025-11-26 20:53:15
    🤔
  27. Frannnnn 2025-11-28 17:30:59
    how to fix?
    • 🎬
      2025-11-28_14-30-22.mp4
      video/quicktime — 8520.3 KB
      ⬇️ Download
  28. Frannnnn 2025-11-28 17:31:36
    My IMGUI crashes when I inject it
  29. Frannnnn 2025-11-28 17:31:46
    I just finished installing the RPC
  30. Steph Almighty 2025-11-30 04:57:19
    Discord RPC is not supported in Compiler -> Visual Studio 2022 (v143)
  31. Frannnnn 2025-11-30 16:07:44
    its v142 (2019]