From a2817835d15bb281c855595dcd0de2c88e204511 Mon Sep 17 00:00:00 2001 From: gsd Date: Wed, 8 Feb 2023 13:29:26 +0000 Subject: [PATCH] readme --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..fdcca41 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +put in servers.list servers: +ip1:port|password1|command +ip2:port|password2|command + +create directory auth_data +1) add auth.txt file into this directory. Example file: +login +password +2) add steamguard file into this directory. Example file: +{ + "steamid": "0", + "shared_secret": "aaaa", + "identity_secret": "bbbb" +} \ No newline at end of file