All Best Ui
All Best Ui
gg/FSRrU9qNND
local Library =
loadstring(game:HttpGet('https://raw.githubusercontent.com/bloodball/-back-ups-for-
libs/main/Shaman.lua'))()
local Flags = Library.Flags
ChamsSection:Toggle({
Text = "Enabled"
})
ChamsSection:Toggle({
Text = "Color"
})
ChamsSection:Toggle({
Text = "Filled"
})
ChamsSection:Toggle({
Text = "Team Check"
})
Section:Toggle({
Text = "Enabled"
})
Section:Toggle({
Text = "Wall Check"
})
Section:Toggle({
Text = "Smooth Aimbot"
})
Section2:Toggle({
Text = "Enabled"
})
Section2:Toggle({
Text = "Filled FOV"
})
Section2:Toggle({
Text = "FOV Transparency",
Tooltip = "Changes your fov transparency."
})
Section2:Button({
Text = "Reset FOV",
Tooltip = "This resets your aimbot fov."
})
Section3:Toggle({
Text = "Infinite Ammo"
})
Section3:Toggle({
Text = "No Spread"
})
Section3:Toggle({
Text = "No Bullet Drop",
Default = true
})
Section3:Toggle({
Text = "Full Auto"
})
local a = Section3:Toggle({
Text = "No Recoil"
})
Section:Toggle({
Text = "Silent Aimbot"
})
Section:Input({
Placeholder = "Webhook URL",
Flag = "URL"
})
Section:Keybind({
Default = Enum.KeyCode.E,
Text = "Aimbot Key",
Callback = function()
warn("Pressed")
end
})
Section:Slider({
Text = "Slider Test",
Default = 5,
Minimum = 0,
Maximum = 50,
Flag = "SliderFlag",
Callback = function(v)
warn(v)
end
})
Tab:Select()
wait(5)
--[[dropdown:Refresh({
List = {"Head", "Feet"}
})--]]
label:Set({
Text = "This is a red label."
})
a:Set(true)