BeepIsla / csgo-commend-bot

Commend/Report bot in NodeJS
GNU Affero General Public License v3.0
288 stars 144 forks source link

Invalid passowrd #504

Closed catalinkn closed 4 years ago

catalinkn commented 4 years ago

Detailed question description A clear and concise description of your question.

Config


Your "config.json" - Censor your API Key and account details
{
    "commend": {
        "friendly": 15,
        "teaching": 15,
        "leader": 15
    },
    "report": {
        "aimbot": 10,
        "wallhack": 10,
        "speedhack": 10,
        "teamharm": 10,
        "abusive": 10
    },
    "account": {
        "username": "",
        "password": "",
        "sharedSecret": ""
    },
    "fetcher": {
        "username": "Account",
        "password": "Password",
        "sharedSecret": "",
        "maxTries": 10,
        "tryDelay": 2500,
        "askSteamGuard": true
    },
    "proxy": {
        "enabled": false,
        "file": "proxies.txt",
        "switchProxyEveryXaccounts": 20
    },
    "type": "COMMEND",
    "method": "SERVER",
    "target": "https://steamcommunity.com/profiles/7xxxxxxxxxxxxxxxxxxxx
![rer](https://user-images.githubusercontent.com/56046450/86497463-7425eb00-bd8a-11ea-9c51-0a866de3ffce.png)
",
    "serverID": "auto",
    "matchID": "0",
    "perChunk": 20,
    "betweenChunks": 300000,
    "cooldown": 28800000,
    "showCommends": false,
    "autoReportOnMatchEnd": false,
    "switchServerAfterChunks": 5,
    "steamWebAPIKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "disableUpdateCheck": false
}

**Version**
- NodeJS: `v12.9.1
- Script version: last
BeepIsla commented 4 years ago

You are using AUTO for server ID without a fetcher. You need a fetcher, put in any bot account you want in there.

catalinkn commented 4 years ago

Thanks :d