Git Product home page Git Product logo

vaporbooster's Introduction

WARNING: This project can be considered unmaintained. I will probably create a completely new project with better code and more features in another language.

vaporBooster, a simple Steam hour booster with 2FA support

Boost multiple account with this NodeJS script with 2FA support!
(And it is not necessary to use the shared secret key)

Installation

# Install dependencies ⌨️
$ npm install

Startup

# Start the booster 🎉
$ npm run start

Example of the config (config/accounts.js)

config = {};
config.username = 'username'; // Account username
config.password = 'password'; // Account password
config.sharedSecret = ''; // Shared secret (2FA only), leave it blank for steam guard code
config.enableStatus = true; // Set it to false if you want to stay invisible
config.gamesAndStatus = [
	'Boosting hours...', // Your custom status (counts as a game, you can only boost 31 games with the custom status)
	730,
	440,
	570,
]; // IDs of the games, separated by comma
config.replyMessage = ''; // Leave it blank for no reply message
config.receiveMessages = false; // Do you want to log the messages that you receive in the terminal?
config.saveMessages = false; // Do you want to save the messages that you receive in a file?
configsArray.push(config);

vaporbooster's People

Contributors

valnssh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vaporbooster's Issues

RateLimitExceeded

Hello! I'm having this issue where I've got two accounts set up to idle, all information is correct, the "identity_secret" is from maFiles as well so it should be perfect, but once I launch the bot it spams authenticator code and then says rate limit exceeded, when I opened SDA the code wasn't right though. Could it be that I'm getting a different code than SDA, am I not supposed to use "identity_secret" as the shared secret key?

Attempted to boot, then met with this.

12.02 05:47:58 [Bot] [email protected] start
12.02 05:47:58 [Bot] node src/hourBooster.js
12.02 05:47:59 [Bot] * Detected 1 account(s) in the config.
12.02 05:47:59 [Bot] * Starting idling 1 account(s).
12.02 05:47:59 [Bot] * Press CTRL + C to exit.
12.02 05:48:00 [Bot] [jm0ub9db7pl5] Logged into Steam as 76561199362390640
12.02 05:48:00 [Bot] /src/accountHandler.js:120
12.02 05:48:00 [Bot] process.stdout.cursorTo(0);
12.02 05:48:00 [Bot] ^
12.02 05:48:00 [Bot] TypeError: process.stdout.cursorTo is not a function
12.02 05:48:00 [Bot] at EventEmitter.<anonymous> (/src/accountHandler.js:120:19)
12.02 05:48:00 [Bot] at /node_modules/easytimer.js/dist/easytimer.js:171:25
12.02 05:48:00 [Bot] at Array.forEach (<anonymous>)
12.02 05:48:00 [Bot] at EventEmitter.emit (/node_modules/easytimer.js/dist/easytimer.js:170:26)
12.02 05:48:00 [Bot] at dispatchEvent (/node_modules/easytimer.js/dist/easytimer.js:597:20)
12.02 05:48:00 [Bot] at dispatchEvents (/node_modules/easytimer.js/dist/easytimer.js:360:9)
12.02 05:48:00 [Bot] at Timeout.updateTimerAndDispatchEvents [as _onTimeout] (/node_modules/easytimer.js/dist/easytimer.js:329:7)
12.02 05:48:00 [Bot] at listOnTimeout (node:internal/timers:559:17)
12.02 05:48:00 [Bot] at processTimers (node:internal/timers:502:7)
12.02 05:48:00 [Bot] * Timer: 00:00:01

repl.it website hourboost

hi I want to run it on repl.it website but i need index.js main file not to run with batch file only 100% javascript so how do i do it?
Any ideas?

booster not showing playing the game

how to check if the booster is actually working without wasting hours irl?
it says starting idling 1 account.
i used it with DayZ game ID : 221100
is it normal that steam account is just online (blue) and not playing the game ?

Invalid password FIXED

Its says its invalid password but its in the account but i dont think its boosting hours in the games :(
image

Issue when starting with pm2?

Using command:
pm2 start accountHandler.js --name SteamBooster

Error:

1|SteamBooster | * Detected 2 account(s) in the config.
1|SteamBooster | * Starting idling 2 account(s).
1|SteamBooster | * Press CTRL + C to exit.
1|SteamBooster | * Timer: 00:00:01
1|SteamBooster | TypeError: process.stdout.cursorTo is not a function
1|SteamBooster | at EventEmitter. (/home/alex2/vaporBooster-main/src/hourBooster.js:165:19)
1|SteamBooster | at /home/alex2/vaporBooster-main/node_modules/easytimer.js/dist/easytimer.js:171:25
1|SteamBooster | at Array.forEach ()
1|SteamBooster | at EventEmitter.emit (/home/alex2/vaporBooster-main/node_modules/easytimer.js/dist/easytimer.js:170:26)
1|SteamBooster | at dispatchEvent (/home/alex2/vaporBooster-main/node_modules/easytimer.js/dist/easytimer.js:597:20)
1|SteamBooster | at dispatchEvents (/home/alex2/vaporBooster-main/node_modules/easytimer.js/dist/easytimer.js:360:9)
1|SteamBooster | at Timeout.updateTimerAndDispatchEvents [as _onTimeout] (/home/alex2/vaporBooster-main/node_modules/easytimer.js/dist/easytimer.js:329:7)
1|SteamBooster | at listOnTimeout (node:internal/timers:559:17)
1|SteamBooster | at processTimers (node:internal/timers:502:7)
PM2 | App [SteamBooster:1] exited with code [1] via signal [SIGINT]
PM2 | App [SteamBooster:1] starting in -fork mode-
PM2 | App [SteamBooster:1] online

I guess little changes broke something

[email protected] start
node src/accountHandler.js

node:internal/modules/cjs/loader:1080
throw err;
^

Error: Cannot find module 'steam-user'
Require stack:

  • ...\vaporBooster-main\src\hourBooster.js
  • ...\vaporBooster-main\src\accountHandler.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
    at Module._load (node:internal/modules/cjs/loader:922:27)
    at Module.require (node:internal/modules/cjs/loader:1143:19)
    at require (node:internal/modules/cjs/helpers:110:18)
    at Object. (C:\Users\ibrah\OneDrive\İş masası\stuff\loader\vaporBooster-main\src\hourBooster.js:2:19)
    at Module._compile (node:internal/modules/cjs/loader:1256:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
    at Module.load (node:internal/modules/cjs/loader:1119:32)
    at Module._load (node:internal/modules/cjs/loader:960:12)
    at Module.require (node:internal/modules/cjs/loader:1143:19) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    '...\vaporBooster-main\src\hourBooster.js',
    '...\vaporBooster-main\src\accountHandler.js'
    ]
    }
    happens after "npm run start" command

automatic re-enter

Hello, for example, I wanted to play the game on my own computer, but it still stays like this. It would be better if you make a system that automatically restarts the game when I exit the game after hours.

How do i upgrade more than 32 games

Hello, I am adding how I can add more than 32 games, but I am not boosting, unfortunately, you have made an explanation in the accountHandler.js file, but I could not understand it, because my English is bad, I would appreciate it if you could explain it visually or give a more detailed explanation, thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.