OneTallor

Untitled

Jul 9th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Method 2 : 2fa
  2.  
  3. 1. Download NODE.JS at https://nodejs.org/en/
  4. 2. open Command prompt > run > command prompt
  5. 3. type in npm in command prompt
  6. 4. then type this single commands :
  7. npm install steamcommunity
  8. npm install fs
  9. npm install readline
  10. --------------------------------------------------------------
  11. Steam section :
  12. 1. Go to your bots steam account
  13. 2. Go to account details
  14. 3. add phone number
  15. 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
  16. ---------------------------------------------------------------
  17. go to the 2fa folder located in the bot folder and copy the folder path
  18. in my example : C:\Users\MICHAEL\Desktop\2fa
  19.  
  20. type in command prompt cd C:\Users\MICHAEL\Desktop\2fa ( your path ofcourse )
  21. type in command prompt node 2fa.js
  22. It will ask for username : put your bots login
  23. password : bots password
  24. then you will get a mail on your bots email account. get the code and fill it in.
  25. Then it will ask for an activation code , get the code from your notepad and put it at the activation code.
  26. press enter a few times.
  27. mark the whole cmd
  28. and copy it and paste it in a notepad.
  29. Get the identity_secret and shared_secret
  30. --------------------------------------------------------------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment