Guest User

Untitled

a guest
Sep 9th, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var SteamUser = require('steam-user');
  2. var SteamTotp = require('steam-totp');
  3. var user = new SteamUser();
  4.  
  5. user.logOn({
  6. accountName: "liam2",
  7. password: "speedrun8df",
  8. twoFactorCode: SteamTotp.getAuthCode("")
  9. });
  10.  
  11. user.on('webSession', function() {
  12. console.log('Logged in!');
  13. user.setPersona(SteamUser.Steam.EPersonaState.Offline) // Set to offline or online - your choice.
  14. user.gamesPlayed([347560, 546990, 575640, 508290, 478010, 410210, 533820, 385070, 542740, 498030, 489900,542730,444480,449200,451880,526880,412170,403900,473560,331790,438030,4936,563120,542710,502140,514970,463220,403560,448640,
  15. 340650,363490,497260,467010,514470,514480,585550,512640,540020,383580,487220,557680,385080,453820,515470,391660,467000,423710,500580,428950,428950,487580,500570,462220,491580,546980,493700,454200,375510,263980,457820,454890,438010,485330,418070,528510,]); // Enter ID of the steam game. Found in the store link (/app/10) is Counter-Strike
  16.  
  17. });
Add Comment
Please, Sign In to add comment