Advertisement
Guest User

Untitled

a guest
May 4th, 2016
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. BOT CONFIGURATION
  2.  
  3. Edit all the following items in bot > bot.js
  4.  
  5. Line 32 : Sitepath - The full path to index.php of your site without http://
  6. Line 34 : Sitename - The name of your site, this will be shown in the bot's message to the winners
  7. Line 36 : APIKey - The api key generated ON THE BOT's account https://steamcommunity.com/dev/apikey
  8. Line 37 : SteamID ( 64 ) of the admin, can send commands to the bot, ask for the rake, etc
  9. Line 38 : BotSteamID ( 64 ) - The bot's steam ID, it is required to check for mobile confirmations
  10. Line 39 : IdentitySecret - The identity_secret of the bot, it is required for mobile confirmations
  11. Line 40 : SharedSecret = shared_secret of the bot's 2fa file, it's needed to generate the login code
  12. Line 41 : pooling_interval - No need to change it
  13. Line 42 : rsecret - Change it to the same code you put to p2endround.php and endround.php
  14. Line 44 : p2 - set it to true if this bot is for pot 2, set it to false if it's for pot 1. One bot should have this as true and the other as false.
  15.  
  16. Line 51 : Put your bot details like this :
  17.  
  18. "accountName" : "hereyoutype",
  19. "password" : "hereyoutype",
  20.  
  21. Line 84 : Fill in your MySQL Settings again
  22. -------------------------------------------------------------------------------------------------------------
  23. IF YOU WANT TO USE 2 BOTS REPEAT THIS PROCESS BY MAKING COPYING THE BOT.JS AND NAME IT BOT1.JS
  24. -------------------------------------------------------------------------------------------------------------
  25.  
  26. Time to configurate the 2 codes you have to fill in so your bot is compitable with Steam ESCROW.
  27. We are looking for the Identity_Secret and Shared_Secret
  28.  
  29. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  30.  
  31. Method 1 : SDA ( Steam Desktop Authenticator )
  32.  
  33. 1. Open Steam Desktop Authenticator.exe located in Steam.Desktop.Authenticator.v1.0.0
  34. 2. Click you want to sign up for a new account
  35. 3. Go through all the steps
  36. 4. Go to the folder Steam.Desktop.Authenticator.v1.0.0 , and go to the map called maFiles and open yourbotssteami64 file with notepad++
  37. 5. Search for the Shared_Secret and the identity_secret , copy these codes.
  38. 6. Go to sell.js and paste them on line 6 and 7
  39. -------------------------------------------------------------------------------------------------------------
  40. MAKE SURE BEFORE YOU DO THIS METHOD MOBILE AUTHENTICATOR IS TUNRED OFF AND THAT YOU HAVE !!!!! ADDED YOUR PHONE NUMBER.
  41.  
  42. Method 2:
  43. Download Winauth at Winauth.com
  44.  
  45. 1. Click add
  46. 2. Choose Steam
  47. 3. username & password
  48. 4. Follow all the steps
  49. 5. When its all configured , right mouse click on the section, doesnt matter where.
  50. 6. Choose show steam data and recovery code
  51. 7. allow copy
  52. 8. get the secret and identity code
  53.  
  54. NEVER USE PROTECTION WITH THIS METHOD !
  55.  
  56. -------------------------------------------------------------------------------------------------------------
  57. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  58.  
  59. Method 3: 2fa
  60.  
  61. 1. Download NODE.JS at https://nodejs.org/en/
  62. 2. open Command prompt > run > command prompt
  63. 3. type in npm in command prompt
  64. 4. then type this single commands :
  65. npm install steamcommunity
  66. npm install fs
  67. npm install readline
  68. --------------------------------------------------------------
  69. Steam section :
  70. 1. Go to your bots steam account
  71. 2. Go to account details
  72. 3. add phone number
  73. 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
  74. ---------------------------------------------------------------
  75. go to the 2fa folder located in the bot folder and copy the folder path
  76. in my example : C:\Users\MICHAEL\Desktop\2fa
  77.  
  78. type in command prompt cd C:\Users\MICHAEL\Desktop\2fa ( your path ofcourse )
  79. type in command prompt node 2fa.js
  80. It will ask for username : put your bots login
  81. password : bots password
  82. then you will get a mail on your bots email account. get the code and fill it in.
  83. Then it will ask for an activation code , get the code from your notepad and put it at the activation code.
  84. press enter a few times.3
  85. mark the whole cmd
  86. and copy it and paste it in a notepad.
  87. Get the identity_secret and shared_secret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement