--[[ === CONFIGURAÇÕES DO USUÁRIO === Edite as opções abaixo conforme desejar. ]] getgenv().ESP_Settings = { Enabled = true, -- Estado inicial ToggleKey = Enum.KeyCode.RightShift, DistanciaLimite = 300, -- Distância máxima TeamCheck = true, -- Verificar aliados TeamColor = Color3.fromRGB(0, 255, 0), -- Verde EnemyColor = Color3.fromRGB(255, 0, 0), -- Vermelho TextSize = 13, BoxThickness = 1, -- Configuração do Botão ButtonConfig = { Size = Vector2.new(120, 30), TextColor = Color3.new(1, 1, 1), EnabledColor = Color3.fromRGB(0, 150, 0), DisabledColor = Color3.fromRGB(150, 0, 0), TextFont = 2, TextSize = 15 } } loadstring(game:HttpGet("https://raw.githubusercontent.com/ZiriloXXX/EspTLF/refs/heads/main/script.lua"))()