UI.AddHotkey("Legit AA");
function onCreateMove()
{
if (UI.IsHotkeyActive("Script items", "Legit AA")) {
UI.SetValue("Misc", "PERFORMANCE & INFORMATION", "Restrictions", 0)
UI.SetValue("Anti-Aim", "Extra", "Pitch", 0)
UI.SetValue("Anti-Aim", "Rage Anti-Aim", "Yaw offset", 180);
} else {
UI.SetValue("Misc", "PERFORMANCE & INFORMATION", "Restrictions", 1)
UI.SetValue("Anti-Aim", "Rage Anti-Aim", "Yaw offset", 0);
}
}
Cheat.RegisterCallback("CreateMove", "onCreateMove");