Popular Post loona Posted December 4, 2021 Popular Post Share Posted December 4, 2021 (edited) 1 - First you need to download discord sdk: Download 2 - Go to discord developers and make a new application (put the name you want and the photos you want in "Rich Presence ->Art Assets" ) like that: 3 -Go into your project and include "DiscordRPCSDK/Includes" and "DiscordRPCSDK/SourceFiles" 4 - Add to your cheat or application project: "serialization.h" "serialization.cpp" "rpc_connection.h" "rpc_connection.cpp" "msg_queue.h" "discord_rpc.cpp" "discord_register_win.cpp" "connection_win.cpp" "backoff.h" 5 - Create a "DiscordRpc.cpp" and "DiscordRpc.h" *DiscordRpc.h* #pragma once #include <discord_register.h> #include <discord_rpc.h> #include <Windows.h> class Discord { public: void Initialize(); void Update(); }; *DiscordRpc.cpp* #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 } 6- Change the "APPLICATION ID" to your Application id "General Information -> Application id" 7 - In "//Discord Visualizer" go to "Rich Presence ->Visualizer" and change it, after that go to "Show code" and copy like that: 8 - Go to your main.cpp and put #include "DiscordRpc.h" Discord * g_Discord; int main() { g_Discord->Initialize(); g_Discord->Update(); } Should be like this: and that's it ;D like if helped you ❤️ Edited December 4, 2021 by loona 88 3 5 Quote Link to comment Share on other sites More sharing options...
Matuvi Posted December 25, 2021 Share Posted December 25, 2021 good Quote Link to comment Share on other sites More sharing options...
nonsocial9 Posted January 21, 2022 Share Posted January 21, 2022 On 12/4/2021 at 5:42 PM, loona said: 1 - First you need to download discord sdk: Hidden Content Give reaction to this post to see the hidden content. 2 - Go to discord developers and make a new application (put the name you want and the photos you want in "Rich Presence ->Art Assets" ) like that: 3 -Go into your project and include "DiscordRPCSDK/Includes" and "DiscordRPCSDK/SourceFiles" 4 - Add to your cheat or application project: "serialization.h" "serialization.cpp" "rpc_connection.h" "rpc_connection.cpp" "msg_queue.h" "discord_rpc.cpp" "discord_register_win.cpp" "connection_win.cpp" "backoff.h" 5 - Create a "DiscordRpc.cpp" and "DiscordRpc.h" *DiscordRpc.h* #pragma once #include <discord_register.h> #include <discord_rpc.h> #include <Windows.h> class Discord { public: void Initialize(); void Update(); }; *DiscordRpc.cpp* #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 } 6- Change the "APPLICATION ID" to your Application id "General Information -> Application id" 7 - In "//Discord Visualizer" go to "Rich Presence ->Visualizer" and change it, after that go to "Show code" and copy like that: 8 - Go to your main.cpp and put #include "DiscordRpc.h" Discord * g_Discord; int main() { g_Discord->Initialize(); g_Discord->Update(); } Should be like this: and that's it ;D like if helped you ❤️ ayyy this will do thanks bro! Quote Link to comment Share on other sites More sharing options...
Cyxum Posted March 5, 2022 Share Posted March 5, 2022 Thank you so much! Quote Link to comment Share on other sites More sharing options...
k0vr2 Posted March 12, 2022 Share Posted March 12, 2022 thanks alot ! Quote Link to comment Share on other sites More sharing options...
Sylonsss Posted March 14, 2022 Share Posted March 14, 2022 thx bro Quote Link to comment Share on other sites More sharing options...
btc Posted March 14, 2022 Share Posted March 14, 2022 Never saw this thread but nice job! Quote Link to comment Share on other sites More sharing options...
Schmerbl Posted April 10, 2022 Share Posted April 10, 2022 oy greet releese Quote Link to comment Share on other sites More sharing options...
siper2710 Posted May 21, 2022 Share Posted May 21, 2022 thank youu <3 Quote Link to comment Share on other sites More sharing options...
potatowsus Posted July 10, 2022 Share Posted July 10, 2022 good Quote Link to comment Share on other sites More sharing options...
tupekSi69 Posted November 24, 2022 Share Posted November 24, 2022 On 12/5/2021 at 1:42 AM, loona said: 1 - First you need to download discord sdk: Hidden Content Give reaction or reply to this topic to see the hidden content. 2 - Go to discord developers and make a new application (put the name you want and the photos you want in "Rich Presence ->Art Assets" ) like that: 3 -Go into your project and include "DiscordRPCSDK/Includes" and "DiscordRPCSDK/SourceFiles" 4 - Add to your cheat or application project: "serialization.h" "serialization.cpp" "rpc_connection.h" "rpc_connection.cpp" "msg_queue.h" "discord_rpc.cpp" "discord_register_win.cpp" "connection_win.cpp" "backoff.h" 5 - Create a "DiscordRpc.cpp" and "DiscordRpc.h" *DiscordRpc.h* #pragma once #include <discord_register.h> #include <discord_rpc.h> #include <Windows.h> class Discord { public: void Initialize(); void Update(); }; *DiscordRpc.cpp* #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 } 6- Change the "APPLICATION ID" to your Application id "General Information -> Application id" 7 - In "//Discord Visualizer" go to "Rich Presence ->Visualizer" and change it, after that go to "Show code" and copy like that: 8 - Go to your main.cpp and put #include "DiscordRpc.h" Discord * g_Discord; int main() { g_Discord->Initialize(); g_Discord->Update(); } Should be like this: and that's it ;D like if helped you ❤️ thanks for sharing this 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.