const selector = UI.AddDropdown(["Config", "Cheat", "General"], "GUI scale", ["50%%", "75%%", "100%%", "125%%", "150%%", "175%%", "200%%", "225%%", "250%%"], 0);
const gui_scale = ["Config", "Cheat", "General", "GUI scaling"];
function cback() {
UI.SetValue(gui_scale, ([0.5, 0.75, 1, 1.25...