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");
какой не визиуальны чувак что ты сейчас написал эта функция априори визуальна...зачем тебе это? оно невизуально, тя хсать будут
потом будет жаловаться то что его хсают.
1 строчка - UI.AddCheckbox(["Misc.", "View", "Camera"], "Pitch zero on land");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");
нахуя ты меняешь питч в антиаимах если эта функция должна быть визуальной????????????????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");
ему виднее помолчи пока настоящие дяди кодят...нахуя ты меняешь питч в антиаимах если эта функция должна быть визуальной????????????????
nolove оценил и его ловсинкему виднее помолчи пока настоящие дяди кодят...
Проект предоставляет различный материал, относящийся к сфере киберспорта, программирования, ПО для игр, а также позволяет его участникам общаться на многие другие темы. Почта для жалоб: admin@yougame.biz