Advertisement
Guest User

Sezang's SS Executor (PRIVATE)

a guest
Aug 18th, 2019
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. --Hello User! This is the official Pastebin of Sezang's SS executor for roblox. If this ever gets leaked, I will make a new and better one. ---DON'T COPY THIS---
  2.  
  3. local SezangsSS = Instance.new("ScreenGui")
  4. local skid = Instance.new("Frame")
  5. local executor = Instance.new("TextBox")
  6. local CREDITS = Instance.new("TextLabel")
  7. local execute = Instance.new("TextButton")
  8. local clear = Instance.new("TextButton")
  9.  
  10. SezangsSS.Name = "Sezang's SS"
  11. SezangsSS.Parent = game.CoreGui
  12.  
  13. skid.Name = "skid"
  14. skid.Parent = SezangsSS
  15. skid.BackgroundColor3 = Color3.new(0.419608, 0.917647, 1)
  16. skid.Position = UDim2.new(0.162079513, 0, 0.457654715, 0)
  17. skid.Size = UDim2.new(0, 466, 0, 79)
  18.  
  19. executor.Name = "executor"
  20. executor.Parent = SezangsSS
  21. executor.BackgroundColor3 = Color3.new(1, 1, 1)
  22. executor.Position = UDim2.new(0.162079513, 0, 0.498371333, 0)
  23. executor.Size = UDim2.new(0, 466, 0, 25)
  24. executor.Font = Enum.Font.ArialBold
  25. executor.Text = "--This is a private SS executor!"
  26. executor.TextColor3 = Color3.new(0, 0, 0)
  27. executor.TextSize = 14
  28.  
  29. CREDITS.Name = "CREDITS"
  30. CREDITS.Parent = SezangsSS
  31. CREDITS.BackgroundColor3 = Color3.new(0.988235, 0, 0.0235294)
  32. CREDITS.Position = UDim2.new(0.347094804, 0, 0.457654715, 0)
  33. CREDITS.Size = UDim2.new(0, 233, 0, 18)
  34. CREDITS.Font = Enum.Font.ArialBold
  35. CREDITS.Text = "Sezang's SS EXECUTOR"
  36. CREDITS.TextColor3 = Color3.new(0, 0, 0)
  37. CREDITS.TextSize = 14
  38.  
  39. execute.Name = "execute"
  40. execute.Parent = SezangsSS
  41. execute.BackgroundColor3 = Color3.new(1, 1, 1)
  42. execute.Position = UDim2.new(0.162079513, 0, 0.550488591, 0)
  43. execute.Size = UDim2.new(0, 200, 0, 22)
  44. execute.Font = Enum.Font.ArialBold
  45. execute.Text = "Execute"
  46. execute.TextColor3 = Color3.new(0, 0, 0)
  47. execute.TextSize = 14
  48.  
  49. clear.Name = "clear"
  50. clear.Parent = SezangsSS
  51. clear.BackgroundColor3 = Color3.new(1, 1, 1)
  52. clear.Position = UDim2.new(0.568807364, 0, 0.550488591, 0)
  53. clear.Size = UDim2.new(0, 189, 0, 22)
  54. clear.Font = Enum.Font.ArialBold
  55. clear.Text = "Clear"
  56. clear.TextColor3 = Color3.new(0, 0, 0)
  57. clear.TextSize = 14
  58.  
  59. execute.MouseButton1Click:connect (function))
  60. game.ReplicatedStorage.RemoteEvent:FireService(source.Text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement