BeepIsla / csgo-commend-bot

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

Error #381

Closed zipwq closed 4 years ago

zipwq commented 4 years ago

I tried to give someone commends on a stream but when i run the index.js the account logged onto steam and the empty lines between the connection information line (blue lines). I have waited some time and then i got the error with Timeout!

BeepIsla commented 4 years ago

Use a commend prompt instead of a powershell. Blue text on blue background doesn't look good.

What server was your target on? Community, Valve, something else?

zipwq commented 4 years ago

On a workshop map the bot works perfectly but on a competitive valve doesn't work.

BeepIsla commented 4 years ago

I don't know why it failed, I just assume offline with bots doesn't work but I don't know for sure.

zipwq commented 4 years ago

It's there a method that I can give commends to a player while he is playing matchmaking (competitive/wingman/deathmatch)? Or maybe on FACEIT / ESEA servers?

BeepIsla commented 4 years ago

Valve Comoetitive and Valve Wingman do not work and there is no workaround.

zipwq commented 4 years ago

That's my config for FACEIT, is it ok?

{
"commend": {
    "friendly": 350,
    "teaching": 350,
    "leader": 350
},
"report": {
    "aimbot": 10,
    "wallhack": 10,
    "speedhack": 10,
    "teamharm": 10,
    "abusive": 10
},
"account": {
    "username": "",
    "password": "",
    "sharedSecret": ""
},
"proxy": {
    "enabled": false,
    "file": "proxies.txt",
    "switchProxyEveryXaccounts": 20
},
"type": "COMMEND",
"method": "SERVER",
"target": "his profile",
"perChunk": 20,
"betweenChunks": 305000,
"cooldown": 28800000,
"steamWebAPIKey": "my steam api key",
"disableUpdateCheck": false

}

BeepIsla commented 4 years ago

There are no special settings needed. This should be fine. Unless FACEIT has some Valve authentication or there is a server-command I don't know about.

zipwq commented 4 years ago

Ok, thanks!