UI.AddCheckbox('FPS Boost');
function fps_boost() {
if (UI.GetValue('Misc', 'JAVASCRIPT', 'Script Items', 'FPS Boost')) {
UI.SetValue('Misc', 'GENERAL', 'Misc', 'Force sv_cheats', true);
UI.SetValue('Misc', 'GENERAL', 'Misc', 'Hidden cvars', true)...