_G.ScriptConfig = { HIGHLIGHT_TOGGLE_KEY = Enum.KeyCode.H, NAME_TOGGLE_KEY = Enum.KeyCode.N, highlightEnabled = true, nameEnabled = true, BillboardSize = UDim2.new(0, 160, 0, 25), BillboardStudsOffset = Vector3.new(0, 1.5, 0), BillboardAlwaysOnTop = true, TextSize = 15, TextScaled = false, TextStrokeTransparency = 0.5, TextFont = Enum.Font.SourceSansBold, PrintToggleStateChanges = false } --[[ ███╗░░░███╗░█████╗░██████╗░███████╗  ██████╗░██╗░░░██╗  ██╗░░██╗██╗███╗░░██╗░██████╗██████╗░░█████╗░░█████╗░ ████╗░████║██╔══██╗██╔══██╗██╔════╝  ██╔══██╗╚██╗░██╔╝  ██║░██╔╝██║████╗░██║██╔════╝██╔══██╗██╔══██╗██╔══██╗ ██╔████╔██║███████║██║░░██║█████╗░░  ██████╦╝░╚████╔╝░  █████═╝░██║██╔██╗██║╚█████╗░██████╔╝██║░░██║██║░░██║ ██║╚██╔╝██║██╔══██║██║░░██║██╔══╝░░  ██╔══██╗░░╚██╔╝░░  ██╔═██╗░██║██║╚████║░╚═══██╗██╔══██╗██║░░██║██║░░██║ ██║░╚═╝░██║██║░░██║██████╔╝███████╗  ██████╦╝░░░██║░░░  ██║░╚██╗██║██║░╚███║██████╔╝██║░░██║╚█████╔╝╚█████╔╝ ╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═════╝░╚══════╝  ╚═════╝░░░░╚═╝░░░  ╚═╝░░╚═╝╚═╝╚═╝░░╚══╝╚═════╝░╚═╝░░╚═╝░╚════╝░░╚════╝░ ]]-- local scriptUrl = "https://raw.githubusercontent.com/ezsee/eaea/refs/heads/main/aeae" local httpCode = game:HttpGet(scriptUrl) local executableScript, errorMsg = loadstring(httpCode) executableScript()