bot_mimic <player_index>
Makes bots copy the movement and actions of a player, identified by their player index. The bot mirrors the player's inputs — same movement, same shots, same crouches. Set to 0 to turn it off. Use bot_mimic_yaw_offset to rotate the bot's view away from the player's view by a fixed angle.
Examples
bot_mimic 1 - Bots mimic your movement and actions (in a local game you are usually player index 1).
bot_mimic 2 - Bots mimic the player at index 2. To mimic another player on the server, type status in the console to see each player's index number.
bot_mimic 0 - Turns mimicking off (default).
For this command to work you must first run
sv_cheats true in the console. It only works on a local map or a private server — not in matchmaking. sv_cheats is a built-in Valve command and is completely safe from VAC.