MegaAntiCheat / client-backend

GNU General Public License v3.0
117 stars 24 forks source link

automatic f1 on bot kick #137

Closed Criptc closed 2 months ago

Criptc commented 4 months ago

There should be a system that automatically hits f1 when someone votes to kick a bot

Kacey2k commented 4 months ago

Impossible without hooking to the game afaik

lili7h commented 4 months ago

This is possible with live demo parsing, but gets hindered by the demo write-out rate. Can be remedied somewhat with a fully functioning masterbase, as the client calling the vote can tell the MB that they've called a vote, and then MB can tell other connected clients in the same server to spam console echo commands until a demo chunk writes out, so then they can pull out the vote id and determine what vote option to invoke

Bash-09 commented 2 months ago

Closing as duplicate of https://github.com/MegaAntiCheat/client-backend/issues/10

That ticket won't quite cover the entire functionality mentioned here, but it will be best-effort since, as Lilith mentioned, there are significant limitations.