Resource icon

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

Code:
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');
  • Мне нравится
Reactions: Novo
Author
HVHCHAMPION
Downloads
170
Views
973
Extention type
rar
File size
469 bytes
Hash
e3b2784d94f694faea522a27e7430610
First release
Last update
Rating
0.00 star(s) 0 ratings
Top Bottom