You better make video tutorial to make things easier
Hoping you'll do hehe...
THANKS BRO!
plss, add a rbot in this bot, and it will be perfect :3
Nice job bro, I would like to see a video as well
Can you give us a database for accounts?
commands??????????
- - - Updated - - -
dont work for me
it safe for acc?
Originally Posted by yedpedte1
it safe for acc?
what? //2short
Pls make video tutorial
Originally Posted by CraftedChamp.
CS:GO COMMEND BOT
INSTRUCTIONS
Code:
CSGO Commend BotYou are viewing an experimental branch including a commend bot rewrite. Use with caution.If you're a developer and want to know how to fix your own commend bot its very simple. Just set steam_id_gs to a valid server steam ID, on your target's account & bot accounts. Switch after 20 commends and repeat.
RestrictionsValve changed it so that you now need to be on a server before you can commend someone. There also is a limit of the amount of commends you can send per server, that limit is set to 20. Due to this you need your targets Steam details, so you can login and change server after 20 commends. This also heavily impacts speed.
This version has a major issueTypically after ~20 commends it stops working all together, despite closing Steam connection and relogging. Sometimes it works for a little more, most of the time it doesn't. You can do another 20 after restarting the script.
Future
Add back the colors
Add the ability to remove commends
Add the ability to commend three times with one account per 24 hours instead of once every 8 hours
Rename config.json.example to config.json and adjust it
Add accounts using the
Run node index.js
Config
commend:
friendly Boolean: Whether or not to commend as friendly
teaching Boolean: Whether or not to commend as teaching
leader Boolean: Whether or not to commend as leader
account:
username String: Username of the account you want to boost
password String: Pasword of the account you want to boost
sharedSecret String: Optional shared secret if the account has two factor authentication
method String: Define the method - Valid values: LOGIN & SERVER
target String: SteamID/VanityURL/ProfileURL of target
matchID String: Optional match ID, typically just "0" anyways - I always use "0".
toSend Number: Amount of commends you want to send
cooldown Number: Cooldown in milliseconds to not reuse accounts - Currently set to 8 hours
betweenChunks Number: Cooldown in milliseconds between chunks - (I recommend a minimum of 240000 (4 minutes))
steamWebAPIKey String: Steam Web API key from hereⓘ
Database Manager
Export account list: Export all accounts in a username:password format
List commends for user: List all accounts which have commended a specific user
Reset commends for user: Delete all commend entries from the database of a specific user
Remove account from database: Delete a specific account from the database including commend history
Add account(s) to database: Add accounts to the database, import from JSON file, import from username:passwordfile or manually add accounts
List not working accounts: List all accounts which are marked as inoperational by the script
Reset Database: Will clear out all content of the database, resetting it to the default
Exit: Safely close database before exiting process
Then simple run it via node databaseManager.js, use the arrow keys & enter to navigate. Read on-screen instructions for more details.
Botting MethodYou can choose between two botting methods, LOGIN and SERVER.
LOGIN will log into the targets account and automatically grab a server. account object must be filled with account details. Will ignore target & serverID.
SERVER will assume the target is on the defined server. serverID must be either a ServerIP including port or a direct ServerID. Will ignore account.