Advertisement
Guest User

SS backdoor

a guest
May 26th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. -- Made By Dante_Sem If roblox bans me for making a ss executer roblox sucks.............
  2.  
  3. local danteSemSSGUI = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextBox = Instance.new("TextBox")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8.  
  9.  
  10.  
  11. danteSemSSGUI.Name = "danteSem SS GUI"
  12. danteSemSSGUI.Parent = game.CoreGui
  13. danteSemSSGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14.  
  15. Frame.Parent = danteSemSSGUI
  16. Frame.BackgroundColor3 = Color3.new(0.933333, 1, 0.941177)
  17. Frame.BackgroundTransparency = 0.050000000745058
  18. Frame.Position = UDim2.new(0.283346474, 0, 0.1928747, 0)
  19. Frame.Size = UDim2.new(0, 600, 0, 396)
  20.  
  21. TextBox.Parent = Frame
  22. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  23. TextBox.BackgroundTransparency = 0.5
  24. TextBox.Size = UDim2.new(0, 600, 0, 273)
  25. TextBox.Font = Enum.Font.SourceSans
  26. TextBox.Text = ""
  27. TextBox.TextColor3 = Color3.new(0, 0, 0)
  28. TextBox.TextSize = 14
  29.  
  30. TextButton.Parent = Frame
  31. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  32. TextButton.Position = UDim2.new(0, 0, 0, 273)
  33. TextButton.Size = UDim2.new(0, 266, 0, 84)
  34. TextButton.Font = Enum.Font.SourceSans
  35. TextButton.Text = "execute"
  36. TextButton.TextColor3 = Color3.new(0, 0, 0)
  37. TextButton.TextScaled = true
  38. TextButton.TextSize = 14
  39. TextButton.TextWrapped = true
  40.  
  41. TextButton_2.Parent = Frame
  42. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  43. TextButton_2.Position = UDim2.new(0, 339, 0, 273)
  44. TextButton_2.Size = UDim2.new(0, 236, 0, 84)
  45. TextButton_2.Font = Enum.Font.SourceSans
  46. TextButton_2.Text = "clear"
  47. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  48. TextButton_2.TextScaled = true
  49. TextButton_2.TextSize = 14
  50. TextButton_2.TextWrapped = true
  51.  
  52. execute.MouseButtonClick:Connect(Function()
  53. game.ReplicatedStorage.RemoteEvent:FireServer(source.Text)
  54. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement