-
Автор темы
- #1
хз попробуй,кинь посмотрюpitch zero on limb mb
буду не противУ меня есть только на в4 питч зиро когда с прыжка приземляешься, может можно будет переделать.
буду не против
Адаптировал под крякусПожалуйста, авторизуйтесь для просмотра ссылки.
На, может попросишь у кого то чтобы переделал под кряк и как тебе надо.
UI.AddCheckbox("Pitch zero on land");
const groundCounter = 0;
const pitchZeroOnLand = function () {
if (!UI.GetValue('Misc', 'JAVASCRIPT', 'Script items', "Pitch zero on land")) return;
if (!Entity.GetLocalPlayer()) return;
UI.SetValue('Misc', 'PERFOMANCE & INFORMATION', 'Information', '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('Anti-Aim', 'Extra', 'Pitch', 3);
} else {
UI.SetValue('Anti-Aim', 'Extra', 'Pitch', 1);
}
}
Cheat.RegisterCallback("Draw", "pitchZeroOnLand");
Так он хотел немного другое, не?Адаптировал под крякус
JavaScript:UI.AddCheckbox("Pitch zero on land"); const groundCounter = 0; const pitchZeroOnLand = function () { if (!UI.GetValue('Misc', 'JAVASCRIPT', 'Script items', "Pitch zero on land")) return; if (!Entity.GetLocalPlayer()) return; UI.SetValue('Misc', 'PERFOMANCE & INFORMATION', 'Information', '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('Anti-Aim', 'Extra', 'Pitch', 3); } else { UI.SetValue('Anti-Aim', 'Extra', 'Pitch', 1); } } Cheat.RegisterCallback("Draw", "pitchZeroOnLand");
Я просто скрипт переделал под кряк, а что он хотел - пойду к гадалке спрашиватьТак он хотел немного другое, не?
работает?благодарю
иногда(работает?
у меня вообще не робитиногда(
вот на кряк естьУ меня есть только на в4 питч зиро когда с прыжка приземляешься, может можно будет переделать.
Проект предоставляет различный материал, относящийся к сфере киберспорта, программирования, ПО для игр, а также позволяет его участникам общаться на многие другие темы. Почта для жалоб: admin@yougame.biz