🌐
GoDm
  • Home
  • Info
    • Setup
    • Configs
    • Errors
    • Docs
Powered by GitBook
On this page
  1. Info

Configs

How To Setup Configs

Recommended Config:

{
    "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

PreviousSetupNextErrors

Last updated 2 years ago