Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2016
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. MAKE SURE BEFORE YOU DO THIS MOBILE AUTHENTICATOR IS TURNED OFF ON YOUR BOT AND THAT THERE IS NO PHONE NUMBER ADDED.
  2.  
  3. Method 1 : SDA ( Steam Desktop Authenticator )
  4.  
  5. 1. Open Steam Desktop Authenticator.exe located in Steam.Desktop.Authenticator.v1.0.0
  6. 2. Click you want to sign up for a new account
  7. 3. Go through all the steps
  8. 4. Go to the folder Steam.Desktop.Authenticator.v1.0.0 , and go to the map called maFiles and open yourbotssteami64 file with notepad++
  9. 5. Search for the Shared_Secret and the identity_secret , copy these codes.
  10. 6. Go to sell.js and paste them on line 6 and 7
  11. -------------------------------------------------------------------------------------------------------------
  12. MAKE SURE BEFORE YOU DO THIS METHOD MOBILE AUTHENTICATOR IS TUNRED OFF AND THAT YOU HAVE !!!!! ADDED YOUR PHONE NUMBER.
  13.  
  14. Method 2:
  15. Download Winauth at Winauth.com
  16.  
  17. 1. Click add
  18. 2. Choose Steam
  19. 3. username & password
  20. 4. Follow all the steps
  21. 5. When its all configured , right mouse click on the section, doesnt matter where.
  22. 6. Choose show steam data and recovery code
  23. 7. allow copy
  24. 8. get the secret and identity code
  25.  
  26. NEVER USE PROTECTION WITH THIS METHOD !
  27.  
  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 3: 2fa
  32.  
  33. 1. Download NODE.JS at https://nodejs.org/en/
  34. 2. open Command prompt > run > command prompt
  35. 3. type in npm in command prompt
  36. 4. then type this single commands :
  37. npm install steamcommunity
  38. npm install fs
  39. npm install readline
  40. --------------------------------------------------------------
  41. Steam section :
  42. 1. Go to your bots steam account
  43. 2. Go to account details
  44. 3. add phone number
  45. 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
  46. ---------------------------------------------------------------
  47. go to the 2fa folder located in the bot folder and copy the folder path
  48. in my example : C:\Users\MICHAEL\Desktop\2fa
  49.  
  50. type in command prompt cd C:\Users\MICHAEL\Desktop\2fa ( your path ofcourse )
  51. type in command prompt node 2fa.js
  52. It will ask for username : put your bots login
  53. password : bots password
  54. then you will get a mail on your bots email account. get the code and fill it in.
  55. Then it will ask for an activation code , get the code from your notepad and put it at the activation code.
  56. press enter a few times.
  57. mark the whole cmd
  58. and copy it and paste it in a notepad.
  59. Get the identity_secret and shared_secret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement