tomnueske / csgorankchecktool

prints faceit elo and MM ranks into the console/chat via telnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print MM Ranks and FaceIT elo ingame

This tool uses telnet to interact with the console in CS:GO

Description

Gets faceit elo via the official faceit api and the last known Matchmaking rank from csgostats.gg and prints them either in your console or chat. This is a very early and error prone version.

Prerequisites

NodeJs needs to be installed on your PC (check with node -v in your cmd).
A PC restart is needed after installation for the npm commands to work.
Get the latest version of NodeJs here: https://nodejs.org/en/download/

Setup

  • install NodeJs if its not installed
  • download the repository from https://github.com/bonbonn1912/ConsoleEloCsgo
  • open windows command line
  • maneuver to the location of the repository cd <xxx>/<xxx>/ConsoleEloCsgo
  • run npm install to install all the needed dependencies
  • add the following launch option to CS:GO: -netconport 2121
  • go into the "launcher" folder and start csgo_elo.bat or csgo_elo_hide.vbs
  • the game launches with the rank check tool running in the background
  • (optionally the tool can also be launched with npm run build after CS:GO has been started)

Usage

type getranks into the console to see the results written in the console.
type printranks into the console to see the results written in global chat.
type teamprintranks into the console to see the results written in team chat.

there is no risk of being banned!

About

prints faceit elo and MM ranks into the console/chat via telnet


Languages

Language:JavaScript 97.3%Language:Batchfile 1.7%Language:VBScript 1.0%