BeepIsla / fake-stattrak

Apply kills to your stattrak and strange weapons in CSGO and TF2 without doing anything
MIT License
31 stars 5 forks source link

Server player connetct-disconnect log and player list #32

Closed diablobash closed 1 year ago

diablobash commented 1 year ago

Hello, I'm trying to fake stattrak on multiple accounts. I'm spreading this over a long process so that I don't get stuck on the limit. The player on the server sometimes gets disconnected. So is it possible to log these disconnections and connections? Also, is it possible to get the instant list of players on the server?

BeepIsla commented 1 year ago

Its probably the bots/server disconnecting from Steam due to the connection breaking or something and never re-authenticating properly.

There is no way to get a list of players currently on the server, at best you could implement the master server heartbeat but it would just tell you player count and not who exactly is on the server

diablobash commented 1 year ago

thanks for your answer