local pui = require("neverlose/pui")
local top = pui.create("table")
local defensive = top:switch("Defensive Anti-Aim", false, function(settings)
return {
pitch = settings:combo("Pitch", {"None", "Down", "Up", "Random", "PAKETA", "Semi-Up", "Semi-Down"}),
yaw =...