Ищу скрипт Request legit peek no cord otv3

Nike.lua
Олдфаг
Статус
Оффлайн
Регистрация
13 Окт 2020
Сообщения
2,747
Реакции[?]
1,465
Поинты[?]
2K
легит аа пик, это типо если у тебя прожат auto peek то включаются легит AA?
 
[Яifk⁷] > all
Участник
Статус
Оффлайн
Регистрация
4 Июн 2019
Сообщения
472
Реакции[?]
165
Поинты[?]
0
Биндишь кнопку, прожимаешь = легит аа
Тренируешься и уже пикаешь с легит аа

JavaScript:
UI.AddHotkey("Pitch Zero")

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 pitch_cache = UI.GetValue ("Anti-Aim", "Extra", "Pitch")
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")
            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", "Extra", "Pitch", 0)
    }
    else
    {
        if(!isOriginal)
        {
            UI.SetValue ("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions", restrictions_cache)
            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", "Extra", "Pitch", pitch_cache)
            isOriginal = true;
        }
    }
}

Cheat.RegisterCallback("CreateMove", "main")
 
Забаненный
Статус
Оффлайн
Регистрация
21 Ноя 2020
Сообщения
71
Реакции[?]
4
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
get distance between you and enemy and if enemy is in a short distance (make a slider for it 0-100) set legit aa (pitch 0, yaw 180)
 
Nike.lua
Олдфаг
Статус
Оффлайн
Регистрация
13 Окт 2020
Сообщения
2,747
Реакции[?]
1,465
Поинты[?]
2K
Биндишь кнопку, прожимаешь = легит аа
Тренируешься и уже пикаешь с легит аа

JavaScript:
UI.AddHotkey("Pitch Zero")

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 pitch_cache = UI.GetValue ("Anti-Aim", "Extra", "Pitch")
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")
            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", "Extra", "Pitch", 0)
    }
    else
    {
        if(!isOriginal)
        {
            UI.SetValue ("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions", restrictions_cache)
            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", "Extra", "Pitch", pitch_cache)
            isOriginal = true;
        }
    }
}

Cheat.RegisterCallback("CreateMove", "main")
Так это обычные легит АА
 
Пользователь
Статус
Оффлайн
Регистрация
15 Фев 2017
Сообщения
516
Реакции[?]
40
Поинты[?]
0
легит аа пик, это типо если у тебя прожат auto peek то включаются легит AA?
нет, мб не правильно сформулировал. типо жмешь ешку и у тебя легит аа включаются, для пика (обычного) ну или не для пика, похуй, просто что бы на е были легит аа
 
Пользователь
Статус
Оффлайн
Регистрация
15 Фев 2017
Сообщения
516
Реакции[?]
40
Поинты[?]
0
Биндишь кнопку, прожимаешь = легит аа
Тренируешься и уже пикаешь с легит аа

JavaScript:
UI.AddHotkey("Pitch Zero")

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 pitch_cache = UI.GetValue ("Anti-Aim", "Extra", "Pitch")
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")
            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", "Extra", "Pitch", 0)
    }
    else
    {
        if(!isOriginal)
        {
            UI.SetValue ("Misc", "PERFORMANCE & INFORMATION", "Information", "Restrictions", restrictions_cache)
            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", "Extra", "Pitch", pitch_cache)
            isOriginal = true;
        }
    }
}

Cheat.RegisterCallback("CreateMove", "main")
спс, щя потещу
 
Nike.lua
Олдфаг
Статус
Оффлайн
Регистрация
13 Окт 2020
Сообщения
2,747
Реакции[?]
1,465
Поинты[?]
2K
нет, мб не правильно сформулировал. типо жмешь ешку и у тебя легит аа включаются, для пика (обычного) ну или не для пика, похуй, просто что бы на е были легит аа
Шел первый год, второй год, третий год, люди до сих пор не поняли что Е отключает все анти-аимы
 
Олдфаг
Статус
Оффлайн
Регистрация
14 Сен 2018
Сообщения
5,781
Реакции[?]
1,667
Поинты[?]
9K
Пользователь
Статус
Оффлайн
Регистрация
15 Фев 2017
Сообщения
516
Реакции[?]
40
Поинты[?]
0
Начинающий
Статус
Оффлайн
Регистрация
4 Окт 2020
Сообщения
61
Реакции[?]
6
Поинты[?]
0
[Яifk⁷] > all
Участник
Статус
Оффлайн
Регистрация
4 Июн 2019
Сообщения
472
Реакции[?]
165
Поинты[?]
0
Сверху Снизу