Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By Baconman24143
- -- Instances:
- local ExecutorMain = Instance.new("ScreenGui")
- local fat = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local designbar = Instance.new("TextLabel")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local input = Instance.new("TextBox")
- local requireid = Instance.new("TextBox")
- local servermode = Instance.new("TextButton")
- local clientmode = Instance.new("TextButton")
- local execute = Instance.new("TextButton")
- local clear = Instance.new("TextButton")
- local hiddenlabel = Instance.new("TextLabel")
- local hidecode = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- --Properties:
- ExecutorMain.Name = "ExecutorMain"
- ExecutorMain.Parent = game.Workspace
- ExecutorMain.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ExecutorMain.ResetOnSpawn = false
- fat.Name = "fat"
- fat.Parent = ExecutorMain
- fat.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
- fat.BorderSizePixel = 0
- fat.Position = UDim2.new(0.420177281, 0, 0.300365269, 0)
- fat.Size = UDim2.new(0, 482, 0, 307)
- title.Name = "title"
- title.Parent = fat
- title.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- title.BorderSizePixel = 0
- title.Size = UDim2.new(0, 482, 0, 28)
- title.Font = Enum.Font.SourceSansLight
- title.Text = "ServerSided Executor"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- designbar.Name = "designbar"
- designbar.Parent = fat
- designbar.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- designbar.BorderSizePixel = 0
- designbar.Position = UDim2.new(0, 0, 0.0912052244, 0)
- designbar.Size = UDim2.new(0, 482, 0, 3)
- designbar.Font = Enum.Font.SourceSansLight
- designbar.Text = " "
- designbar.TextColor3 = Color3.fromRGB(255, 255, 255)
- designbar.TextSize = 14.000
- ScrollingFrame.Parent = fat
- ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ScrollingFrame.BackgroundTransparency = 1.000
- ScrollingFrame.BorderSizePixel = 0
- ScrollingFrame.Position = UDim2.new(0.0331950225, 0, 0.205211729, 0)
- ScrollingFrame.Size = UDim2.new(0, 451, 0, 196)
- ScrollingFrame.BottomImage = "rbxasset://textures/blackBkg_square.png"
- ScrollingFrame.CanvasSize = UDim2.new(0, 0, 3.5, 0)
- ScrollingFrame.MidImage = "rbxasset://textures/blackBkg_square.png"
- ScrollingFrame.ScrollBarThickness = 8
- ScrollingFrame.TopImage = "rbxasset://textures/blackBkg_square.png"
- input.Name = "input"
- input.Parent = ScrollingFrame
- input.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
- input.BorderSizePixel = 0
- input.Size = UDim2.new(0, 442, 0, 9999)
- input.ClearTextOnFocus = false
- input.Font = Enum.Font.SourceSansSemibold
- input.MultiLine = true
- input.Text = "Script Here"
- input.TextColor3 = Color3.fromRGB(255, 255, 255)
- input.TextSize = 14.000
- input.TextXAlignment = Enum.TextXAlignment.Left
- input.TextYAlignment = Enum.TextYAlignment.Top
- requireid.Name = "requireid"
- requireid.Parent = fat
- requireid.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
- requireid.BorderSizePixel = 0
- requireid.Position = UDim2.new(0.0331950225, 0, 0.1237785, 0)
- requireid.Size = UDim2.new(0, 155, 0, 19)
- requireid.Font = Enum.Font.SourceSansSemibold
- requireid.PlaceholderText = "require(id)"
- requireid.Text = ""
- requireid.TextColor3 = Color3.fromRGB(255, 255, 255)
- requireid.TextSize = 14.000
- requireid.TextXAlignment = Enum.TextXAlignment.Left
- servermode.Name = "servermode"
- servermode.Parent = fat
- servermode.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
- servermode.BorderColor3 = Color3.fromRGB(255, 255, 255)
- servermode.Position = UDim2.new(0.616182506, 0, 0.1237785, 0)
- servermode.Size = UDim2.new(0, 74, 0, 19)
- servermode.Font = Enum.Font.SourceSansLight
- servermode.Text = "Server"
- servermode.TextColor3 = Color3.fromRGB(255, 255, 255)
- servermode.TextSize = 14.000
- clientmode.Name = "clientmode"
- clientmode.Parent = fat
- clientmode.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
- clientmode.BorderColor3 = Color3.fromRGB(255, 255, 255)
- clientmode.BorderSizePixel = 0
- clientmode.Position = UDim2.new(0.79668045, 0, 0.1237785, 0)
- clientmode.Size = UDim2.new(0, 74, 0, 19)
- clientmode.Font = Enum.Font.SourceSansLight
- clientmode.Text = "Client"
- clientmode.TextColor3 = Color3.fromRGB(255, 255, 255)
- clientmode.TextSize = 14.000
- execute.Name = "execute"
- execute.Parent = fat
- execute.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
- execute.BorderSizePixel = 0
- execute.Position = UDim2.new(0.0331950225, 0, 0.866449535, 0)
- execute.Size = UDim2.new(0, 120, 0, 33)
- execute.Font = Enum.Font.SourceSansLight
- execute.Text = "Execute"
- execute.TextColor3 = Color3.fromRGB(255, 255, 255)
- execute.TextSize = 20.000
- clear.Name = "clear"
- clear.Parent = fat
- clear.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
- clear.BorderSizePixel = 0
- clear.Position = UDim2.new(0.315352708, 0, 0.866449535, 0)
- clear.Size = UDim2.new(0, 120, 0, 33)
- clear.Font = Enum.Font.SourceSansLight
- clear.Text = "Clear"
- clear.TextColor3 = Color3.fromRGB(255, 255, 255)
- clear.TextSize = 20.000
- hiddenlabel.Name = "hiddenlabel"
- hiddenlabel.Parent = fat
- hiddenlabel.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- hiddenlabel.BackgroundTransparency = 1.000
- hiddenlabel.BorderSizePixel = 0
- hiddenlabel.Position = UDim2.new(0.616182566, 0, 0.872964144, 0)
- hiddenlabel.Size = UDim2.new(0, 58, 0, 28)
- hiddenlabel.Font = Enum.Font.SourceSansLight
- hiddenlabel.Text = "Hide Code:"
- hiddenlabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- hiddenlabel.TextSize = 20.000
- hiddenlabel.TextXAlignment = Enum.TextXAlignment.Left
- hidecode.Name = "hidecode"
- hidecode.Parent = fat
- hidecode.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
- hidecode.BorderColor3 = Color3.fromRGB(255, 255, 255)
- hidecode.BorderSizePixel = 0
- hidecode.Position = UDim2.new(0.79668051, 0, 0.879478812, 0)
- hidecode.Size = UDim2.new(0, 25, 0, 24)
- hidecode.Font = Enum.Font.SourceSans
- hidecode.Text = " "
- hidecode.TextColor3 = Color3.fromRGB(0, 0, 0)
- hidecode.TextSize = 14.000
- close.Name = "close"
- close.Parent = fat
- close.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
- close.BackgroundTransparency = 1.000
- close.BorderSizePixel = 0
- close.Position = UDim2.new(0.948132753, 0, 0, 0)
- close.Size = UDim2.new(0, 25, 0, 21)
- close.Font = Enum.Font.SourceSansLight
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(255, 0, 0)
- close.TextSize = 20.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement