Usage

This guide explains how to configure and use the Status Rotator Tool, including status rotation and Discord Rich Presence (RPC) settings.


Configuration

Below is a sample configuration file (config.json) for Status Rotator:

config.json
{
  "status_rotation": {
    "delay": 5,
    "statuses": [
      {
        "text": "Moonlygg.com",
        "emoji": "๐Ÿš€",
        "nitro": false
      },
      {
        "text": "The Best Boost Tool",
        "emoji": "๐Ÿ”ฅ",
        "nitro": false
      },
      {
        "text": "Purchase now - Moonlygg.com",
        "emoji": "๐Ÿ›’",
        "nitro": false
      },
      {
        "text": "x14 Boosts? DM me!",
        "emoji": "๐Ÿ”ฎ",
        "nitro": false
      }
    ]
  },
  "rpc": true,
  "client_id": "1271319758356353034",
  "state": "Legit and Trusted",
  "details": "#1 Discord Supplier",
  "large_image_name": "moonly",
  "large_text": "Moonlygg.com",
  "small_image_name": "",
  "small_text": "",
  "buttons": [
    {
      "label": "Website",
      "url": "https://moonlygg.com"
    },
    {
      "label": "Discord",
      "url": "https://discord.gg/moonlygg"
    }
  ]
}

Settings Explanation

Status Rotation

  • delay: Time in seconds between status rotations.

  • statuses: Array of statuses to rotate. Each status includes:

    • text: Status text to display.

    • emoji: Emoji to show alongside the status.

    • nitro: Set to true if this status requires Nitro, otherwise false.

Discord Rich Presence (RPC)

  • rpc: Enable (true) or disable (false) Rich Presence.

  • client_id: Your Discord applicationโ€™s client ID.

  • state: Text shown as the RPC state.

  • details: Additional text line shown in RPC.

  • large_image_name: Name of the large image uploaded in Discord developer portal.

  • large_text: Hover text for the large image.

  • small_image_name / small_text: Optional small image and hover text.

Buttons

  • buttons: Array of clickable buttons in Rich Presence. Each button includes:

    • label: Text on the button.

    • url: Link opened when clicking the button.

chevron-rightExample button destinationshashtag
  • Website โ†’ opens your store.

  • Discord โ†’ opens your server invite.


How to Apply

1

Add your token

Add your token in the appropriate file (format: token).

2

Load configuration

Open StatusRotator.exe and load the config.json.

3

Run

The tool will rotate statuses automatically and show Rich Presence if enabled.