deStrO/eBot-CSGO — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a managed Counter Strike match server bot like eBot. I want it to make running matches simple, so an admin can create a match quickly, connect it to a game server, track what is happening, and save detailed player and match stats after the match is done.

Use PHP for the main bot side and Node for the live socket part, with MySQL and Redis since this needs to store match data and update things fast. It should run on Linux and Windows if possible. Keep the setup straightforward, with clear config files and an install guide so someone can get it running without guessing.

The main goal is that once it is installed, using it feels fast and simple for match admins. Please build the core app, the websocket server, the database setup, basic logging, and enough documentation to start and manage matches. Look up current docs online if you need to.

Want more depth? Deep Reverse