UI.AddSubTab(["Rage", "SUBTAB_MGR"], "Freestand");
UI.AddHotkey(["Rage", "SUBTAB_MGR", "Freestand"], "Freestanding", "Freestanding")
function freestanding() {
if(UI.GetValue(["Rage", "SUBTAB_MGR", "Freestand", "Freestanding"])) {
UI.SetValue(["Rage", "Anti Aim", "Directions", "Auto direction"], UI.IsHotkeyActive(["Rage", "SUBTAB_MGR", "Freestand", "Freestanding"]))
}
}
Cheat.RegisterCallback("Draw", "freestanding")