Da | Hood Swag Mode Script
local swagActive = false
toggleBtn.Parent = frame toggleBtn.Size = UDim2.new(1,0,1,0) toggleBtn.Text = "SWAG MODE: OFF" toggleBtn.BackgroundColor3 = Color3.fromRGB(255,85,85) Da Hood Swag Mode Script
-- Speed loop game:GetService("RunService").RenderStepped:Connect(function() if swagActive and hum and hum.Parent then hum.WalkSpeed = 20 -- default 16 hum.JumpPower = 55 elseif hum and not swagActive then hum.WalkSpeed = 16 hum.JumpPower = 50 end end) local swagActive = false toggleBtn
-- UI local screenGui = Instance.new("ScreenGui") local frame = Instance.new("Frame") local toggleBtn = Instance.new("TextButton") Da Hood Swag Mode Script