local a=game:GetService("Players")local b=game:GetService("TweenService")local c=game:GetService("UserInputService")local d=game:GetService("CoreGui")local e=game:GetService("RunService")local f=game:GetService("GuiService")local g=workspace.CurrentCamera local h=a.LocalPlayer local i=Instance.new("ScreenGui")i.Name="E"i.ResetOnSpawn=false;i.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;i.DisplayOrder=999;i.Parent=d local j=Instance.new("TextButton")j.Size=UDim2.new(0,80,0,30)j.Position=UDim2.new(0,10,0,10)j.BackgroundColor3=Color3.fromRGB(88,101,242)j.BorderSizePixel=0;j.Text="Discord"j.TextColor3=Color3.fromRGB(255,255,255)j.Font=Enum.Font.GothamBold;j.TextScaled=true;j.Parent=i local k=Instance.new("UICorner")k.CornerRadius=UDim.new(0,6)k.Parent=j local l=Instance.new("Frame")l.AnchorPoint=Vector2.new(.5,.5)l.Position=UDim2.new(.5,0,.5,0)l.Size=UDim2.new(.5,0,.6,0)l.BackgroundColor3=Color3.fromRGB(20,20,20)l.ClipsDescendants=true;l.Visible=false;l.Parent=i local m=Instance.new("UICorner")m.CornerRadius=UDim.new(0,12)m.Parent=l local n=Instance.new("UIStroke")n.Thickness=2;n.Color=Color3.fromRGB(255,255,255)n.Parent=l local o=Instance.new("Frame")o.Size=UDim2.new(1,0,0,45)o.BackgroundColor3=Color3.fromRGB(15,15,15)o.Parent=l local p=Instance.new("TextLabel")p.Size=UDim2.new(1,0,1,0)p.BackgroundTransparency=1;p.Text="ELEVATE"p.TextColor3=Color3.fromRGB(255,255,255)p.Font=Enum.Font.GothamBold;p.TextScaled=true;p.Parent=o local q=Instance.new("TextBox")q.Size=UDim2.new(1,-20,1,-105)q.Position=UDim2.new(0,10,0,55)q.BackgroundColor3=Color3.fromRGB(30,30,30)q.BorderSizePixel=2;q.BorderColor3=Color3.fromRGB(80,80,80)q.PlaceholderText="Script"q.Text=""q.TextColor3=Color3.fromRGB(200,200,200)q.PlaceholderColor3=Color3.fromRGB(100,100,100)q.TextXAlignment=Enum.TextXAlignment.Left;q.TextYAlignment=Enum.TextYAlignment.Top;q.MultiLine=true;q.TextWrapped=true;q.ClearTextOnFocus=false;q.Font=Enum.Font.Code;q.TextSize=16;q.Parent=l local r=Instance.new("Frame")r.Size=UDim2.new(1,-20,0,50)r.Position=UDim2.new(0,10,1,-60)r.BackgroundTransparency=1;r.Parent=l local s=Instance.new("TextButton")s.Size=UDim2.new(.5,-5,1,0)s.BackgroundColor3=Color3.fromRGB(120,0,0)s.BorderSizePixel=2;s.BorderColor3=Color3.fromRGB(255,255,255)s.Text="Clear"s.TextColor3=Color3.fromRGB(255,255,255)s.Font=Enum.Font.GothamBold;s.TextScaled=true;s.Parent=r local t=Instance.new("TextButton")t.Size=UDim2.new(.5,-5,1,0)t.Position=UDim2.new(.5,5,0,0)t.BackgroundColor3=Color3.fromRGB(0,120,0)t.BorderSizePixel=2;t.BorderColor3=Color3.fromRGB(255,255,255)t.Text="Execute"t.TextColor3=Color3.fromRGB(255,255,255)t.Font=Enum.Font.GothamBold;t.TextScaled=true;t.Parent=r for _,u in{s,t}do local v=Instance.new("UICorner")v.CornerRadius=UDim.new(0,8)v.Parent=u end local w=Instance.new("TextButton")w.Size=UDim2.new(0,55,0,55)w.AnchorPoint=Vector2.new(1,1)w.Position=UDim2.new(1,-15,1,-15)w.BackgroundColor3=Color3.fromRGB(0,170,255)w.BorderSizePixel=2;w.BorderColor3=Color3.fromRGB(255,255,255)w.Text="E"w.TextColor3=Color3.fromRGB(255,255,255)w.Font=Enum.Font.GothamBold;w.TextScaled=true;w.Visible=true;w.Parent=i local x=Instance.new("UICorner")x.CornerRadius=UDim.new(1,0)x.Parent=w local y=Instance.new("UIScale")y.Parent=i local function z()local A=g.ViewportSize;y.Scale=A.Y/720 end z()e.RenderStepped:Connect(z) local B=TweenInfo.new(.25,Enum.EasingStyle.Quint)local function C(D,E)local F=b:Create(D,B,E)F:Play()return F end local G=false;local function H()G=true;l.Visible=true;l.Size=UDim2.new(0,0,0,0)C(l,{Size=UDim2.new(.5,0,.6,0)})end local function I()local J=C(l,{Size=UDim2.new(0,0,0,0)})J.Completed:Wait()l.Visible=false;G=false end w.MouseButton1Click:Connect(function()if G then I()else H()end end) local K,L,M,drag=false;o.InputBegan:Connect(function(N)if c:IsMouseButtonPressed(Enum.UserInputType.MouseButton1)or c:IsTouchEnabled()then K=N.Position;L=o.Position;M=l.Position;drag=true end end) o.InputChanged:Connect(function(O)if drag and(O.UserInputType==Enum.UserInputType.MouseMovement or O.UserInputType==Enum.UserInputType.Touch)then local P=O.Position-K;local Q=UDim2.new(M.X.Scale,M.X.Offset+P.X,M.Y.Scale,M.Y.Offset+P.Y)C(l,{Position=Q})end end) o.InputEnded:Connect(function()drag=false end) local function R(S,T)local U=S.BackgroundColor3;C(S,{BackgroundColor3=T})task.delay(.12,function()if S.Parent then C(S,{BackgroundColor3=U})end end)end s.MouseButton1Click:Connect(function()R(s,Color3.fromRGB(180,0,0))q.Text=""end) local V,W;do local X={loadstring,getgenv().loadstring,getgenv().execute,function(a)return assert(loadstring(a))end,function(a)local b=compile and compile(a);if b then return b end end,function(a)local b=debug and debug.loadstring and debug.loadstring(a);if b then return b end end,function(a)return load(a)end} for _,fn in X do local ok,f=pcall(fn,"return function()return true end")if ok and type(f)=="function"then local ok2,res=pcall(f)if ok2 and res()==true then V=fn;break end end end end if not V then f:DisplayNotification({Title="E",Text="No executor!",Duration=5})end t.MouseButton1Click:Connect(function()R(t,Color3.fromRGB(0,180,0))local Y=q.Text if Y==""or not V then return end local ok,fn=pcall(V,Y) if not ok then f:DisplayNotification({Title="E",Text="Syntax: "..tostring(fn),Duration=4})return end if not fn or type(fn)~="function"then f:DisplayNotification({Title="E",Text="Load failed",Duration=4})return end local ok2,err=pcall(fn) if not ok2 then f:DisplayNotification({Title="E",Text="Error: "..tostring(err),Duration=5})else f:DisplayNotification({Title="E",Text="Executed!",Duration=2})end end) local Z="https://discord.gg/tBN87rHHB" j.MouseButton1Click:Connect(function()if setclipboard then setclipboard(Z)f:DisplayNotification({Title="E",Text="Discord link copied!",Duration=2})else f:DisplayNotification({Title="E",Text="setclipboard not supported",Duration=3})end end) local aa=Instance.new("Frame")aa.Size=UDim2.new(1,0,1,0)aa.BackgroundTransparency=1;aa.Parent=i local ab=Instance.new("TextLabel")ab.Size=UDim2.new(1,0,1,0)ab.BackgroundTransparency=1;ab.Text=""ab.TextColor3=Color3.fromRGB(255,255,255)ab.Font=Enum.Font.GothamBold;ab.TextScaled=true;ab.TextTransparency=1;ab.Parent=aa local function ac(ad,ae)for i=1,#ad do ab.Text=ad:sub(1,i)if ad:sub(i,i)=="."then task.wait(ae*3)else task.wait(ae)end end end task.spawn(function()ab.TextTransparency=0 ac("Welcome "..h.DisplayName.."..",0.08)task.wait(1.5)C(ab,{TextTransparency=1}):Wait()aa:Destroy()w.Visible=true f:DisplayNotification({Title="E Loaded",Text="Tap the blue E to open!",Duration=2})end)