JS-скрипт [OTCV3] Static leg in air aka visual

Забаненный
Статус
Оффлайн
Регистрация
16 Ноя 2020
Сообщения
287
Реакции[?]
36
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
JavaScript:
UI.AddCheckbox("freeze legs in air (visuals break)")
function FreezeLegs(){
Material.Create("Destroyed")
}
Material.Create("Destroyed")
UI.AddDropdown("Visible type", ["Custom", "Flat", "Pulse", "Wireframe", "Glow", "Glow (two-color)", "Destroyed"]);
function FreezeLegs2(){
if (UI.GetValue("Misc", "JAVASCRIPT", "Script items", "freeze legs in air (visuals break)")){
Getcolorand_cache = UI.GetValue("Visual", "SELF", "Chams", "Visible Color");
Getcolorand2_cache = UI.GetValue("Visual", "SELF", "Chams", "Visible type");
UI.SetValue("Visual", "SELF", "Chams", "Visible override", 1);
UI.SetValue("Visual", "SELF", "Chams", "Visible type", 6);
UI.SetValue("Visual", "SELF", "Chams", "Visible transparency", 100);
UI.SetValue("Visual", "SELF", "Chams", "Visible transparency", 100);
UI.SetValue("Visual", "SELF", "Chams", "Desync override", 1);
UI.SetValue("Visual", "SELF", "Chams", "Desync type", 6);
UI.SetValue("Visual", "SELF", "Chams", "Desync transparency", 0);
UI.SetValue("Visual", "SELF", "Chams", "Desync transparency", 0);
}
}
Cheat.RegisterCallback("Draw","FreezeLegs2")
Данная жс просто меняет ваш self и desync чамс
 
Сверху Снизу