I am not responsible for any bans!All credits goes to the maker of the script!!!500 subscriber for another giveaway???Thanks alot to you guys that support me.
Jun 18th, 2019
Free Script Executor Working
Never
Free Script Fonts
Free Script Movies
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Script executer script XD. Idk why you would need this, well I think i need it for quick execution without crashing and stuff like that lol. -Xyper
- local S1 = Instance.new('ScreenGui')
- local Execute = Instance.new('TextButton')
- local Input = Instance.new('TextBox')
- S1.Parent = game.Players.LocalPlayer.PlayerGui
- S1.ResetOnSpawn = false
- S1Frame.Parent = S1
- S1Frame.Position = UDim2.new(0, 0, 0.248875543, 0)
- S1Frame.Style = Enum.FrameStyle.DropShadow
- Execute.Parent = S1Frame
- Execute.Position = UDim2.new(0.00872371532, 0, 0.880995035, 0)
- Execute.Style = Enum.ButtonStyle.RobloxButtonDefault
- Execute.Text = 'Execute'
- Execute.TextScaled = true
- Execute.TextWrapped = true
- Clear.Name = 'Clear'
- Clear.BackgroundColor3 = Color3.new(1, 1, 1)
- Clear.Position = UDim2.new(0.228907213, 0, 0.880995035, 0)
- Clear.Style = Enum.ButtonStyle.RobloxButtonDefault
- Clear.Text = 'Clear'
- Clear.TextScaled = true
- Clear.TextWrapped = true
- Input.Name = 'Input'
- Input.BackgroundColor3 = Color3.new(0.0117647, 0, 0.184314)
- Input.Position = UDim2.new(0.0406618454, 0, 0.050907772, 0)
- Input.Font = Enum.Font.SourceSans
- Input.PlaceholderText = 'Code goes here'
- Input.TextColor3 = Color3.new(255, 255, 255)
- Input.TextXAlignment = Enum.TextXAlignment.Left
- -- MADE BY XYPER IN PASTEBIN
- OpenClose.Parent = S1
- OpenClose.Position = UDim2.new(0, 0, 0.88905549, 0)
- OpenClose.Style = Enum.ButtonStyle.RobloxButtonDefault
- OpenClose.Text = 'Show/Hide'
- OpenClose.TextScaled = true
- OpenClose.TextWrapped = true
- -- Scripts
- OpenClose.MouseButton1Click:Connect(function()
- S1Frame.Visible = true
- S1Frame.Visible = false
- end)
- Execute.MouseButton1Click:Connect(function()
- end)
- Clear.MouseButton1Click:Connect(function()
- end)
- -- Xyper (Pastebin)