How to Add Discord Rpc | Exploit Tutorial
• Enjoy This For Free ! Make Sure to Share With Others!
• Mercury Discord
--- Exploit RPC Script---
public static DiscordRpcClient client;
public static Timestamps rpctimestamp { get; set; }
private static RichPresence presence;
public static void InitializeRPC()
{
client = new DiscordRpcClient("bot id");
client.Initialize();
Button[] buttons = { new Button() { Label = "Merc Discord", Url = "https://discord.gg/EB6dUyR3jN" }, new Button() { Label = "Group", Url = "https://www.roblox.com/groups/13319201/DJGHOST#!/about" } };
presence = new RichPresence()
{
Details = "Version 1.4.0",
State = "#1 Free",
Timestamps = rpctimestamp,
Buttons = buttons,
Assets = new Assets()
{
LargeImageKey = "image name",
LargeImageText = "image text",
SmallImageKey = "image name",
SmallImageText = "image text"
}
};
SetState("Exploiting");
}
public static void SetState(string state, bool watching = false)
{
if (watching)
state = "Looking at " + state;
presence.State = state;
client.SetPresence(presence);
}
// code for rpc.cs
RPC.rpctimestamp = Timestamps.Now;
RPC.InitializeRPC();
RPC.SetState("Login Screen");
//form code
public static DiscordRpcClient client;
public static Timestamps rpctimestamp { get; set; }
private static RichPresence presence;
public static void InitializeRPC()
{
client = new DiscordRpcClient("bot id");
client.Initialize();
Button[] buttons = { new Button() { Label = "Merc Discord", Url = "https://discord.gg/EB6dUyR3jN" }, new Button() { Label = "Group", Url = "https://www.roblox.com/groups/13319201/DJGHOST#!/about" } };
presence = new RichPresence()
{
Details = "Version 1.4.0",
State = "#1 Free",
Timestamps = rpctimestamp,
Buttons = buttons,
Assets = new Assets()
{
LargeImageKey = "image name",
LargeImageText = "image text",
SmallImageKey = "image name",
SmallImageText = "image text"
}
};
SetState("Exploiting");
}
public static void SetState(string state, bool watching = false)
{
if (watching)
state = "Looking at " + state;
presence.State = state;
client.SetPresence(presence);
}
// code for rpc.cs
RPC.rpctimestamp = Timestamps.Now;
RPC.InitializeRPC();
RPC.SetState("Login Screen");
//form code
Comments
Post a Comment