Advertisement
Guest User

Septem_Hr and Zeyol's SS Executor

a guest
Aug 22nd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. --Zeyols + septem_hr
  2. -- Instances:
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextBox = Instance.new("TextBox")
  7. local TextButton = Instance.new("TextButton")
  8. local Frame_2 = Instance.new("Frame")
  9. local credits = Instance.new("TextLabel")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  15. Frame.BorderColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  16. Frame.Position = UDim2.new(0.0205580033, 0, 0.775244296, 0)
  17. Frame.Size = UDim2.new(0, 652, 0, 34)
  18.  
  19. TextLabel.Parent = Frame
  20. TextLabel.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  21. TextLabel.BorderColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  22. TextLabel.Position = UDim2.new(-0.000914392294, 0, 0, 0)
  23. TextLabel.Size = UDim2.new(0, 56, 0, 33)
  24. TextLabel.Font = Enum.Font.ArialBold
  25. TextLabel.Text = ">"
  26. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  27. TextLabel.TextScaled = true
  28. TextLabel.TextSize = 14
  29. TextLabel.TextWrapped = true
  30.  
  31. TextBox.Parent = Frame
  32. TextBox.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  33. TextBox.BorderColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  34. TextBox.Position = UDim2.new(0.0849751756, 0, 0, 0)
  35. TextBox.Size = UDim2.new(0, 516, 0, 33)
  36. TextBox.Font = Enum.Font.ArialBold
  37. TextBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  38. TextBox.PlaceholderText = "Commands Here"
  39. TextBox.Text = ""
  40. TextBox.TextColor3 = Color3.new(0, 0, 0)
  41. TextBox.TextScaled = true
  42. TextBox.TextSize = 14
  43. TextBox.TextWrapped = true
  44. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  45.  
  46. TextButton.Parent = Frame
  47. TextButton.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  48. TextButton.BorderColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  49. TextButton.Position = UDim2.new(0.876386225, 0, 0, 0)
  50. TextButton.Size = UDim2.new(0, 80, 0, 33)
  51. TextButton.Font = Enum.Font.ArialBold
  52. TextButton.Text = "Run"
  53. TextButton.TextColor3 = Color3.new(0, 0, 0)
  54. TextButton.TextScaled = true
  55. TextButton.TextSize = 14
  56. TextButton.TextWrapped = true
  57.  
  58. Frame_2.Parent = ScreenGui
  59. Frame_2.BackgroundColor3 = Color3.new(0, 0, 1)
  60. Frame_2.BorderColor3 = Color3.new(0, 0, 1)
  61. Frame_2.Position = UDim2.new(0.0205580033, 0, 0.830618858, 0)
  62. Frame_2.Size = UDim2.new(0, 652, 0, 1)
  63.  
  64. credits.Name = "credits"
  65. credits.Parent = ScreenGui
  66. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  67. credits.BackgroundTransparency = 1
  68. credits.Position = UDim2.new(0.0191521049, 0, 0.831567228, 0)
  69. credits.Size = UDim2.new(0, 200, 0, 13)
  70. credits.Font = Enum.Font.SourceSansBold
  71. credits.Text = "SS By Septem_Hr and Zeyols"
  72. credits.TextColor3 = Color3.new(1, 1, 1)
  73. credits.TextSize = 14
  74. credits.TextStrokeTransparency = 0
  75. credits.TextXAlignment = Enum.TextXAlignment.Left
  76.  
  77. execute.MouseButton1Click:connect(function()
  78. game.ReplicatedStorage.RemoteEvent:FireServer(source.Text)
  79. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement