Advertisement
R4TH4CK3R

Untitled

May 25th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. // Configure and rename to "config.js"
  2. // Create an empty file called "sentry" in same directory
  3. // Have steamguard code = "" to start
  4. // Fill in the steamguard code after receiving it
  5. // After successfully logging in, return steamguard code to ""
  6. var config = {};
  7.  
  8. config.steam_name = "just a bot";
  9. config.steam_user = "";
  10. config.steam_pass = "";
  11. config.steam_guard_code = "";
  12.  
  13. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement