sv_cheats 1 exploit

Seems like it only changes ConVars on the client side, sv_cheats can be set to true but cheat commands don't get processed.

Start bot game, use
echo "1" | blink sv_cheats 1
sv_cheats reports as true
things like
noclip
or
citadel_give_gold XXXX
will not be processed
 
I can enable testing tools with this:
echo "true" | blink citadel_hero_testing_enabled true

I can change heroes through this menu
 
Back
Top