Guest User

Untitled

a guest
Mar 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. 1.
  2. First we need to install additional modules .
  3. to do this we need to go to the directory with the bot .(cd /bot)
  4. И выполнить следующие команды:
  5.  
  6. npm install steam-totp
  7. npm install steamcommunity
  8. npm install steam-tradeoffers
  9. npm install steam
  10. npm install steamcommunity-mobile-confirmations
  11.  
  12. 2.
  13. Open the file with a text editor
  14. escrow.js
  15. A complete as described below :
  16. First step:
  17. 1. Attach your phone number to : store.steampowered.com/account/. It must be unique
  18. 2. Insert your data in the field "accountName" and "password", and make sure that smsVeri installOn within the meaning of "false"
  19. 3. Start the installer (node escrow.js)
  20. 4. Boat krashnetsya , you will receive a letter in the mail , as well as a file calledguard_value.txt
  21.  
  22. Second step:
  23. 1. Come to email and copy the confirmation code steamguard
  24. 2. Insert it instead of ' code at the email ' . Quotes do not touch !
  25. 3. changes matter installOn on "true"
  26. 4. Start the installer (node escrow.js)
  27. 5. Boat exits and creates the file saved_response.txt so you get the code in SMS
  28.  
  29. Third step:
  30. 1. Change smsVeri on true
  31. 2. paste instead of ' file guard_value.txt' value file guard_value.txt without touching quotes !
  32. 3. insert the code from the SMS box smsCode, Instead 'Код из смс' just do not touch quotes !
  33. 4. 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 !
  34. 5. Start the installer (node escrow.js)
  35. 6. If everything is successful bot write "Successfully enabled Mobile auth! Response: undefined"
  36.  
  37. 3. To configure a bot :
  38.  
  39. 3.1.
  40. Open the file config.js and configure the following items:
  41. bot: {
  42. username: 'логин от аккаунта бота',
  43. password: 'пароль от аккаунта бота'
  44. },
  45. apiKey: 'api key',
  46. domain: 'your domain name (without http)',
  47. secretKey: 'Your private key',
  48. admins: [
  49. 'steamid64 администратора'
  50. ]
  51.  
  52. 3.3. Go to the directory with a stim , we make visible the hidden objects and look ssfn file.
  53. We are finding hidden ssfn and copy it to your bot and call it"sentry".
  54.  
  55. 3.4. Open the file bot.js and configure the following items:
  56. var sharedKey = 'take out saved_response.txt';
  57.  
  58. 3.5. We are looking for below:
  59. "accountName": "write a login from the bot",
  60. "password": "write a login from the bot",
  61.  
  62. 3.6. Lower:
  63. steamid: "steamid64",
  64. identity_secret: "take file saved_response.txt",
  65.  
  66. Done ! We run the boat and enjoy !
  67.  
  68. PS В Privacy settings should be included sharing a confirmation that things would not popodaet to Hold zone .
Add Comment
Please, Sign In to add comment