это нельзя сделать так как апи в4 не позволяет оверрайдить пропсы и флпоспараметр изменять, а там просто питч офается (изи хс)
UI.AddCheckbox(["Misc.", "View", "General"], "Pitch zero on land");
const groundCounter = 0;
const pitchZeroOnLand = function () {
if (!UI.GetValue(["Misc.", "View", "General", "Pitch zero on land"])) return;
if (!Entity.GetLocalPlayer()) return;
UI.SetValue(["Cheat", "SHEET_MGR", "General", "Restrictions"], 0);
const localPlayer = Entity.GetLocalPlayer();
const localPlayerFlags = Entity.GetProp(localPlayer, "CBasePlayer", "m_fFlags");
if (localPlayerFlags == 256 || localPlayerFlags == 262) {
groundCounter = 0;
}
if (localPlayerFlags == 257 || localPlayerFlags == 261 || localPlayerFlags == 263) {
groundCounter = groundCounter + 1;
}
if (groundCounter > 10 && groundCounter < 250) {
UI.SetValue(["Rage", "SUBTAB_MGR", "Anti Aim", "SHEET_MGR", "General", "Pitch mode"], 3);
} else {
UI.SetValue(["Rage", "SUBTAB_MGR", "Anti Aim", "SHEET_MGR", "General", "Pitch mode"], 1);
}
}
Cheat.RegisterCallback("Draw", "pitchZeroOnLand");
не воркаетнЕ?JavaScript:UI.AddCheckbox(["Misc.", "View", "General"], "Pitch zero on land"); const groundCounter = 0; const pitchZeroOnLand = function () { if (!UI.GetValue(["Misc.", "View", "General", "Pitch zero on land"])) return; if (!Entity.GetLocalPlayer()) return; UI.SetValue(["Cheat", "SHEET_MGR", "General", "Restrictions"], 0); const localPlayer = Entity.GetLocalPlayer(); const localPlayerFlags = Entity.GetProp(localPlayer, "CBasePlayer", "m_fFlags"); if (localPlayerFlags == 256 || localPlayerFlags == 262) { groundCounter = 0; } if (localPlayerFlags == 257 || localPlayerFlags == 261 || localPlayerFlags == 263) { groundCounter = groundCounter + 1; } if (groundCounter > 10 && groundCounter < 250) { UI.SetValue(["Rage", "SUBTAB_MGR", "Anti Aim", "SHEET_MGR", "General", "Pitch mode"], 3); } else { UI.SetValue(["Rage", "SUBTAB_MGR", "Anti Aim", "SHEET_MGR", "General", "Pitch mode"], 1); } } Cheat.RegisterCallback("Draw", "pitchZeroOnLand");
если для крека то эта функция в lovesync есть врубаешь ту функцию и ебашишь с аксидкой профит)не воркает
на 1 и 5 строчке вместо general, Cameraне воркает
а где она находится?если для крека то эта функция в lovesync есть врубаешь ту функцию и ебашишь с аксидкой профит)
visual вроде бы это же визуальная функцияа где она находится?