Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.ServerScriptService.LoadingStringEnabled = true
- local Instances = {
- ScreenGui = Instance.new("ScreenGui"),
- SolaraRemake = Instance.new("Frame"),
- TextBox = Instance.new("TextBox"),
- Execute = Instance.new("TextButton"),
- Inject = Instance.new("TextButton"),
- TextLabel = Instance.new("TextLabel"),
- }
- Instances.ScreenGui.Name = "ScreenGui"
- Instances.ScreenGui.Parent = game.StarterGui
- Instances.SolaraRemake.Name = "SolaraRemake"
- Instances.SolaraRemake.Parent = Instances.ScreenGui
- Instances.SolaraRemake.Size = UDim2.new(0, 635, 0, 304)
- Instances.SolaraRemake.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Instances.SolaraRemake.BackgroundTransparency = 0.20000000298023224
- Instances.SolaraRemake.Position = UDim2.new(0.197740108, 0, 0.150124073, 0)
- Instances.SolaraRemake.BorderSizePixel = 0
- Instances.SolaraRemake.BackgroundColor3 = Color3.fromRGB(20, 0, 40)
- SolaraRemake.Active = true
- SolaraRemake.Draggable = true
- Instances.TextBox.Name = "TextBox"
- Instances.TextBox.Parent = Instances.SolaraRemake
- Instances.TextBox.Size = UDim2.new(0, 584, 0, 221)
- Instances.TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Instances.TextBox.BackgroundTransparency = 0.44999998807907104
- Instances.TextBox.Position = UDim2.new(0.0456692912, 0, 0.115131579, 0)
- Instances.TextBox.BorderSizePixel = 0
- Instances.TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Instances.TextBox.CursorPosition = -1
- Instances.TextBox.TextDirection = Enum.TextDirection.LeftToRight
- Instances.TextBox.TextSize = 32
- Instances.TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
- Instances.TextBox.TextYAlignment = Enum.TextYAlignment.Top
- Instances.TextBox.Text = "Solara Remake"
- Instances.TextBox.TextWrapped = true
- Instances.TextBox.FontFace = Font.new("rbxasset://fonts/families/SourceSansPro.json", Enum.FontWeight.Regular, Enum.FontStyle.Normal)
- Instances.TextBox.TextXAlignment = Enum.TextXAlignment.Left
- Instances.TextBox.ClearTextOnFocus = false
- Instances.Execute.Name = "Execute"
- Instances.Execute.Parent = Instances.TextBox
- Instances.Execute.Size = UDim2.new(0, 47, 0, 36)
- Instances.Execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Instances.Execute.Position = UDim2.new(0, 0, 1.03619909, 0)
- Instances.Execute.BorderSizePixel = 0
- Instances.Execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Instances.Execute.TextColor3 = Color3.fromRGB(0, 0, 0)
- Instances.Execute.Text = "▶"
- Instances.Execute.TextSize = 14
- Instances.Execute.FontFace = Font.new("rbxasset://fonts/families/SourceSansPro.json", Enum.FontWeight.Regular, Enum.FontStyle.Normal)
- Instances.Inject.Name = "Inject"
- Instances.Inject.Parent = Instances.TextBox
- Instances.Inject.Size = UDim2.new(0, 47, 0, 36)
- Instances.Inject.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Instances.Inject.Position = UDim2.new(0.104452051, 0, 1.03619909, 0)
- Instances.Inject.BorderSizePixel = 0
- Instances.Inject.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Instances.Inject.TextColor3 = Color3.fromRGB(0, 0, 0)
- Instances.Inject.Text = "❗"
- Instances.Inject.TextSize = 14
- Instances.Inject.FontFace = Font.new("rbxasset://fonts/families/SourceSansPro.json", Enum.FontWeight.Regular, Enum.FontStyle.Normal)
- Instances.TextLabel.Name = "TextLabel"
- Instances.TextLabel.Parent = Instances.SolaraRemake
- Instances.TextLabel.Size = UDim2.new(0, 200, 0, 35)
- Instances.TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Instances.TextLabel.BackgroundTransparency = 1
- Instances.TextLabel.Position = UDim2.new(0.0115559734, 0, -0.00119169138, 0)
- Instances.TextLabel.BorderSizePixel = 0
- Instances.TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Instances.TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- Instances.TextLabel.Text = "Solara"
- Instances.TextLabel.TextWrapped = true
- Instances.TextLabel.TextSize = 14
- Instances.TextLabel.FontFace = Font.new("rbxasset://fonts/families/SourceSansPro.json", Enum.FontWeight.Regular, Enum.FontStyle.Normal)
- Instances.TextLabel.TextScaled = true
- -- Function "ExeScipt"
- (function()
- local script = Instance.new("LocalScript", Instances.Execute)
- local scriptiscool = script.Parent
- scriptiscool.MouseButton1Click:Connect(function ()
- loadstring(TextBox.Text)()
- end)
- end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement