Гайд [Discord Rpc] Csgo cheat or application (for dumb people)

  • Автор темы Автор темы xey
  • Дата начала Дата начала
  • Теги Теги
    discord
Начинающий
Начинающий
Статус
Оффлайн
Регистрация
6 Май 2021
Сообщения
17
Реакции
24
1 - First you need to download discord sdk:
Пожалуйста, авторизуйтесь для просмотра ссылки.


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:
iLQwgib.png


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*
C++:
Expand Collapse Copy
#pragma once
#include <discord_register.h>
#include <discord_rpc.h>
#include <Windows.h>

class Discord {
public:
    void Initialize();
    void Update();
};


*DiscordRpc.cpp*
C++:
Expand Collapse Copy
#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:
n1V307e.png



8 - Go to your main.cpp and put
C++:
Expand Collapse Copy
#include "DiscordRpc.h"

Discord * g_Discord;

int main()
{
    g_Discord->Initialize();
    g_Discord->Update();
}


Should be like this:
Rh1QovC.png

and that's it
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
the best , I'm waiting for even more useful topics
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
можно пж тот же самый гайд но только на русском ?
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
oh no cringe
в 2018 еще гайды по такому были :)
 
Назад
Сверху Снизу