Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Ищу скрипт Ищу легит АА при прожатой букве ''E''

Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Не во всех софтах так
да, не но всех, но в этих-же софтах чаще всего нету луа-жс системы, а по теме - вот скрипт.

JavaScript:
Expand Collapse Copy
UI.AddHotkey("Unhittable Legit AA")

var restrictions_cache = UI.GetValue ("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions")
var hiderealangle_cache = UI.GetValue ("Anti-Aim", "Fake angles", "Hide real angle")
var yawoffset_cache = UI.GetValue ("Anti-Aim", "Rage Anti-Aim", "Yaw offset")
var jitteroffset_cache = UI.GetValue ("Anti-Aim", "Rage Anti-Aim", "Jitter offset")
var pitch_cache = UI.GetValue ("Anti-Aim", "Extra", "Pitch")
var autodir_cache = UI.GetValue ("Anti-Aim", "Rage Anti-Aim", "Auto direction")
var isOriginal = true;

function main()
{
    if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "Script items", "Pitch Zero"))
    {
        if(isOriginal)
        {
            restrictions_cache = UI.GetValue("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions")
            hiderealangle_cache = UI.GetValue ("Anti-Aim", "Fake angles", "Hide real angle")
            yawoffset_cache = UI.GetValue ("Anti-Aim", "Rage Anti-Aim", "Yaw offset")
            autodirection_cache = UI.GetValue ("Anti-Aim", "Rage Anti-Aim", "Auto direction")
            pitch_cache = UI.GetValue ("Anti-Aim", "Extra", "Pitch")
            isOriginal = false;
        }
        UI.SetValue ("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions", 0)
        UI.SetValue ("Anti-Aim", "Fake angles", "Hide real angle", true)
        UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Yaw offset", 180)
        UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Jitter offset", 8)
        UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Auto direction", true)
        UI.SetValue ("Anti-Aim", "Extra", "Pitch", 0)
    }
    else
    {
        if(!isOriginal)
        {
            UI.SetValue ("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions", 1)
            UI.SetValue ("Anti-Aim", "Fake angles", "Hide real angle", hiderealangle_cache)
            UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Yaw offset", yawoffset_cache)
            UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Jitter offset", jitteroffset_cache)
            UI.SetValue ("Anti-Aim", "Rage Anti-Aim", "Auto direction", autodir_cache)
            UI.SetValue ("Anti-Aim", "Extra", "Pitch", 1)
            isOriginal = true;
        }
    }
}

Cheat.RegisterCallback("CreateMove", "main")
 
На Е отключаются анти аимы Полностью, так что это не реализуемом( ну так то реально, но ты же не будешь именно нажимать на Е и опять нажимать чтобы включить анти аимы)
 
Назад
Сверху Снизу