Advertisement
Guest User

Untitled

a guest
Feb 4th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. BOT CONFIG.
  2.  
  3. For the bot you need to have Node 0.12 and forever on your VPS
  4.  
  5. What you need to set up your bot :
  6. - Phone number
  7. - Steam Bot account
  8. - 2fa / SDA
  9. - Steam ID 64 ( www.steamid.io ) for your MAIN steam account and a Steam ID 64 for your Bot account
  10. - Bot API Key linked with your site
  11. - site name and mysql info
  12.  
  13. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  14.  
  15. Let's start off with all the information in sell.js
  16.  
  17. 1. Line 1 - Fill in your steam id 64 from your MAIN account.
  18. 2. Line 5 - Fill in your steam id 64 from your BOT account.
  19. 3. Line 16 - Fill in your steam login from your bot account.
  20. 4. Line 17 - Fill in your steam login from your bot account.
  21. 5. Line 50 - Fill in your site url.
  22. 6. Line 57 - Fill in your Bots API key.
  23. 7. Line 61 / 64 - Fill in your MySQL settings.
  24.  
  25. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  26.  
  27. Time to configurate the 2 codes you have to fill in so your bot is compitable with Steam ESCROW.
  28. We are looking for the Identity_Secret and Shared_Secret
  29.  
  30. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  31.  
  32. Method 1 : SDA ( Steam Desktop Authenticator )
  33.  
  34. 1. Open Steam Desktop Authenticator.exe located in Steam.Desktop.Authenticator.v1.0.0
  35. 2. Click you want to sign up for a new account
  36. 3. Go through all the steps
  37. 4. Go to the folder Steam.Desktop.Authenticator.v1.0.0 , and go to the map called maFiles and open yourbotssteami64 file with notepad++
  38. 5. Search for the Shared_Secret and the identity_secret , copy these codes.
  39. 6. Go to sell.js and paste them on line 6 and 7
  40.  
  41.  
  42. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  43.  
  44. Method 2 : 2fa
  45.  
  46. 1. Download NODE.JS at https://nodejs.org/en/
  47. 2. open Command prompt > run > command prompt
  48. 3. type in npm in command prompt
  49. 4. then type this single commands :
  50. npm install steamcommunity
  51. npm install fs
  52. npm install readline
  53. --------------------------------------------------------------
  54. Steam section :
  55. 1. Go to your bots steam account
  56. 2. Go to account details
  57. 3. add phone number
  58. 4. Put your phone number and copy the code you got and paste it on your desktop in a notepad file DONT PUT IT ON STEAM YET
  59. ---------------------------------------------------------------
  60. go to the 2fa folder located in the bot folder and copy the folder path
  61. in my example : C:\Users\MICHAEL\Desktop\2fa
  62.  
  63. type in command prompt cd C:\Users\MICHAEL\Desktop\2fa ( your path ofcourse )
  64. type in command prompt node 2fa.js
  65. It will ask for username : put your bots login
  66. password : bots password
  67. then you will get a mail on your bots email account. get the code and fill it in.
  68. Then it will ask for an activation code , get the code from your notepad and put it at the activation code.
  69. press enter a few times.
  70. mark the whole cmd
  71. and copy it and paste it in a notepad.
  72. Get the identity_secret and shared_secret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement