# Docs

## Usage

Go Not installed? Download Compiled Version:

<https://github.com/YABOIpy/Go-MassDM/releases>

```md
Needs & Inputs:
________________________________________________
  [1] Message and Scraped Ids in ids.txt
  [2] victims User ID
  [3] Api Request Link
  [4] Server invite gg/"invite"
  [5] Server ID
  [6] Server Invite and Server ID
  [7] Channel ID and Message
  [8] Server ID and Channel ID
  [9] Tokens in tokens.txt
  [10] Channeld ID And Amount To ping in a single message 
  [11] Server ID Channel ID Message ID and Bot user ID
  [12] Victims Full Username / USER#0000
________________________________________________

```

## Config

Proxy Type: Residential rotating

Proxies available at:

<https://iproyal.com>

<https://proxiware.com>

<https://proxies.gg>

Format: user:pass\@ip:port

***

Recommended Config:

```json
{
    "Modes": {
        "Discord": {
            "Ver": 1.4,
            "CfBm": false,
            "Service": "",
            "Api_Key": "Capmonster Api Key",
            "Status": "idle",
            "AppID": "1082211264081707068",
            "Presence": true
        },
        "Config": {
            "Interval": 0,
            "Errors": true,
            "SolveCaptcha": false,
            "ErrorLog": true
        },
        "Net": {
            "JA3": "771,4866-4867-4865-49199-49187-52393-49191-107-158-52392-49200-103-49196-49192-159-49188-49195-255,0-11-10-35-16-22-23-13-43-45-51-21,29-23-30-25-24,0-1-2",
            "Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) discord/1.0.9006 Chrome/91.0.4472.164 Electron/13.6.6 Safari/537.36",
            "Proxy": "Your.Proxy.Adress",
            "Redirect": false,
            "TimeOut": 0
        }
    },
    "Settings": {
        "Websocket": true,
        "Block_Usr": false,
        "Close_DM": false
    }
}



```

**Discord**

| Name       | Type    | Description                            |
| ---------- | ------- | -------------------------------------- |
| `CfBm`     | HEADER  | Discord Clourdflare Cookie             |
| `Service`  | CAPTCHA | Captcha Service for Api Captcha solver |
| `Api_Key`  | CAPTCHA | Api Key for the Captcha Service        |
| `Ver`      | CONFIG  | GoDm Client Version                    |
| `AppID`    | CONFIG  | Discord Application ID                 |
| `Presence` | CONFIG  | Discord RPC Client                     |

**Config**

| Name           | Type    | Description                                                |
| -------------- | ------- | ---------------------------------------------------------- |
| `Interval`     | CONFIG  | The Time in Seconds before iterating 0 = instant iteration |
| `Errors`       | ERRORS  | Shows you the error from the request                       |
| `SolveCaptcha` | CAPTCHA | Solves The Capthca Using Api                               |
| `ErrorLog`     | ERRORS  | Logs Errors inside errors.txt                              |

**Client**

| Name       | Type    | Description                                                      |
| ---------- | ------- | ---------------------------------------------------------------- |
| `JA3`      | SSL/TLS | TLS Fingerprint can be left as is                                |
| `Proxy`    | HTTP    | Your Proxy address Format: 'username:password\@hostname:port     |
| `Redirect` | HTTP    | specifies the policy for handling redirects                      |
| `Agent`    | HEADER  | UserAgent for the http client                                    |
| `TimeOut`  | HTTP    | Time-\[s] after request with no response, allowed 0 = no timeout |

**MassDm**

| Name        | Type  | Description                                    |
| ----------- | ----- | ---------------------------------------------- |
| `WebSocket` | ADDON | Connect to discord wss before sending requests |
| `Block_Usr` | ADDON | Block the User after sending them a message    |
| `Close_Dm`  | ADDON | Close Dm after sendinf them a message          |
|             |       |                                                |
