Results 1 to 10 of 10
  1. #1
    legit_player's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    /root
    Posts
    313
    Reputation
    10
    Thanks
    2,784
    My Mood
    Cool

    Idling Hours on Steam with LOW CPU USAGE!

    Step 1 - Install Node.js

    https://nodejs.org/ -Download link.

    Step 2 - Install Node-Steam.
    Open Node.js command promt and type following.
    Code:
    npm install steam@v0.6.8
    Step 3 - Make a script.
    Now you need to make a script you can create a new or this script. Just open notepad copy script in notepad and save it as javascript. (.js) (YOU NEED TO ADD YOU ACC INFO LIKE ACCOUNT USERNAME, PASSWORD ETC)
    Code:
    var Steam = require('steam');
    var fs = require('fs');
    var bot = new Steam.SteamClient();
     
    if (fs.existsSync('sentryfile'))
    {
        var sentry = fs.readFileSync('sentryfile');
        console.log('[STEAM] logging in with sentry ');
        bot.logOn({
          accountName: '',
          password: '',
          shaSentryfile: sentry
        });
    }
    else
    {
        console.log('[STEAM] logging in without sentry');
        bot.logOn({
          accountName: '',
          password: '',
          authCode: ''
        });
    }
    bot.on('loggedOn', function() {
        console.log('[STEAM] Logged in.');
        bot.setPersonaState(Steam.EPersonaState.Online);
        //Tell steam we are playing games.
        //440=tf2
        //550=l4d2 
        //730=csgo
        //570=dota2
        bot.gamesPlayed([440, 550, 730, 570]);
    });
     
    bot.on('sentry', function(sentryHash)
    {//A sentry file is a file that is sent once you have
    //passed steamguard verification.
        console.log('[STEAM] Received sentry file.');
        fs.writeFile('sentryfile',sentryHash,function(err) {
        if(err){
          console.log(err);
        } else {
          console.log('[FS] Saved sentry file to disk.');
        }});
    });
     
    //Handle logon errors
    bot.on('error', function(e) {
    console.log('[STEAM] ERROR - Logon failed');
        if (e.eresult == Steam.EResult.InvalidPassword)
        {
        console.log('Reason: invalid password');
        }
        else if (e.eresult == Steam.EResult.AlreadyLoggedInElsewhere)
        {
        console.log('Reason: already logged in elsewhere');
        }
        else if (e.eresult == Steam.EResult.AccountLogonDenied)
        {
        console.log('Reason: logon denied - steam guard needed');
        }
    })
    Step 4 - Copy javascript.
    Now you need to copy your script into users, folder should look like this C:\Users\YOURNAME\HERE WILL BE SCRIPT

    Step 5 - Start script
    Now you need to start script, just open Node.js Command Promt and type
    Code:
    node NAMEOFYOURSCRIPT
    Credits -
    dirtyspah - Script
    Last edited by legit_player; 08-11-2015 at 12:22 PM.

  2. The Following User Says Thank You to legit_player For This Useful Post:

    FuckingMad (09-16-2015)

  3. #2
    pureosouza's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    276
    Reputation
    10
    Thanks
    776
    My Mood
    Relaxed
    Lol COPY and paste from UC
    Quote Originally Posted by WasserEsser View Post
    You can't do an internal cheat without a dll. You are stupid and this is most likely copy pasted since you have no clue what you are even talking about lol.

  4. #3
    Threadstarter
    Dual-Keyboard Member
    legit_player's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    /root
    Posts
    313
    Reputation
    10
    Thanks
    2,784
    My Mood
    Cool
    Nope.. i didnt c/p anything i am from UC just with different name.
    Last edited by legit_player; 08-11-2015 at 12:30 PM.

  5. #4
    xHirox's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    1,561
    Or you could just use SAM

  6. #5
    Threadstarter
    Dual-Keyboard Member
    legit_player's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    /root
    Posts
    313
    Reputation
    10
    Thanks
    2,784
    My Mood
    Cool
    No.. With this you can Idle multiple games on multiple accounts (AT THE SAME TIME)
    Last edited by legit_player; 08-11-2015 at 02:11 PM.

  7. #6
    Neodice's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    4
    Since I am a big trader I dont want to get the 7 day ban.

  8. #7
    Threadstarter
    Dual-Keyboard Member
    legit_player's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    /root
    Posts
    313
    Reputation
    10
    Thanks
    2,784
    My Mood
    Cool
    Why would you get a ban?

  9. #8
    Neodice's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by legit_player View Post
    Why would you get a ban?
    When u login from a new pc u get a 7 day trade ban.

  10. #9
    Threadstarter
    Dual-Keyboard Member
    legit_player's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    /root
    Posts
    313
    Reputation
    10
    Thanks
    2,784
    My Mood
    Cool
    You will be still able to trade.

  11. #10
    ande9023's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Psychedelic
    Nvm. foundt out



    How do you idle multiple accounts though? I know my autism level is beyond 9000 but cba.
    Last edited by ande9023; 09-15-2015 at 11:42 AM.

Similar Threads

  1. [WTS] CSGO account // DMG // 600+ hours // 160 wins with overwatch // 9 steam games
    By Xesty in forum Counter-Strike 2 Marketplace
    Replies: 3
    Last Post: 08-03-2015, 12:44 AM
  2. Steam with 10k hours
    By Daniel Mendes in forum Marketplace Price Check / Questions
    Replies: 0
    Last Post: 07-25-2015, 01:31 PM
  3. [WTB] Buying DMG or higher with any wins and hours. ($20 Steam Gift Card)
    By Aeroptic in forum Counter-Strike 2 Marketplace
    Replies: 2
    Last Post: 05-14-2015, 10:20 AM
  4. CPU Usage Dumping(now you can use images)
    By radnomguywfq3 in forum Visual Basic Programming
    Replies: 1
    Last Post: 10-10-2007, 12:38 PM