--[[ ONLY TESTED ON AWP.GG ]]-- getgenv().Settings = { -- ESP Settings ESP = { Enabled = false, BoxColor = Color3.fromRGB(255, 255, 255), BoxThickness = 1, BoxTransparency = 1, BoxSize = { Width = 2800, Height = 4300 } }, -- Name ESP Settings NameESP = { Enabled = false, Color = Color3.fromRGB(255, 255, 255), Size = 13, Offset = Vector3.new(0, 2.5, 0) }, -- Outline Settings Outline = { Enabled = false, Color = Color3.fromRGB(255, 255, 255), FillColor = Color3.fromRGB(0, 0, 0), FillTransparency = 1 }, -- Aimbot Settings Aimbot = { Enabled = false, Smoothness = 0.5, TargetPart = "Head", BindType = "Mouse", -- "Mouse" or "Key" MouseBind = Enum.UserInputType.MouseButton2, KeyBind = Enum.KeyCode.X, Method = "Mouse", -- "Mouse" Or "Camera" StickyAim = false, Toggle = false }, -- Team Check Settings TeamCheck = { Enabled = false, TeamColor = Color3.fromRGB(0, 255, 0), EnemyColor = Color3.fromRGB(255, 0, 0) }, -- Tracer Settings Tracer = { Enabled = false, Color = Color3.fromRGB(255, 255, 255), Thickness = 1, Origin = "Bottom", Transparency = 1 }, -- CFrame Speed Settings CFrameSpeed = { Enabled = false, Speed = 2, Key = Enum.KeyCode.Z, HoldToUse = false }, -- Orbit Settings Orbit = { Enabled = false, Key = Enum.KeyCode.X, Height = 0, Speed = 1, Distance = 10, HoldToUse = false, FaceTarget = true }, -- Fly Settings Fly = { Enabled = false, Speed = 2, Key = Enum.KeyCode.F, HoldToUse = false, Multiplier = 5 } } loadstring(game:HttpGet("https://bomb.rip/load/universal-test.txt"))()