A node-steam plugin for reporting players in Counter-Strike: Global Offensive.
Demo: http://report-service.xyz
Prerequisite | How to check | How to install |
---|---|---|
Node.js 0.12.x | node -v |
nodejs.org |
Additionally, you will need at least one Steam account with CS:GO, and Steamguard must be deactivated.
- Download the latest stable or development version of this package.
- Run
npm install
from your terminal - rename
accounts.example.txt
toaccounts.txt
and modify it with your account credentials. You may enter multiple accounts.
npm start
You will be prompted to enter the target player's SteamID64
npm run update
Don't kill the process by yourself!
The process will be killed automatically after it finished to report the target with all the accounts.
- Based on node-steam by seishun
- Trololo for the idea