menu = {
local settings = pui.create("Settings",{
{"main", "Main", 1},
{"indicators", "Indicators", 2},
{"ragebot", "Ragebot", 1},
{"modifications", "Modifications", 2}
})
local antiams = pui.create("AntiAims",{
{"states", "States", 1},
{"other", "Other", 1},
{"setup", "AntiAims", 2},
{"test", "test", 2}
})
}