Skip to content

🥸 A proxy that allows to modify the reported number of players on a game server to Steam

Notifications You must be signed in to change notification settings

anatolykopyl/server-query-fake-player-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server query fake player count

This script allows you to change how many players are reported to Steam as online. This is made possible by proxying Steam Server Query traffic through this program. It modifies the A2S_INFO and A2S_PLAYER packets and passes all other packet types through untouched.

The project was originally made for DayZ, but may work with other titles, since the protocol is the same.

sequenceDiagram

  Client->>Faker: SSQ request
  Faker->>Game: SSQ request
  Game->>Faker: SSQ response
  Faker->>Client: SSQ response modified
Loading

Usage

Parameter Default Description
-address localhost:27016 the address of the original server
-port :27017 what port to use as a proxy
-amount 10 how many players to add
-verbose false verbose logging

Download the latest version of the program from the Releases page.

To use this script launch your DayZ server and ensure the port it runs on is blocked by the firewall (for example UFW).

Then launch faker with the -address parameter matching the address of your DayZ server. The -port parameter is the new port of your server that the players will connect to. It has to be opened in the firewall.

About

🥸 A proxy that allows to modify the reported number of players on a game server to Steam

Topics

Resources

Stars

Watchers

Forks