Roblox 2019 Free Script Executers

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

Free Script Fonts

Free script executor working

Free Script Movies

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- 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
  2. local S1 = Instance.new('ScreenGui')
  3. local Execute = Instance.new('TextButton')
  4. local Input = Instance.new('TextBox')
  5. S1.Parent = game.Players.LocalPlayer.PlayerGui
  6. S1.ResetOnSpawn = false
  7. S1Frame.Parent = S1
  8. S1Frame.Position = UDim2.new(0, 0, 0.248875543, 0)
  9. S1Frame.Style = Enum.FrameStyle.DropShadow
  10. Execute.Parent = S1Frame
  11. Execute.Position = UDim2.new(0.00872371532, 0, 0.880995035, 0)
  12. Execute.Style = Enum.ButtonStyle.RobloxButtonDefault
  13. Execute.Text = 'Execute'
  14. Execute.TextScaled = true
  15. Execute.TextWrapped = true
  16. Clear.Name = 'Clear'
  17. Clear.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Clear.Position = UDim2.new(0.228907213, 0, 0.880995035, 0)
  19. Clear.Style = Enum.ButtonStyle.RobloxButtonDefault
  20. Clear.Text = 'Clear'
  21. Clear.TextScaled = true
  22. Clear.TextWrapped = true
  23. Input.Name = 'Input'
  24. Input.BackgroundColor3 = Color3.new(0.0117647, 0, 0.184314)
  25. Input.Position = UDim2.new(0.0406618454, 0, 0.050907772, 0)
  26. Input.Font = Enum.Font.SourceSans
  27. Input.PlaceholderText = 'Code goes here'
  28. Input.TextColor3 = Color3.new(255, 255, 255)
  29. Input.TextXAlignment = Enum.TextXAlignment.Left
  30. -- MADE BY XYPER IN PASTEBIN
  31. OpenClose.Parent = S1
  32. OpenClose.Position = UDim2.new(0, 0, 0.88905549, 0)
  33. OpenClose.Style = Enum.ButtonStyle.RobloxButtonDefault
  34. OpenClose.Text = 'Show/Hide'
  35. OpenClose.TextScaled = true
  36. OpenClose.TextWrapped = true
  37. -- Scripts
  38. OpenClose.MouseButton1Click:Connect(function()
  39. S1Frame.Visible = true
  40. S1Frame.Visible = false
  41. end)
  42. Execute.MouseButton1Click:Connect(function()
  43. end)
  44. Clear.MouseButton1Click:Connect(function()
  45. end)
  46. -- Xyper (Pastebin)

Free Script Roblox