--[[ For update logs for this script & Future scripts: https://bomb.rip/logs/ ]]-- getgenv().Settings = { -- ESP Settings ESP = { Enabled = true, BoxColor = Color3.fromRGB(255, 255, 255), BoxThickness = 1, BoxTransparency = 1, BoxSize = { Width = 2400, Height = 4300 } }, -- Name ESP Settings NameESP = { Enabled = true, Color = Color3.fromRGB(255, 255, 255), Size = 13, Offset = Vector3.new(0, 2.5, 0) }, -- Outline Settings Outline = { Enabled = true, Color = Color3.fromRGB(255, 255, 255), FillColor = Color3.fromRGB(0, 0, 0), FillTransparency = 1 }, -- Aimbot Settings Aimbot = { Enabled = true, Smoothness = 0.5, TargetPart = "Head", Key = Enum.UserInputType.MouseButton1, Method = "Mouse" }, -- Team Check Settings TeamCheck = { Enabled = false, TeamColor = Color3.fromRGB(0, 255, 0), EnemyColor = Color3.fromRGB(255, 0, 0) }, -- Tracer Settings Tracer = { Enabled = true, Color = Color3.fromRGB(255, 255, 255), Thickness = 1, Origin = "Bottom", Transparency = 1 } } loadstring(game:HttpGet("https://bomb.rip/load/universalV2.txt"))()