BeepIsla / csgo-commend-bot

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

What Type of proxy do I need to use for the bot to work? #583

Closed CrazieWolf closed 4 years ago

CrazieWolf commented 4 years ago

Detailed question description I wanted yo know what type of proxy I need to use for the bot to work. I tried to use socks4 and it didn't work

Config

{
    "commend": {
        "friendly": 1000,
        "teaching": 1000,
        "leader": 1000
    },
    "report": {
        "aimbot": 10,
        "wallhack": 10,
        "speedhack": 10,
        "teamharm": 10,
        "abusive": 10
    },
    "account": {
        "username": "",
        "password": "",
        "sharedSecret": ""
    },
    "fetcher": {
        "username": "",
        "password": "",
        "sharedSecret": "",
        "maxTries": 10,
        "tryDelay": 2500,
        "askSteamGuard": true
    },
    "proxy": {
        "enabled": true,
        "file": "socks4.txt",
        "switchProxyEveryXaccounts": 20
    },
    "type": "COMMEND",
    "method": "SERVER",
    "target": "https://steamcommunity.com/id/-",
    "serverID": "=",
    "matchID": "0",
    "perChunk": 20,
    "betweenChunks": 300000,
    "cooldown": 28800000,
    "showCommends": true,
    "autoReportOnMatchEnd": false,
    "switchServerAfterChunks": 5,
    "protocol": "Auto",
    "steamWebAPIKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    "disableUpdateCheck": false
}

Version

BeepIsla commented 4 years ago

HTTP proxies only, you need good residential proxies not blocked by Steam. Though I heard a few days ago that apparently proxies not even bypass 20 per 5 minutes anymore but who knows.