UI.AddHotkey("Freestand")
function freestand()
{
if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "Script items", "Freestand")) {
UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", true );
} else {
UI.SetValue( "Anti-Aim", "Rage Anti-Aim", "Auto direction", false );
}
}
Cheat.RegisterCallback("CreateMove", "freestand");