Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ElysianScreen = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- local ElysianFrame = Instance.new("Frame", ElysianScreen)
- local EXEIcon = Instance.new("ImageLabel", ElysianFrame)
- local Output = Instance.new("TextBox", ElysianFrame)
- local InputBox = Instance.new("TextBox", ElysianFrame)
- local Execute = Instance.new("TextButton", ElysianFrame)
- local GUITitle = Instance.new("TextLabel", ElysianFrame)
- local x_1 = Instance.new("TextButton", ElysianFrame)
- local Minimize = Instance.new("TextButton", ElysianFrame)
- local PreScripts = Instance.new("ScrollingFrame", ElysianFrame)
- local Bigger = Instance.new("TextButton", ElysianFrame)
- local User = game.Players.LocalPlayer.Name
- ElysianScreen.Name = "Elysian"
- ElysianScreen.Parent = game.Players.LocalPlayer.PlayerGui
- ElysianFrame.Name = "Executor"
- ElysianFrame.Parent = ElysianScreen
- ElysianFrame.Active = true
- ElysianFrame.BackgroundColor3 = Color3.fromRGB(244, 244, 244)
- ElysianFrame.Draggable = true
- ElysianFrame.Position = UDim2.new(0, 128, 0, 85)
- ElysianFrame.Size = UDim2.new(0, 600, 0, 340)
- ElysianFrame.Visible = true
- Execute.Name = "Execute"
- Execute.Parent = ElysianFrame
- Execute.BackgroundColor3 = Color3.fromRGB(222, 222, 222)
- Execute.Position = UDim2.new(0, 11, 0, 260)
- Execute.Size = UDim2.new(0, 75, 0, 20)
- Execute.Font = Enum.Font.SourceSans
- Execute.FontSize = Enum.FontSize.Size14
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
- Output.Name = "Output"
- Output.Parent = ElysianFrame
- Output.BackgroundColor3 = Color3.fromRGB(235, 235, 235)
- Output.BackgroundTransparency = 0
- Output.Position = UDim2.new(0, 100, 0, 260)
- Output.Size = UDim2.new(0, 360, 0, 70)
- Output.ClearTextOnFocus = false
- Output.Font = Enum.Font.SourceSans
- Output.FontSize = Enum.FontSize.Size14
- Output.MultiLine = true
- Output.Text = "Authenticating... "
- Output.TextWrapped = true
- Output.TextXAlignment = Enum.TextXAlignment.Left
- Output.TextYAlignment = Enum.TextYAlignment.Top
- InputBox.Name = "InputBar"
- InputBox.Parent = ElysianFrame
- InputBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- InputBox.BackgroundTransparency = 0
- InputBox.Position = UDim2.new(0, 10, 0, 35)
- InputBox.Size = UDim2.new(0, 450, 0, 217)
- InputBox.ClearTextOnFocus = false
- InputBox.Font = Enum.Font.SourceSans
- InputBox.FontSize = Enum.FontSize.Size14
- InputBox.MultiLine = true
- InputBox.Text = ""
- InputBox.TextWrapped = true
- InputBox.TextXAlignment = Enum.TextXAlignment.Left
- InputBox.TextYAlignment = Enum.TextYAlignment.Top
- EXEIcon.Size = UDim2.new(0, 30, 0, 25)
- EXEIcon.Position = UDim2.new(0, 5, 0, 3)
- EXEIcon.Image = "rbxgameasset://Images/ExeIcon"
- EXEIcon.Name = "EXEIcon"
- EXEIcon.BackgroundTransparency = 1
- GUITitle.Text = "Elysian v2.9.0"
- GUITitle.Name = "GUITitle"
- GUITitle.Size = UDim2.new(0, 50, 0, 20)
- GUITitle.Position = UDim2.new(0, 50, 0, 5)
- GUITitle.BackgroundTransparency = 1
- x_1.Parent = ElysianFrame
- x_1.Name = "x"
- x_1.Text = "x"
- x_1.Size = UDim2.new(0, 25, 0, 20)
- x_1.Position = UDim2.new(0, 570, 0, 5)
- x_1.BackgroundTransparency = 1
- x_1.FontSize = Enum.FontSize.Size14
- PreScripts.Name = "Scripts"
- PreScripts.Parent = ElysianFrame
- PreScripts.Active = true
- PreScripts.BackgroundColor3 = Color3.fromRGB(244, 244, 244)
- PreScripts.Draggable = false
- PreScripts.Position = UDim2.new(0, 470, 0, 35)
- PreScripts.Size = UDim2.new(0, 125, 0, 295)
- PreScripts.Visible = true
- PreScripts.BottomImage = "rbxgameasset://Images/Scroling Thingy"
- Minimize.Name = "minimize"
- Minimize.Parent = ElysianFrame
- Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
- Minimize.BackgroundTransparency = 1
- Minimize.Position = UDim2.new(0, 540, 0, 5)
- Minimize.Size = UDim2.new(0, 25, 0, 25)
- Minimize.ZIndex = 4
- Minimize.Font = Enum.Font.SourceSansBold
- Minimize.FontSize = Enum.FontSize.Size24
- Minimize.Text = "-"
- Minimize.TextColor3 = Color3.fromRGB(0, 0, 0)
- Bigger.Name = "minimize"
- Bigger.Parent = ElysianFrame
- Bigger.BackgroundColor3 = Color3.new(1, 1, 1)
- Bigger.BackgroundTransparency = 1
- Bigger.Position = UDim2.new(0, 540, 0, 5)
- Bigger.Size = UDim2.new(0, 25, 0, 25)
- Bigger.ZIndex = 4
- Bigger.Font = Enum.Font.SourceSansBold
- Bigger.FontSize = Enum.FontSize.Size24
- Bigger.Text = "-"
- Bigger.TextColor3 = Color3.fromRGB(0, 0, 0)
- local ElysianUser = game.Players.LocalPlayer.Name
- wait(3.734000)
- Output.Text = (Output.Text.."OK (3.734000s")
- wait(1)
- Output.Text = (Output.Text.."\n".."Initiating...")
- wait(0.3)
- Output.Text = (Output.Text.."\n".."Scanning...")
- Output.Text = (Output.Text.." OK")
- wait(1)
- Output.Text = (Output.Text.."\n".."Done!")
- wait(1)
- Output.Text = (Output.Text.."\n".."Welcome, "..ElysianUser)
- function onx_1Click()
- ElysianFrame:Destroy()
- end
- x_1.MouseButton1Click:connect(onx_1Click)
- function onExecuteScriptClick()
- loadstring(InputBox.Text)()
- end
- Execute.MouseButton1Click:connect(onExecuteScriptClick)
- function onMinizmideClick()
- ElysianFrame.Size = UDim2.new(0, 600, 0, 30)
- ElysianFrame.BackgroundColor3 = Color3.fromRGB(90, 255, 61)
- Execute.Visible = false
- InputBox.Visible = false
- Output.Visible = false
- PreScripts.Visible = false
- Minimize.Visible = false
- Bigger.Visible = true
- end
- Minimize.MouseButton1Click:connect(onMinizmideClick)
- function onBiggerClick()
- ElysianFrame.Size = UDim2.new(0, 600, 0, 340)
- Execute.Visible = true
- InputBox.Visible = true
- Output.Visible = true
- PreScripts.Visible = true
- ElysianFrame.BackgroundColor3 = Color3.fromRGB(244, 244, 244)
- Minimize.Visible = true
- Bigger.Visible = false
- end
- Bigger.MouseButton1Click:connect(onBiggerClick)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement