Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
7,838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  2. BOT CONFIG.
  3.  
  4. For the bot you need to have Node 0.12 and forever on your VPS
  5.  
  6. What you need to set up your bot :
  7. - Phone number
  8. - Steam Bot account
  9. - 2fa / SDA
  10. - Steam ID 64 ( www.steamid.io ) for your MAIN steam account and a Steam ID 64 for your Bot account
  11. - Bot API Key linked with your site
  12. - site name and mysql info
  13.  
  14. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  15.  
  16. Let's start off with all the information in sell.js
  17.  
  18. 1. Line 1 - Fill in your steam id 64 from your MAIN account.
  19. 2. Line 5 - Fill in your steam id 64 from your BOT account.
  20. 3. Line 16 - Fill in your steam login from your bot account.
  21. 4. Line 17 - Fill in your steam login from your bot account.
  22. 5. Line 50 - Fill in your site url.
  23. 6. Line 57 - Fill in your Bots API key.
  24. 7. Line 61 / 64 - Fill in your MySQL settings.
  25.  
  26. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  27.  
  28. Time to configurate the 2 codes you have to fill in so your bot is compitable with Steam ESCROW.
  29. We are looking for the Identity_Secret and Shared_Secret
  30.  
  31. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  32.  
  33. Method 1 : SDA ( Steam Desktop Authenticator )
  34.  
  35. 1. Open Steam Desktop Authenticator.exe located in Steam.Desktop.Authenticator.v1.0.0
  36. 2. Click you want to sign up for a new account
  37. 3. Go through all the steps
  38. 4. Go to the folder Steam.Desktop.Authenticator.v1.0.0 , and go to the map called maFiles and open yourbotssteami64 file with notepad++
  39. 5. Search for the Shared_Secret and the identity_secret , copy these codes.
  40. 6. Go to sell.js and paste them on line 6 and 7
  41.  
  42.  
  43. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  44.  
  45. Method 2 : 2fa
  46.  
  47. 1. Download NODE.JS at https://nodejs.org/en/
  48. 2. open Command prompt > run > command prompt
  49. 3. type in npm in command prompt
  50. 4. then type this single commands :
  51. npm install steamcommunity
  52. npm install fs
  53. npm install readline
  54. --------------------------------------------------------------
  55. Steam section :
  56. 1. Go to your bots steam account
  57. 2. Go to account details
  58. 3. add phone number
  59. 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
  60. ---------------------------------------------------------------
  61. go to the 2fa folder located in the bot folder and copy the folder path
  62. in my example : C:\Users\MICHAEL\Desktop\2fa
  63.  
  64. type in command prompt cd C:\Users\MICHAEL\Desktop\2fa ( your path ofcourse )
  65. type in command prompt node 2fa.js
  66. It will ask for username : put your bots login
  67. password : bots password
  68. then you will get a mail on your bots email account. get the code and fill it in.
  69. Then it will ask for an activation code , get the code from your notepad and put it at the activation code.
  70. press enter a few times.
  71. mark the whole cmd
  72. and copy it and paste it in a notepad.
  73. Get the identity_secret and shared_secret
  74. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  75. After you have fully configured your sell.js your ready to go. Start putty again and login, Type cd /var/www/bot , then type node sell.js , if it logged in correctly you're ready to go.
  76.  
  77. Your bot will have recieved a 7 day trade hold, what means that after 7 days the 72 hours hold will be removed.
  78.  
  79.  
  80. FEW EXTRA THINGS YOU CAN CHANGE :
  81.  
  82. 1. Change the name of the getwinner34634f.php to getwinner3294238139038123131.php or something very random!
  83. After you have done that , copy the name you gave it , go to sell.js > line 97 , and change the getwinner34634f.php to the new name you gave it.
  84.  
  85. 2. Go to users_online and fill in your MySQL settings aswell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement