Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 911 forks source link

Appear in-game when bot is running #1051

Open odysseaspapadimas opened 7 years ago

odysseaspapadimas commented 7 years ago

I've seen this in numberous bots, how can I make it so that my bot appears in-game in Team Fortress 2?

scholtzm commented 7 years ago

https://github.com/Jessecar96/SteamBot/blob/master/SteamBot/Bot.cs#L465

Call it with AppID, e.g. 440 for TF2.

odysseaspapadimas commented 7 years ago

Thanks