UI.AddHotkey ("Freestand")
function freestand(){
if (UI.IsHotkeyActive("Misc", "JAVASCRIPT", "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")