/steam-idler

A Script written in JS for idling and boosting playtime for chosen games.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Steam idler

Boost your Steam playtime hour

Steam idler is a Script written in JS for idling and boosting playtime for chosen games without using computer resources.

Note

I do not store any of your credentials, this take advantage of open-source'd modules which you are obligated to check their sources if you are this concerned about transparency. This is a 100% open-source project with complete transparency. It's kinda the same as using Steam Auth App on your client, the only difference is that it simulates the games.

Required modules

Installation

Let's git clone this repo somewhere.

git clone https://github.com/dragonGR/steam-idler

Then, install required dependencies. This can be achieved by doing

npm install

Now, open the file with an editor, Windows' notepad can do the job as well and head over to line 11 and place your preferred game's ID inside of those brackets. Can be separated by a comma[,].

"ids": []

And finally, run it

node idler.js

Frequently Asked Questions

How to find my game's ID?

How many games can i idle simutalneously?

  • It can go up to 15 games.

Is it safe? I don't want to get a VAC ban on my 6.9k CS:GO account

  • It won't ban you even when playing on VAC secured server. It doesn't modify working memory pool so VAC won't go crazy. I played CSGO comp with Idle Master running in background a couple of times.

Is this Bot saving Information about my Account?

  • Read #Note: I do not store any of your credentials, this take advantage of open-source'd modules which you are obligated to check their sources if you are this concerned about transparency. This is a 100% open-source project with complete transparency. It's kinda the same as using Steam Auth App on your client, the only difference is that it simulates the games.

Does the Author tracks my IP?

  • No, this Bot runs on localhost (Your PC) and your details cannot be Tracked.

Resources

License

GPL v3.0