Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by Finchyys
- -- Gui to Lua Version 3.2
- -- Instances:
- local RBLXServerSideExecutorV1 = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local Frame_2 = Instance.new("Frame")
- local UICorner_2 = Instance.new("UICorner")
- local CodeBoxx = Instance.new("TextBox")
- local TextLabel = Instance.new("TextLabel")
- local Exit = Instance.new("TextButton")
- local Execute = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local Gallery = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- --Properties:
- RBLXServerSideExecutorV1.Name = "RBLX Server Side Executor V1"
- RBLXServerSideExecutorV1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = RBLXServerSideExecutorV1
- Frame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.038152609, 0, 0.399038464, 0)
- Frame.Size = UDim2.new(0, 439, 0, 351)
- UICorner.CornerRadius = UDim.new(0, 5)
- UICorner.Parent = Frame
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
- Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0.0313188918, 0, 0.151175216, 0)
- Frame_2.Size = UDim2.new(0, 410, 0, 244)
- UICorner_2.CornerRadius = UDim.new(0, 5)
- UICorner_2.Parent = Frame_2
- CodeBoxx.Name = "CodeBoxx"
- CodeBoxx.Parent = Frame_2
- CodeBoxx.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CodeBoxx.BackgroundTransparency = 1.000
- CodeBoxx.BorderColor3 = Color3.fromRGB(0, 0, 0)
- CodeBoxx.BorderSizePixel = 0
- CodeBoxx.Size = UDim2.new(0, 410, 0, 31)
- CodeBoxx.Font = Enum.Font.SourceSans
- CodeBoxx.Text = "Enter your require script here.."
- CodeBoxx.TextColor3 = Color3.fromRGB(213, 213, 213)
- CodeBoxx.TextSize = 14.000
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 369, 0, 53)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "RBLX SS Executor V1 by Finchyys"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- Exit.Name = "Exit"
- Exit.Parent = Frame
- Exit.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
- Exit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Exit.BorderSizePixel = 0
- Exit.Position = UDim2.new(0.895216405, 0, 0, 0)
- Exit.Size = UDim2.new(0, 46, 0, 35)
- Exit.Font = Enum.Font.SourceSans
- Exit.Text = "X"
- Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
- Exit.TextScaled = true
- Exit.TextSize = 14.000
- Exit.TextWrapped = true
- Execute.Name = "Execute"
- Execute.Parent = Frame
- Execute.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
- Execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Execute.BorderSizePixel = 0
- Execute.Position = UDim2.new(0.0296127554, 0, 0.886039913, 0)
- Execute.Size = UDim2.new(0, 116, 0, 31)
- Execute.Font = Enum.Font.SourceSans
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
- Execute.TextScaled = true
- Execute.TextSize = 14.000
- Execute.TextWrapped = true
- UICorner_3.CornerRadius = UDim.new(0, 4)
- UICorner_3.Parent = Execute
- Gallery.Name = "Gallery"
- Gallery.Parent = Frame
- Gallery.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
- Gallery.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Gallery.BorderSizePixel = 0
- Gallery.Position = UDim2.new(0.321184516, 0, 0.886039913, 0)
- Gallery.Size = UDim2.new(0, 116, 0, 31)
- Gallery.Font = Enum.Font.SourceSans
- Gallery.Text = "Require scripts (Coming soon!)"
- Gallery.TextColor3 = Color3.fromRGB(255, 255, 255)
- Gallery.TextScaled = true
- Gallery.TextSize = 14.000
- Gallery.TextWrapped = true
- UICorner_4.CornerRadius = UDim.new(0, 4)
- UICorner_4.Parent = Gallery
- -- Scripts:
- local function ZXIJPHB_fake_script() -- Exit.LocalScript
- local script = Instance.new('LocalScript', Exit)
- script.Parent.MouseButton1Down:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(ZXIJPHB_fake_script)()
- local function SERK_fake_script() -- Execute.LocalScript
- local script = Instance.new('LocalScript', Execute)
- script.Parent.MouseButton1Click:Connect(function()
- game.ReplicatedStorage.RemoteEvent:FireServer(script.Parent.Parent.Scroll.CodeBox.Text)
- end)
- end
- coroutine.wrap(SERK_fake_script)()
- local function JFJEQR_fake_script() -- Frame.DragScript
- local script = Instance.new('LocalScript', Frame)
- local UIS = game:GetService('UserInputService')
- local frame = script.Parent
- local dragToggle = nil
- local dragSpeed = 0.25
- local dragStart = nil
- local startPos = nil
- local function updateInput(input)
- local delta = input.Position - dragStart
- local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
- startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
- end
- frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
- dragToggle = true
- dragStart = input.Position
- startPos = frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- UIS.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- if dragToggle then
- updateInput(input)
- end
- end
- end)
- end
- coroutine.wrap(JFJEQR_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment