SteamAge Account Checker [Standalone]

  • Thread starter Thread starter MS
  • Start date Start date

MS

EGO Zealot
Joined
Dec 10, 2019
Messages
1,966
Screenshot 2021-12-02 081519.png


Hi all, I made a cool executable jar that prints out the ages of all accounts that are currently on your server.
The way this application works is it watches over the output log file that CSGO generates. In order to have CSGO generate this file, you must type
Code:
con_logfile output.log
in console. You can of course change the name of the output file, just make sure to remember it.

Next you will need to find the log file's location. After downloading the jar, navigate to it through command prompt. Type
Code:
java -jar Age.jar
, and it will generate a settings.txt. Open this file, and you will see the settings in this file. Firstly, let's get the proper directory.

Note: This application requires Java 16+ to run. If you encounter an error similar to Class has been compiled by a more recent version of the Java Environment (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0., you will have to download Java 16 (or newer) here.


By default, the directory in the settings file is what steam uses. You may need to change this depending on where CSGO is installed.
Next, you will need to generate a Steam API Key, the application uses this key to check account ages. All the source code is available on the GitHub, and this key is only used to access account ages. The link to grab this URL is inside the settings file.

Finally, once you've done the previous steps, launch CS:GO. You should have both CS:GO and Command Prompt active. If you've followed the steps properly, the command prompt should print out the account ages of all players on the server every time you type status.

https://github.com/MSWS/SteamAge/releases/latest

 
Last edited:
does this load thousand of +13 page onto my computer? all jokes aside how do you even install it? you just put that in csgo console? what about those who are private?
 
ok remember to say if its in a carpet in a desktop to do "cd Desktop" "cd 'name of the carpet'" and then yes the command, sadly wont be able to try it in those days, maybe in 3-4 days (excuted the command but said C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\output.log was not found!)
 
why does every js user perfectly make folders for their files
 
1.0.1 is out:
  • Changed the indication of a guessed age.
    OLD:
    Code:
    *MSWS: 1 year
    NEW:
    Code:
    MSWS: ~1 year
  • Added option to persist guesses instead of re-fetching them using the API.

Download here.
 
Last edited:
1.0.2 is out:
  • Added logging of name changes (helpful for when someone breaks a rule, leaves, and then rejoins with an alias).
  • Fixed a rare bug that prevented ages from being tracked.
  • Internal restructure of config data.

Download here.
 
That's actually a...very smart way of doing it. Probably wouldn't even take that many system resources, nice program MSWS!
 
1.0.3 is out:
  • Added support for Counter-Strike: Source servers.
  • The application will now automatically open the settings.txt file upon creation.

Download here.

Bleak Bleak it does now :D
 
1.0.3 is out:
  • Added support for Counter-Strike: Source servers.
  • The application will now automatically open the settings.txt file upon creation.

Download here.

Bleak Bleak it does now :D
Thank you would an understatement.
 
Back
Top