Вопрос FPS boost

Начинающий
Статус
Оффлайн
Регистрация
26 Май 2021
Сообщения
17
Реакции[?]
0
Поинты[?]
0
Ребята помогите мне, сделать FPS boost по чек боксу (Я нажимаю чек бокс FPS boost включается, и наоборот)

ВОТ КОД!!!!!

Cheat.ExecuteCommand( "cl_csm_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_rope_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_world_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_world_shadows_in_viewmodelcascade 0" );
Cheat.ExecuteCommand( "cl_csm_static_prop_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_sprite_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_translucent_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_viewmodel_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_entity_shadows 0" );

Cheat.ExecuteCommand( "r_shadows 0" );
Cheat.ExecuteCommand( "r_3dsky 0" );

Cheat.ExecuteCommand( "fog_enable 0" );
Cheat.ExecuteCommand( "fog_enable_water_fog 0" );
Cheat.ExecuteCommand( "fog_enableskybox 0" );
Cheat.ExecuteCommand( "mat_disable_bloom 1" );
 
OwOщ
Пользователь
Статус
Оффлайн
Регистрация
26 Мар 2020
Сообщения
506
Реакции[?]
108
Поинты[?]
0
Ребята помогите мне, сделать FPS boost по чек боксу (Я нажимаю чек бокс FPS boost включается, и наоборот)

ВОТ КОД!!!!!

Cheat.ExecuteCommand( "cl_csm_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_rope_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_world_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_world_shadows_in_viewmodelcascade 0" );
Cheat.ExecuteCommand( "cl_csm_static_prop_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_sprite_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_translucent_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_viewmodel_shadows 0" );
Cheat.ExecuteCommand( "cl_csm_entity_shadows 0" );

Cheat.ExecuteCommand( "r_shadows 0" );
Cheat.ExecuteCommand( "r_3dsky 0" );

Cheat.ExecuteCommand( "fog_enable 0" );
Cheat.ExecuteCommand( "fog_enable_water_fog 0" );
Cheat.ExecuteCommand( "fog_enableskybox 0" );
Cheat.ExecuteCommand( "mat_disable_bloom 1" );
JavaScript:
UI.AddCheckbox("fps boost");
var fben = UI.GetValue("Script items", "fps boost")
function fb(){
    if (fben) {
       Cheat.ExecuteCommand( "cl_csm_shadows 0" );
       Cheat.ExecuteCommand( "cl_csm_rope_shadows 0" );
       Cheat.ExecuteCommand( "cl_csm_world_shadows 0" );
       Cheat.ExecuteCommand( "cl_csm_world_shadows_in_viewmodelcascade 0" );
       Cheat.ExecuteCommand( "cl_csm_static_prop_shadows 0" );
       Cheat.ExecuteCommand( "cl_csm_sprite_shadows 0" );
       Cheat.ExecuteCommand( "cl_csm_translucent_shadows 0" );
       Cheat.ExecuteCommand( "cl_csm_viewmodel_shadows 0" );
       Cheat.ExecuteCommand( "cl_csm_entity_shadows 0" );
       Cheat.ExecuteCommand( "r_shadows 0" );
       Cheat.ExecuteCommand( "r_3dsky 0" );
       Cheat.ExecuteCommand( "fog_enable 0" );
       Cheat.ExecuteCommand( "fog_enable_water_fog 0" );
       Cheat.ExecuteCommand( "fog_enableskybox 0" );
       Cheat.ExecuteCommand( "mat_disable_bloom 1" );
    }
 else {
       Cheat.ExecuteCommand( "cl_csm_shadows 1" );
       Cheat.ExecuteCommand( "cl_csm_rope_shadows 1" );
       Cheat.ExecuteCommand( "cl_csm_world_shadows 1" );
       Cheat.ExecuteCommand( "cl_csm_world_shadows_in_viewmodelcascade 1" );
       Cheat.ExecuteCommand( "cl_csm_static_prop_shadows 1" );
       Cheat.ExecuteCommand( "cl_csm_sprite_shadows 1" );
       Cheat.ExecuteCommand( "cl_csm_translucent_shadows 1" );
       Cheat.ExecuteCommand( "cl_csm_viewmodel_shadows 1" );
       Cheat.ExecuteCommand( "cl_csm_entity_shadows 1" );
       Cheat.ExecuteCommand( "r_shadows 1" );
       Cheat.ExecuteCommand( "r_3dsky 1" );
       Cheat.ExecuteCommand( "fog_enable 1" );
       Cheat.ExecuteCommand( "fog_enable_water_fog 1" );
       Cheat.ExecuteCommand( "fog_enableskybox 1" );
       Cheat.ExecuteCommand( "mat_disable_bloom 0" );
}
}
Cheat.RegisterCallback("Draw", "fb")
 
Начинающий
Статус
Оффлайн
Регистрация
26 Май 2021
Сообщения
17
Реакции[?]
0
Поинты[?]
0
я включаю FPS boost, все становится чёрным, это можно исправить просто перезапустить джс, но можно это как-то пофиксить?
 
Посрал
Участник
Статус
Оффлайн
Регистрация
28 Ноя 2020
Сообщения
523
Реакции[?]
153
Поинты[?]
1K
Сверху Снизу