const draw = function() {
const x = Global.GetScreenSize()[0] / 2, y = Global.GetScreenSize()[1] / 2;
const inverted = UI.IsHotkeyActive("Anti-Aim", "Fake angels", "Inverter");
const right = [[x + 45, y], [x + 30, y + 10], [x + 30, y - 10]];
const left = [[x - 45, y], [x - 30, y...