Advertisement
Guest User

Sezang's SS Executor (Katie's CMDS) REVAMPED!

a guest
Aug 18th, 2019
10,695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. --This SS has a specific amount of scripts, I will add more later. Now this SS executor is private and will work in any SS game + all the scripts will works and it's private. Discord server for the scripts now/later coming soon!
  2.  
  3. --sezang
  4. -- Instances:
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextBox = Instance.new("TextBox")
  9. local TextButton = Instance.new("TextButton")
  10. local Frame_2 = Instance.new("Frame")
  11. --Properties:
  12. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  16. Frame.Position = UDim2.new(0.0425844342, 0, 0.820846915, 0)
  17. Frame.Size = UDim2.new(0, 623, 0, 46)
  18.  
  19. TextLabel.Parent = Frame
  20. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  21. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  22. TextLabel.Size = UDim2.new(0, 43, 0, 46)
  23. TextLabel.Font = Enum.Font.SourceSans
  24. TextLabel.Text = ">"
  25. TextLabel.TextColor3 = Color3.new(0.988235, 1, 1)
  26. TextLabel.TextSize = 50
  27.  
  28. TextBox.Parent = Frame
  29. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  30. TextBox.BorderColor3 = Color3.new(0, 0, 0)
  31. TextBox.Position = UDim2.new(0.0898876414, 0, 0, 0)
  32. TextBox.Size = UDim2.new(0, 486, 0, 46)
  33. TextBox.Font = Enum.Font.ArialBold
  34. TextBox.PlaceholderColor3 = Color3.new(0.988235, 1, 1)
  35. TextBox.PlaceholderText = "Credits to sezang for this SS"
  36. TextBox.Text = ""
  37. TextBox.TextColor3 = Color3.new(0.988235, 1, 1)
  38. TextBox.TextScaled = true
  39. TextBox.TextSize = 14
  40. TextBox.TextWrapped = true
  41. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  42.  
  43. TextButton.Parent = Frame
  44. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  45. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  46. TextButton.Position = UDim2.new(0.869983971, 0, 0, 0)
  47. TextButton.Size = UDim2.new(0, 82, 0, 46)
  48. TextButton.Font = Enum.Font.ArialBold
  49. TextButton.Text = "Run"
  50. TextButton.TextColor3 = Color3.new(1, 1, 1)
  51. TextButton.TextSize = 30
  52. TextButton.TextStrokeColor3 = Color3.new(0.988235, 1, 1)
  53. TextButton.TextWrapped = true
  54.  
  55. Frame_2.Parent = ScreenGui
  56. Frame_2.BackgroundColor3 = Color3.new(0, 0, 1)
  57. Frame_2.Position = UDim2.new(0.0425844342, 0, 0.895765483, 0)
  58. Frame_2.Size = UDim2.new(0, 624, 0, 1)
  59. -- Scripts:
  60. require(522666193).giveAdmin("Name")
  61. require(2930987220).load('4ENI')
  62. require(2844773931).load("4ENI")
  63. require(2670071430).load("4ENI")
  64. require(2860424822)("4ENI","nebulastar")
  65. require(2860424822)("4ENI","memes")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement