· 9 years ago · Mar 25, 2017, 11:14 PM
11.
2First we need to install additional modules .
3to do this we need to go to the directory with the bot .(cd /bot)
4И выполнить Ñледующие команды:
5
6npm install steam-totp
7npm install steamcommunity
8npm install steam-tradeoffers
9npm install steam
10npm install steamcommunity-mobile-confirmations
11
122.
13Open the file with a text editor
14escrow.js
15A complete as described below :
16First step:
171. Attach your phone number to : store.steampowered.com/account/. It must be unique
182. Insert your data in the field "accountName" and "password", and make sure that smsVeri installOn within the meaning of "false"
193. Start the installer (node escrow.js)
204. Boat krashnetsya , you will receive a letter in the mail , as well as a file calledguard_value.txt
21
22Second step:
231. Come to email and copy the confirmation code steamguard
242. Insert it instead of ' code at the email ' . Quotes do not touch !
253. changes matter installOn on "true"
264. Start the installer (node escrow.js)
275. Boat exits and creates the file saved_response.txt so you get the code in SMS
28
29Third step:
301. Change smsVeri on true
312. paste instead of ' file guard_value.txt' value file guard_value.txt without touching quotes !
323. insert the code from the SMS box smsCode, Instead 'Код из ÑмÑ' just do not touch quotes !
334. Open the file , find the value in it shared secret, where such quotation marks "" will be written in your sharedKey, paste it into the field instead of SharedKey ' here your sharedKey', while maintaining quotes !
345. Start the installer (node escrow.js)
356. If everything is successful bot write "Successfully enabled Mobile auth! Response: undefined"
36
373. To configure a bot :
38
393.1.
40Open the file config.js and configure the following items:
41bot: {
42username: 'логин от аккаунта бота',
43password: 'пароль от аккаунта бота'
44},
45apiKey: 'api key',
46domain: 'your domain name (without http)',
47secretKey: 'Your private key',
48admins: [
49'steamid64 админиÑтратора'
50]
51
523.3. Go to the directory with a stim , we make visible the hidden objects and look ssfn file.
53We are finding hidden ssfn and copy it to your bot and call it"sentry".
54
553.4. Open the file bot.js and configure the following items:
56var sharedKey = 'take out saved_response.txt';
57
583.5. We are looking for below:
59"accountName": "write a login from the bot",
60"password": "write a login from the bot",
61
623.6. Lower:
63steamid: "steamid64",
64identity_secret: "take file saved_response.txt",
65
66Done ! We run the boat and enjoy !
67
68PS Ð’ Privacy settings should be included sharing a confirmation that things would not popodaet to Hold zone .