Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local execute = Instance.new("TextButton")
- local TextBox = Instance.new("TextBox")
- local TextLabel = Instance.new("TextLabel")
- local credits = Instance.new("TextLabel")
- local clear = Instance.new("TextButton")
- local X = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- Frame.Position = UDim2.new(0.388047814, 0, 0.110070266, 0)
- Frame.Size = UDim2.new(0, 502, 0, 381)
- Frame.Draggable = true
- execute.Name = "execute"
- execute.Parent = Frame
- execute.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- execute.BorderSizePixel = 0
- execute.Position = UDim2.new(0.071031481, 0, 0.7590729, 0)
- execute.Size = UDim2.new(0, 200, 0, 50)
- execute.Font = Enum.Font.SourceSans
- execute.Text = "Execute"
- execute.TextColor3 = Color3.new(1, 1, 1)
- execute.TextSize = 14
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- TextBox.BorderSizePixel = 0
- TextBox.Position = UDim2.new(0.0699913949, 0, 0.154794604, 0)
- TextBox.Size = UDim2.new(0, 430, 0, 211)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = "Paste require scripts here\n(ex. require(2881162369):Fire('NAME','i baked you a pie'))"
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextSize = 15
- TextBox.TextXAlignment = Enum.TextXAlignment.Left
- TextBox.TextYAlignment = Enum.TextYAlignment.Top
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.298123151, 0, 0.0104986876, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 46)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Cerebrum X SS - Private Premium"
- TextLabel.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
- TextLabel.TextSize = 22
- credits.Name = "credits"
- credits.Parent = Frame
- credits.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- credits.BorderSizePixel = 0
- credits.Position = UDim2.new(0, 0, 0.92909956, 0)
- credits.Size = UDim2.new(0, 502, 0, 27)
- credits.Font = Enum.Font.SourceSans
- credits.Text = "Made by 0x45#8396"
- credits.TextColor3 = Color3.new(1, 1, 1)
- credits.TextSize = 14
- clear.Name = "clear"
- clear.Parent = Frame
- clear.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- clear.BorderSizePixel = 0
- clear.Position = UDim2.new(0.529198825, 0, 0.7590729, 0)
- clear.Size = UDim2.new(0, 200, 0, 50)
- clear.Font = Enum.Font.SourceSans
- clear.Text = "Clear"
- clear.TextColor3 = Color3.new(1, 1, 1)
- clear.TextSize = 14
- X.Name = "X"
- X.Parent = Frame
- X.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- X.BorderSizePixel = 0
- X.Position = UDim2.new(0.905692816, 0, 0.0346634835, 0)
- X.Size = UDim2.new(0, 32, 0, 36)
- X.Font = Enum.Font.SourceSans
- X.Text = "X"
- X.TextColor3 = Color3.new(1, 1, 1)
- X.TextSize = 14
- X.MouseButton1Click:connect(function()
- Frame.Visible = false
- end)
- clear.MouseButton1Click:connect(function()
- TextBox.Text = ""
- end)
- execute.MouseButton1Click:connect(function()
- game.ReplicatedStorage.RemoteEvent:FireServer(TextBox.Text)
- end)
- local remote = script.Parent.gay -- your remote
- remote.OnServerEvent:Connect(function(idk, lol) -- function for your executor
- require(script.Loadstring)(lol)() -- this code so it actally executes requires and things
- end)-- end) meaning this is the end of the script return function
- local execute = script.Parent.Parent.execute
- local text = script.Parent.Parent("Put require here!")
- local remote = script.Parent.gay
Advertisement
Add Comment
Please, Sign In to add comment