Skip to content

Askwrite/node-csgo-reportbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-csgo-reportbot

A node-steam plugin for reporting players in Counter-Strike: Global Offensive.
Demo: http://report-service.xyz

Requirements

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.

Installation

  1. Download the latest stable or development version of this package.
  2. Run npm install from your terminal
  3. rename accounts.example.txt to accounts.txt and modify it with your account credentials. You may enter multiple accounts.

Usage

npm start

You will be prompted to enter the target player's SteamID64

Updating Protocol Definitions

npm run update

Note

Don't kill the process by yourself!
The process will be killed automatically after it finished to report the target with all the accounts.

Credits