Advertisement
MasterRecorder

Halo SS Executor

Nov 25th, 2020 (edited)
3,099
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.97 KB | None | 0 0
  1. -- Btw the guest that uploaded this was me
  2. local Executor = Instance.new("ScreenGui")
  3. local DragArea = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local ScriptArea = Instance.new("Frame")
  6. local ScriptHere = Instance.new("TextBox")
  7. local ButtonFrame = Instance.new("Frame")
  8. local Execute = Instance.new("TextButton")
  9. local Roundify = Instance.new("ImageLabel")
  10. local R6 = Instance.new("TextButton")
  11. local Roundify_2 = Instance.new("ImageLabel")
  12. local MadeBy = Instance.new("TextLabel")
  13.  
  14. Executor.Name = "Executor"
  15. Executor.Parent = game.StarterGui
  16.  
  17. DragArea.Name = "DragArea"
  18. DragArea.Parent = Executor
  19. DragArea.AnchorPoint = Vector2.new(0.5, 0.5)
  20. DragArea.BackgroundColor3 = Color3.new(0, 0, 0)
  21. DragArea.Position = UDim2.new(0.499771893, 0, 0.235293999, 0)
  22. DragArea.Size = UDim2.new(0, 550, 0, 29)
  23.  
  24. Title.Name = "Title"
  25. Title.Parent = DragArea
  26. Title.AnchorPoint = Vector2.new(0.5, 0.5)
  27. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Title.BackgroundTransparency = 1
  29. Title.Position = UDim2.new(0.4979164, 0, 0.464666486, 0)
  30. Title.Size = UDim2.new(0, 220, 0, 29)
  31. Title.Font = Enum.Font.Cartoon
  32. Title.FontSize = Enum.FontSize.Size14
  33. Title.Text = "Halo Version 1.0"
  34. Title.TextColor3 = Color3.new(0.239216, 0.466667, 1)
  35. Title.TextScaled = true
  36. Title.TextSize = 14
  37. Title.TextWrapped = true
  38.  
  39. ScriptArea.Name = "ScriptArea"
  40. ScriptArea.Parent = DragArea
  41. ScriptArea.AnchorPoint = Vector2.new(0.5, 0.5)
  42. ScriptArea.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  43. ScriptArea.Position = UDim2.new(0.49966988, 0, 6.63793087, 0)
  44. ScriptArea.Size = UDim2.new(0, 551, 0, 328)
  45.  
  46. ScriptHere.Name = "ScriptHere"
  47. ScriptHere.Parent = DragArea
  48. ScriptHere.Active = false
  49. ScriptHere.AnchorPoint = Vector2.new(0.5, 0.5)
  50. ScriptHere.BackgroundColor3 = Color3.new(1, 1, 1)
  51. ScriptHere.BackgroundTransparency = 1
  52. ScriptHere.Position = UDim2.new(0.5, 0, 5.25, 0)
  53. ScriptHere.Size = UDim2.new(0, 550, 0, 119)
  54. ScriptHere.Font = Enum.Font.Cartoon
  55. ScriptHere.FontSize = Enum.FontSize.Size14
  56. ScriptHere.Text = ""
  57. ScriptHere.TextColor3 = Color3.new(0.376471, 0.647059, 1)
  58. ScriptHere.TextScaled = true
  59. ScriptHere.TextSize = 14
  60. ScriptHere.TextWrapped = true
  61.  
  62. ButtonFrame.Name = "ButtonFrame"
  63. ButtonFrame.Parent = DragArea
  64. ButtonFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  65. ButtonFrame.BackgroundColor3 = Color3.new(0.737255, 1, 0.341176)
  66. ButtonFrame.Position = UDim2.new(0.5, 0, 10.965517, 0)
  67. ButtonFrame.Size = UDim2.new(0, 551, 0, 77)
  68.  
  69. Execute.Name = "Execute"
  70. Execute.Parent = DragArea
  71. Execute.AnchorPoint = Vector2.new(0.5, 0.5)
  72. Execute.BackgroundColor3 = Color3.new(0.345098, 0.431373, 1)
  73. Execute.BorderSizePixel = 0
  74. Execute.Position = UDim2.new(0.25999999, 0, 11.034483, 0)
  75. Execute.Size = UDim2.new(0, 146, 0, 50)
  76. Execute.ZIndex = 10
  77. Execute.Font = Enum.Font.Cartoon
  78. Execute.FontSize = Enum.FontSize.Size14
  79. Execute.Text = "Execute"
  80. Execute.TextColor3 = Color3.new(0.0392157, 0.215686, 1)
  81. Execute.TextScaled = true
  82. Execute.TextSize = 14
  83. Execute.TextWrapped = true
  84.  
  85. Roundify.Name = "Roundify"
  86. Roundify.Parent = Execute
  87. Roundify.AnchorPoint = Vector2.new(0.5, 0.5)
  88. Roundify.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Roundify.BackgroundTransparency = 1
  90. Roundify.Position = UDim2.new(0.495000124, 0, 0.529999971, 0)
  91. Roundify.Size = UDim2.new(1.1700002, 24, 0.579999983, 24)
  92. Roundify.ZIndex = 2
  93. Roundify.Image = "rbxassetid://3570695787"
  94. Roundify.ImageColor3 = Color3.new(0.345098, 0.431373, 1)
  95. Roundify.ScaleType = Enum.ScaleType.Slice
  96. Roundify.SliceCenter = Rect.new(100, 100, 100, 100)
  97.  
  98. R6.Name = "R6"
  99. R6.Parent = DragArea
  100. R6.AnchorPoint = Vector2.new(0.5, 0.5)
  101. R6.BackgroundColor3 = Color3.new(0.345098, 0.431373, 1)
  102. R6.BorderSizePixel = 0
  103. R6.Position = UDim2.new(0.783636332, 0, 11.068965, 0)
  104. R6.Size = UDim2.new(0, 142, 0, 50)
  105. R6.ZIndex = 10
  106. R6.Font = Enum.Font.Cartoon
  107. R6.FontSize = Enum.FontSize.Size14
  108. R6.Text = "R6"
  109. R6.TextColor3 = Color3.new(0.0392157, 0.215686, 1)
  110. R6.TextScaled = true
  111. R6.TextSize = 14
  112. R6.TextWrapped = true
  113.  
  114. Roundify_2.Name = "Roundify"
  115. Roundify_2.Parent = R6
  116. Roundify_2.AnchorPoint = Vector2.new(0.5, 0.5)
  117. Roundify_2.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Roundify_2.BackgroundTransparency = 1
  119. Roundify_2.Position = UDim2.new(0.495000124, 0, 0.529999971, 0)
  120. Roundify_2.Size = UDim2.new(1.1700002, 24, 0.579999983, 24)
  121. Roundify_2.ZIndex = 2
  122. Roundify_2.Image = "rbxassetid://3570695787"
  123. Roundify_2.ImageColor3 = Color3.new(0.345098, 0.431373, 1)
  124. Roundify_2.ScaleType = Enum.ScaleType.Slice
  125. Roundify_2.SliceCenter = Rect.new(100, 100, 100, 100)
  126.  
  127. MadeBy.Name = "MadeBy"
  128. MadeBy.Parent = DragArea
  129. MadeBy.AnchorPoint = Vector2.new(0.5, 0.5)
  130. MadeBy.BackgroundColor3 = Color3.new(1, 1, 1)
  131. MadeBy.BackgroundTransparency = 1
  132. MadeBy.Position = UDim2.new(0.479185462, 0, 1.46466637, 0)
  133. MadeBy.Size = UDim2.new(0, 439, 0, 29)
  134. MadeBy.Font = Enum.Font.Cartoon
  135. MadeBy.FontSize = Enum.FontSize.Size14
  136. MadeBy.Text = "made by kingofbees123"
  137. MadeBy.TextColor3 = Color3.new(0.239216, 0.466667, 1)
  138. MadeBy.TextScaled = true
  139. MadeBy.TextSize = 14
  140. MadeBy.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement