From 6ec05be1783554b89acad29a9d32979fdb32654d Mon Sep 17 00:00:00 2001 From: sp0ok3r Date: Sat, 15 Apr 2017 22:23:08 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c64df3..1743bed 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ In my version i'm using: - Steam User: https://github.com/DoctorMcKay/node-steam-user -- Steam Totp: https://github.com/DoctorMcKay/node-steam-totp -- Steam Rep: https://github.com/scholtzm/node-steamrep , I'm using SteamRep when any friends adds you this will check if its a scam or legit. +- Steam Totp: https://github.com/DoctorMcKay/node-steam-totp +- Steam Rep: https://github.com/scholtzm/node-steamrep , when any friends adds you this will check if its a scam or legit. ## Features list: - Auto AFK Message @@ -45,8 +45,9 @@ In my version i'm using: ``` After installed, you can start the bot with: node steambot.js - -### Usage of 'config.js' : +## Editing config files: +#### Usage of 'config.js' : +- Admin : "76561198041931474", SteamID64 of the account which will control the bot! - StartOnlineOROffline : '1' you can start the bot in online (1) mode or offline (0), only the game2idle will work!, @@ -56,6 +57,10 @@ After installed, you can start the bot with: node steambot.js - 'AllFunctions' : "1", 0 to all functions stay off, or 1 to turn on all functions, +#### Usage of 'savedbots.js' : + +- BOTS : "76561198041931474,76561198177157710", this will prevent bots spamming each other if you got multiple bots + ### Development