//Legit AA
const desync_on_e = function(){
if (!Input.IsKeyPressed(0x45)){
Cheat.ExecuteCommand("unbind e");
UI.SetValue("Misc", "PERFORMANCE&INFORMATION", "Information", "Restrictions", "Anti Untrusted", true);
UI.SetValue("Anti-Aim", "Extra", "Pitch", 3);
UI.SetValue("Anti-Aim", "Rage Anti-Aim", "Yaw offset", 0);
UI.SetValue("Misc", "Use custom anti-aim", 1);
} else {
Cheat.ExecuteCommand("bind e +use");
UI.SetValue("Misc", "PERFORMANCE&INFORMATION", "Information", "Restrictions", "Anti Untrusted", false);
UI.SetValue("Anti-Aim", "Extra", "Pitch", 0);
UI.SetValue("Anti-Aim", "Rage Anti-Aim", "Yaw offset", 180);
UI.SetValue("Misc", "Use custom anti-aim", 0);
}
}