Advertisement
Guest User

Delta Executer Remake

a guest
Sep 7th, 2023
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. local NotificationHolder = loadstring(game:HttpGet("https://raw.githubusercontent.com/BocusLuke/UI/main/STX/Module.Lua"))()
  5. local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/BocusLuke/UI/main/STX/Client.Lua"))()
  6.  
  7. wait(1)
  8. Notification:Notify(
  9. {Title = "Note", Description = "This executor is a joke, its a level 4 please understand :)"},
  10. {OutlineColor = Color3.fromRGB(80, 80, 80),Time = 5, Type = "default"}
  11. )
  12.  
  13. local ScreenGui = Instance.new("ScreenGui")
  14. local Executor = Instance.new("Frame")
  15. local UICorner = Instance.new("UICorner")
  16. local TopBar = Instance.new("TextLabel")
  17. local UICorner_2 = Instance.new("UICorner")
  18. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  19. local Down = Instance.new("Frame")
  20. local UICorner_3 = Instance.new("UICorner")
  21. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  22. local EditorScroller = Instance.new("ScrollingFrame")
  23. local Editor = Instance.new("TextBox")
  24. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  25. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  26. local ScriptTab = Instance.new("Frame")
  27. local UICorner_4 = Instance.new("UICorner")
  28. local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
  29. local Execute = Instance.new("TextButton")
  30. local UICorner_5 = Instance.new("UICorner")
  31. local UIAspectRatioConstraint_6 = Instance.new("UIAspectRatioConstraint")
  32. local Clear = Instance.new("TextButton")
  33. local UICorner_6 = Instance.new("UICorner")
  34. local UIAspectRatioConstraint_7 = Instance.new("UIAspectRatioConstraint")
  35. local Save = Instance.new("TextButton")
  36. local UICorner_7 = Instance.new("UICorner")
  37. local UIAspectRatioConstraint_8 = Instance.new("UIAspectRatioConstraint")
  38. local UIAspectRatioConstraint_9 = Instance.new("UIAspectRatioConstraint")
  39.  
  40. --Properties:
  41.  
  42. ScreenGui.Parent = game.CoreGui
  43. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  44.  
  45. Executor.Name = "Executor"
  46. Executor.Parent = ScreenGui
  47. Executor.BackgroundColor3 = Color3.fromRGB(12, 4, 20)
  48. Executor.BackgroundTransparency = 0.120
  49. Executor.BorderColor3 = Color3.fromRGB(27, 42, 53)
  50. Executor.Position = UDim2.new(0.307999998, 0, 1.26199996, 0)
  51. Executor.Size = UDim2.new(0, 481, 0, 287)
  52.  
  53. UICorner.Parent = Executor
  54.  
  55. TopBar.Name = "TopBar"
  56. TopBar.Parent = Executor
  57. TopBar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  58. TopBar.BackgroundTransparency = 0.600
  59. TopBar.Size = UDim2.new(0, 481, 0, 35)
  60. TopBar.Font = Enum.Font.SourceSansItalic
  61. TopBar.Text = "Delta"
  62. TopBar.TextColor3 = Color3.fromRGB(255, 255, 255)
  63. TopBar.TextSize = 25.000
  64.  
  65. UICorner_2.Parent = TopBar
  66.  
  67. UIAspectRatioConstraint.Parent = TopBar
  68. UIAspectRatioConstraint.AspectRatio = 13.743
  69.  
  70. Down.Name = "Down"
  71. Down.Parent = Executor
  72. Down.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  73. Down.BackgroundTransparency = 0.700
  74. Down.Position = UDim2.new(0, 0, 0, 281)
  75. Down.Size = UDim2.new(0, 480, 0, 6)
  76.  
  77. UICorner_3.Parent = Down
  78.  
  79. UIAspectRatioConstraint_2.Parent = Down
  80. UIAspectRatioConstraint_2.AspectRatio = 80.000
  81.  
  82. EditorScroller.Name = "EditorScroller"
  83. EditorScroller.Parent = Executor
  84. EditorScroller.Active = true
  85. EditorScroller.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  86. EditorScroller.BackgroundTransparency = 0.600
  87. EditorScroller.BorderSizePixel = 0
  88. EditorScroller.Position = UDim2.new(0, 9, 0, 47)
  89. EditorScroller.Size = UDim2.new(0, 367, 0, 191)
  90. EditorScroller.ScrollBarThickness = 5
  91. EditorScroller.AutomaticCanvasSize = "XY"
  92.  
  93. Editor.Name = "Editor"
  94. Editor.Parent = EditorScroller
  95. Editor.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  96. Editor.BackgroundTransparency = 1.000
  97. Editor.Size = UDim2.new(0, 366, 0, 191)
  98. Editor.ClearTextOnFocus = false
  99. Editor.Font = Enum.Font.SourceSans
  100. Editor.MultiLine = true
  101. Editor.Text = ""
  102. Editor.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. Editor.TextSize = 20.000
  104. Editor.TextXAlignment = Enum.TextXAlignment.Left
  105. Editor.TextYAlignment = Enum.TextYAlignment.Top
  106. Editor.AutomaticSize = "XY"
  107.  
  108. UIAspectRatioConstraint_3.Parent = Editor
  109. UIAspectRatioConstraint_3.AspectRatio = 1.916
  110.  
  111. UIAspectRatioConstraint_4.Parent = EditorScroller
  112. UIAspectRatioConstraint_4.AspectRatio = 1.921
  113.  
  114. ScriptTab.Name = "ScriptTab"
  115. ScriptTab.Parent = Executor
  116. ScriptTab.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  117. ScriptTab.BackgroundTransparency = 0.600
  118. ScriptTab.Position = UDim2.new(0, 386, 0, 46)
  119. ScriptTab.Size = UDim2.new(0, 84, 0, 192)
  120.  
  121. UICorner_4.Parent = ScriptTab
  122.  
  123. UIAspectRatioConstraint_5.Parent = ScriptTab
  124. UIAspectRatioConstraint_5.AspectRatio = 0.438
  125.  
  126. Execute.Name = "Execute"
  127. Execute.Parent = Executor
  128. Execute.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  129. Execute.BackgroundTransparency = 0.600
  130. Execute.Position = UDim2.new(0, 70, 0, 248)
  131. Execute.Size = UDim2.new(0, 102, 0, 25)
  132. Execute.Font = Enum.Font.SourceSans
  133. Execute.Text = "Execute"
  134. Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. Execute.TextSize = 20.000
  136.  
  137. UICorner_5.Parent = Execute
  138.  
  139. UIAspectRatioConstraint_6.Parent = Execute
  140. UIAspectRatioConstraint_6.AspectRatio = 4.080
  141.  
  142. Clear.Name = "Clear"
  143. Clear.Parent = Executor
  144. Clear.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  145. Clear.BackgroundTransparency = 0.600
  146. Clear.Position = UDim2.new(0, 182, 0, 248)
  147. Clear.Size = UDim2.new(0, 102, 0, 25)
  148. Clear.Font = Enum.Font.SourceSans
  149. Clear.Text = "Clear"
  150. Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  151. Clear.TextSize = 20.000
  152.  
  153. UICorner_6.Parent = Clear
  154.  
  155. UIAspectRatioConstraint_7.Parent = Clear
  156. UIAspectRatioConstraint_7.AspectRatio = 4.080
  157.  
  158. Save.Name = "Save"
  159. Save.Parent = Executor
  160. Save.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  161. Save.BackgroundTransparency = 0.600
  162. Save.Position = UDim2.new(0, 294, 0, 248)
  163. Save.Size = UDim2.new(0, 102, 0, 25)
  164. Save.Font = Enum.Font.SourceSans
  165. Save.Text = "Save"
  166. Save.TextColor3 = Color3.fromRGB(255, 255, 255)
  167. Save.TextSize = 20.000
  168.  
  169. UICorner_7.Parent = Save
  170.  
  171. UIAspectRatioConstraint_8.Parent = Save
  172. UIAspectRatioConstraint_8.AspectRatio = 4.080
  173.  
  174. UIAspectRatioConstraint_9.Parent = Executor
  175. UIAspectRatioConstraint_9.AspectRatio = 1.676
  176.  
  177. -- Scripts:
  178.  
  179. local function QDVHE_fake_script() -- Execute.LocalScript
  180. local script = Instance.new('LocalScript', Execute)
  181.  
  182. local execute = script.Parent
  183. Editor = script.Parent.Parent.EditorScroller.Editor
  184.  
  185. execute.MouseButton1Click:Connect(
  186. function()
  187. assert(loadstring(Editor.Text))()
  188. end
  189. )
  190.  
  191. end
  192. coroutine.wrap(QDVHE_fake_script)()
  193. local function MLYQ_fake_script() -- Clear.LocalScript
  194. local script = Instance.new('LocalScript', Clear)
  195.  
  196. Clear = script.Parent
  197. Clear.MouseButton1Click:Connect(function()
  198. script.Parent.Parent.EditorScroller.Editor.Text = ""
  199. end)
  200. end
  201. coroutine.wrap(MLYQ_fake_script)()
  202. local function ORCKN_fake_script() -- Executor.LocalScript
  203. local script = Instance.new('LocalScript', Executor)
  204.  
  205. script.Parent.Active = true
  206. script.Parent.Draggable = true
  207. script.Parent.Parent.ResetOnSpawn = false
  208. end
  209. coroutine.wrap(ORCKN_fake_script)()
  210. local function JPWI_fake_script() -- Executor.LocalScript
  211. local script = Instance.new('LocalScript', Executor)
  212.  
  213. script.Parent:TweenPosition(UDim2.new(0.308, 0,0.262, 0), "Out", "Quint",1,true)
  214. end
  215. coroutine.wrap(JPWI_fake_script)()
  216.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement