Иконка ресурса

JS Double-tap Peek Helper [SSG08 / AWP] 2021-06-29

Нет прав для скачивания
Код:
UI.AddCheckbox("DT Peek Helper [SSG08 / AWP]")
function peekhelper() {
    if (UI.GetValue('Misc', 'JAVASCRIPT', 'Script items', 'DT Peek Helper [SSG08 / AWP]')) {
        if (UI.IsHotkeyActive('Misc', 'GENERAL', 'Movement', 'Auto peek') && UI.IsHotkeyActive('Rage', 'Exploits', 'Doubletap')) {
            UI.SetValue('Anti-Aim', 'Rage Anti-Aim', 'Auto direction', true)
            UI.SetValue('Rage', 'SCOUT', 'Accuarcy', 'Prefer safe point', true)
            UI.SetValue('Rage', 'SCOUT', 'Accuarcy', 'Prefer body aim', true)
            UI.SetValue('Rage', 'AWP', 'Accuarcy', 'Prefer safe point', true)
            UI.SetValue('Rage', 'AWP', 'Accuarcy', 'Prefer body aim', true)
        } else {
            UI.SetValue('Anti-Aim', 'Rage Anti-Aim', 'Auto direction', false)
            UI.SetValue('Rage', 'SCOUT', 'Accuarcy', 'Prefer safe point', false)
            UI.SetValue('Rage', 'SCOUT', 'Accuarcy', 'Prefer body aim', false)
            UI.SetValue('Rage', 'AWP', 'Accuarcy', 'Prefer safe point', false)
            UI.SetValue('Rage', 'AWP', 'Accuarcy', 'Prefer body aim', false)

        }
    }
}
Cheat.RegisterCallback('CreateMove', 'peekhelper');
  • Мне нравится
Реакции: Novo
Автор
HVHCHAMPION
Скачивания
171
Просмотры
1,239
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок
Сверху Снизу