Advertisement
Guest User

SS executor

a guest
Jul 5th, 2019
30,865
2
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 2 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local epic = Instance.new("ScreenGui")
  8. local Main = Instance.new("Frame")
  9. local Frame_2 = Instance.new("Frame")
  10. local TextBox = Instance.new("TextBox")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local Execute = Instance.new("TextButton")
  13. local Clear = Instance.new("TextButton")
  14. local TextButton = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  21. Frame.BorderSizePixel = 0
  22. Frame.Position = UDim2.new(0.5, -158, 0.5, -83)
  23. Frame.Size = UDim2.new(0, 316, 0, 167)
  24.  
  25. TextLabel.Parent = Frame
  26. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  27. TextLabel.BackgroundTransparency = 1
  28. TextLabel.BorderSizePixel = 0
  29. TextLabel.Size = UDim2.new(0, 316, 0, 167)
  30. TextLabel.Font = Enum.Font.GothamSemibold
  31. TextLabel.Text = "ServerSide Script Executor"
  32. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  33. TextLabel.TextSize = 36
  34. TextLabel.TextWrapped = true
  35.  
  36. epic.Name = "epic"
  37. epic.Parent = ScreenGui
  38.  
  39. Main.Name = "Main"
  40. Main.Parent = epic
  41. Main.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  42. Main.BorderSizePixel = 0
  43. Main.Position = UDim2.new(0.010766536, 0, 0.582400024, 0)
  44. Main.Size = UDim2.new(0, 384, 0, 250)
  45.  
  46. Frame_2.Parent = Main
  47. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Frame_2.BorderSizePixel = 0
  49. Frame_2.Size = UDim2.new(0, 384, 0, 11)
  50.  
  51. TextBox.Parent = Main
  52. TextBox.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  53. TextBox.BorderSizePixel = 0
  54. TextBox.Position = UDim2.new(0.0338541679, 0, 0.224000007, 0)
  55. TextBox.Size = UDim2.new(0, 363, 0, 141)
  56. TextBox.ClearTextOnFocus = false
  57. TextBox.Font = Enum.Font.SourceSans
  58. TextBox.Text = "require(2919954597).load(\"TheDiamondDrone\")"
  59. TextBox.TextColor3 = Color3.new(1, 1, 1)
  60. TextBox.TextSize = 20
  61. TextBox.TextWrapped = true
  62. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  63. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  64.  
  65. TextLabel_2.Parent = Main
  66. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  67. TextLabel_2.BackgroundTransparency = 1
  68. TextLabel_2.BorderSizePixel = 0
  69. TextLabel_2.Position = UDim2.new(0.0338541679, 0, 0.0599999987, 0)
  70. TextLabel_2.Size = UDim2.new(0, 236, 0, 41)
  71. TextLabel_2.Font = Enum.Font.GothamBlack
  72. TextLabel_2.Text = "SS Executor"
  73. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  74. TextLabel_2.TextSize = 35
  75. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  76. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  77.  
  78. Execute.Name = "Execute"
  79. Execute.Parent = Main
  80. Execute.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  81. Execute.BorderSizePixel = 0
  82. Execute.Position = UDim2.new(0.0320000052, 0, 0.815999985, 0)
  83. Execute.Size = UDim2.new(0, 178, 0, 37)
  84. Execute.Font = Enum.Font.GothamSemibold
  85. Execute.Text = "Execute"
  86. Execute.TextColor3 = Color3.new(1, 1, 1)
  87. Execute.TextSize = 16
  88.  
  89. Clear.Name = "Clear"
  90. Clear.Parent = Main
  91. Clear.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  92. Clear.BorderSizePixel = 0
  93. Clear.Position = UDim2.new(0.515625, 0, 0.815999985, 0)
  94. Clear.Size = UDim2.new(0, 178, 0, 37)
  95. Clear.Font = Enum.Font.GothamSemibold
  96. Clear.Text = "Clear"
  97. Clear.TextColor3 = Color3.new(1, 1, 1)
  98. Clear.TextSize = 16
  99.  
  100. TextButton.Parent = Main
  101. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TextButton.BackgroundTransparency = 1
  103. TextButton.BorderSizePixel = 0
  104. TextButton.Position = UDim2.new(0.9140625, 0, 0.0480000004, 0)
  105. TextButton.Size = UDim2.new(0, 31, 0, 27)
  106. TextButton.Font = Enum.Font.SourceSans
  107. TextButton.Text = "X"
  108. TextButton.TextColor3 = Color3.new(1, 1, 1)
  109. TextButton.TextSize = 25
  110. -- Scripts:
  111. function SCRIPT_VLOL74_FAKESCRIPT() -- ScreenGui.Script
  112. local script = Instance.new('Script')
  113. script.Parent = ScreenGui
  114. local frame = script.Parent.Parent.ScreenGui.Frame
  115. local text = script.Parent.Parent.ScreenGui.Frame.TextLabel
  116.  
  117. frame.Position = UDim2.new(0.5, -158, 0.5, 0)
  118. frame.Size = UDim2.new(0, 316, 0, 0)
  119. frame.Visible = false
  120. text.Visible = false
  121. wait(1.5)
  122. frame.Visible = true
  123. frame:TweenPosition(UDim2.new(0.5, -158, 0.5, -83), "Out", "Quad", 0.5)
  124. frame:TweenSize(UDim2.new(0, 316, 0, 165), "Out", "Quad", 0.5)
  125. wait(1)
  126. text.Visible = true
  127. for loop = 1, 10 do
  128. text.TextTransparency = 1-loop/10
  129. wait(0.005)
  130. end
  131. wait(2)
  132. frame:Destroy()
  133. text:Destroy()
  134.  
  135. end
  136. coroutine.resume(coroutine.create(SCRIPT_VLOL74_FAKESCRIPT))
  137. function SCRIPT_NANX79_FAKESCRIPT() -- Frame_2.LocalScript
  138. local script = Instance.new('LocalScript')
  139. script.Parent = Frame_2
  140. while wait() do
  141. script.Parent.BackgroundColor3 = Color3.new(1,0,0)
  142. for i=1,15 do
  143. game:GetService("RunService").RenderStepped:wait()
  144. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g+(17/255),script.Parent.BackgroundColor3.b)
  145. end
  146. for i=1,15 do
  147. game:GetService("RunService").RenderStepped:wait()
  148. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r-(17/255),script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b)
  149. end
  150. for i=1,15 do
  151. game:GetService("RunService").RenderStepped:wait()
  152. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b+(17/255))
  153. end
  154. for i=1,15 do
  155. game:GetService("RunService").RenderStepped:wait()
  156. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g-(17/255),script.Parent.BackgroundColor3.b)
  157. end
  158. for i=1,15 do
  159. game:GetService("RunService").RenderStepped:wait()
  160. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r+(17/255),script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b)
  161. end
  162. for i=1,15 do
  163. game:GetService("RunService").RenderStepped:wait()
  164. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b-(17/255))
  165. end
  166. end
  167.  
  168. end
  169. coroutine.resume(coroutine.create(SCRIPT_NANX79_FAKESCRIPT))
  170. function SCRIPT_MGRK65_FAKESCRIPT() -- Execute.Script
  171. local script = Instance.new('Script')
  172. script.Parent = Execute
  173. local remote = script.Parent.MSFunction
  174.  
  175. remote.OnServerEvent:Connect(function(idk, lol)
  176. require(script.Loadstring)(lol)()
  177. end)
  178.  
  179. end
  180. coroutine.resume(coroutine.create(SCRIPT_MGRK65_FAKESCRIPT))
  181. function SCRIPT_SCMF76_FAKESCRIPT() -- Execute.LocalScript
  182. local script = Instance.new('LocalScript')
  183. script.Parent = Execute
  184. local execute = script.Parent.Parent.Execute
  185. local text = script.Parent.Parent.TextBox
  186. local remote = script.Parent.MSFunction
  187.  
  188. execute.MouseButton1Click:Connect(function()
  189. remote:FireServer(text.Text)
  190. end)
  191.  
  192. end
  193. coroutine.resume(coroutine.create(SCRIPT_SCMF76_FAKESCRIPT))
  194. function SCRIPT_ECGT76_FAKESCRIPT() -- Clear.LocalScript
  195. local script = Instance.new('LocalScript')
  196. script.Parent = Clear
  197. local clear = script.Parent.Parent.Clear
  198. local text = script.Parent.Parent.TextBox
  199.  
  200. clear.MouseButton1Click:Connect(function()
  201. text.Text = ""
  202. end)
  203.  
  204. end
  205. coroutine.resume(coroutine.create(SCRIPT_ECGT76_FAKESCRIPT))
  206. function SCRIPT_DQXL84_FAKESCRIPT() -- TextButton.Script
  207. local script = Instance.new('Script')
  208. script.Parent = TextButton
  209. local close = script.Parent.Parent.TextButton
  210. local gui = script.Parent.Parent.Parent.Parent.epic
  211.  
  212. close.MouseButton1Click:Connect(function()
  213. gui:Destroy()
  214. end)
  215.  
  216. end
  217. coroutine.resume(coroutine.create(SCRIPT_DQXL84_FAKESCRIPT))
  218. function SCRIPT_HCEH89_FAKESCRIPT() -- epic.LocalScript
  219. local script = Instance.new('LocalScript')
  220. script.Parent = epic
  221. local frame = script.Parent.Main
  222. frame.Draggable = true
  223. frame.Active = true
  224. frame.Selectable = true
  225.  
  226. end
  227. coroutine.resume(coroutine.create(SCRIPT_HCEH89_FAKESCRIPT))
  228. function SCRIPT_OOBP88_FAKESCRIPT() -- epic.Script
  229. local script = Instance.new('Script')
  230. script.Parent = epic
  231. local GUI = script.Parent.Parent.epic
  232. GUI.ResetOnSpawn = false
  233.  
  234. GUI.Main.Visible = false
  235. wait(5.5)
  236. GUI.Main.Visible = true
  237.  
  238. end
  239. coroutine.resume(coroutine.create(SCRIPT_OOBP88_FAKESCRIPT))
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement