Вя четыре
var size = render.get_screen_size();
ui.add_checkbox("KeyBinds", "keybinds", 0);
ui.add_slider("KeyBins Location X", "location_keybind_x", 0, size[0]);
ui.add_slider("KeyBins Location Y", "location_keybind_y", 0, size[1]);
vars.set_int("js.location_keybind_x", 479)...