Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 617 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 617 Bytes

HourBoostr

Program for emulating the launch of games on Steam

Usage

All accounts are added to the data/accounts.json file By default boost games: CS:GO, Dota 2, Team Fortress 2, Unturned. The boosted game can be changed by editing the data/accounts.json

# Start hourboostr
npm run start

# Add account
npm run add

Installation

apt-get update -yq
apt-get install -yq git make curl
curl -L https://git.io/n-install | N_PREFIX=~/.n bash -s -- -y latest
source /root/.bashrc
npm install -g pm2
cd ~
git clone https://github.com/AspectUnk/steam_hourboostr.git
cd steam_hourboostr