Код:
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');