Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

remoblaser/cs2-beta-enroll-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2 Beta Enroll Status

About

This little script is meant to check your CS2 Beta Enrollment Status by reading messages from the CS:GO Game Coordinator. In case you have received an invite, you should receive a message type 9217. It's meant as an alternative to starting CS:GO over and over again.

USE AT YOUR OWN RISK. So far noone reported any problems but we simply don't know if Valve is fine with us logging in every 30 minutes and starting CS:GO automated.

How to use

  • Clone the repository
  • Run npm install
  • Run npm run login in order to receive a refresh token from Steam. Follow the instructions by scanning the QR code with your steam mobile app and you're logged in.
  • Run npm run start - if you see [message] {userName} RECEIVED BETA INVITE you should be in! Happy Fragging!
  • Note: The script relogs every thirty minutes in order to "restart CS:GO" to check again.

!!!WARNING!!!

The script creates a temp file: temp/token.json. NEVER EVER give this to someone else as he'll be able to access your steam account! Keep it secret! It's used to store your refreshToken for subsuquent runs, this way you don't have to login again if you rerun the script.

Thanks

Thanks to DoctorMcKay for these awesome node packages which basically do 99% of the job!

Selfplug

Twitter for more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published