Advertisement
DiveGamerV2

Executor Require SS Script

Mar 12th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.04 KB | None | 0 0
  1. -- I DID NOT MAKE THIS
  2. local main = Instance.new("ScreenGui")
  3. local top = Instance.new("Frame")
  4. local back = Instance.new("Frame")
  5. local kill = Instance.new("TextButton")
  6. local btools = Instance.new("TextButton")
  7. local top_2 = Instance.new("TextLabel")
  8. local naked = Instance.new("TextButton")
  9. local credits = Instance.new("TextLabel")
  10. local hatless = Instance.new("TextButton")
  11. local sink = Instance.new("TextButton")
  12. local nuke = Instance.new("TextButton")
  13. local kick = Instance.new("TextButton")
  14. local target = Instance.new("TextBox")
  15. local queue = Instance.new("TextLabel")
  16. local nolimbs = Instance.new("TextButton")
  17. --Properties:
  18. main.Name = "main"
  19. main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. top.Name = "top"
  22. top.Parent = main
  23. top.Draggable = true
  24. top.Active = true
  25. top.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  26. top.BackgroundTransparency = 0.30000001192093
  27. top.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  28. top.Position = UDim2.new(0.612145662, 0, 0.311965823, 0)
  29. top.Size = UDim2.new(0, 291, 0, 30)
  30.  
  31. back.Name = "back"
  32. back.Parent = top
  33. back.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  34. back.BackgroundTransparency = 0.30000001192093
  35. back.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  36. back.BorderSizePixel = 0
  37. back.Position = UDim2.new(-0.00343642617, 0, 1, 0)
  38. back.Size = UDim2.new(0, 293, 0, 293)
  39.  
  40. kill.Name = "kill"
  41. kill.Parent = top
  42. kill.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  43. kill.BackgroundTransparency = 0.5
  44. kill.BorderSizePixel = 0
  45. kill.Position = UDim2.new(0.0206185561, 0, 1.76666665, 0)
  46. kill.Size = UDim2.new(0, 134, 0, 40)
  47. kill.Font = Enum.Font.SourceSansLight
  48. kill.Text = "Kill"
  49. kill.TextColor3 = Color3.new(1, 1, 1)
  50. kill.TextSize = 23
  51.  
  52. btools.Name = "btools"
  53. btools.Parent = top
  54. btools.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  55. btools.BackgroundTransparency = 0.5
  56. btools.BorderSizePixel = 0
  57. btools.Position = UDim2.new(0.525773168, 0, 1.76666665, 0)
  58. btools.Size = UDim2.new(0, 131, 0, 40)
  59. btools.Font = Enum.Font.SourceSansLight
  60. btools.Text = "Btools"
  61. btools.TextColor3 = Color3.new(1, 1, 1)
  62. btools.TextSize = 23
  63.  
  64. top_2.Name = "top"
  65. top_2.Parent = top
  66. top_2.BackgroundColor3 = Color3.new(1, 1, 1)
  67. top_2.BackgroundTransparency = 1
  68. top_2.Position = UDim2.new(0.154639184, 0, -0.333333343, 0)
  69. top_2.Size = UDim2.new(0, 200, 0, 50)
  70. top_2.Font = Enum.Font.SourceSansLight
  71. top_2.Text = "Harked"
  72. top_2.TextColor3 = Color3.new(1, 1, 1)
  73. top_2.TextSize = 45
  74.  
  75. naked.Name = "naked"
  76. naked.Parent = top
  77. naked.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  78. naked.BackgroundTransparency = 0.5
  79. naked.BorderSizePixel = 0
  80. naked.Position = UDim2.new(0.0206185561, 0, 3.56217241, 0)
  81. naked.Size = UDim2.new(0, 134, 0, 40)
  82. naked.Font = Enum.Font.SourceSansLight
  83. naked.Text = "Naked"
  84. naked.TextColor3 = Color3.new(1, 1, 1)
  85. naked.TextSize = 23
  86.  
  87. credits.Name = "credits"
  88. credits.Parent = top
  89. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  90. credits.BackgroundTransparency = 1
  91. credits.Position = UDim2.new(0, 0, 1, 0)
  92. credits.Size = UDim2.new(0, 291, 0, 23)
  93. credits.Font = Enum.Font.SourceSansLight
  94. credits.Text = "Commands/Scripts by Dong , UI by Unverified"
  95. credits.TextColor3 = Color3.new(1, 1, 1)
  96. credits.TextSize = 17
  97. credits.TextWrapped = true
  98.  
  99. hatless.Name = "hatless"
  100. hatless.Parent = top
  101. hatless.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  102. hatless.BackgroundTransparency = 0.5
  103. hatless.BorderSizePixel = 0
  104. hatless.Position = UDim2.new(0.0206185561, 0, 5.39550591, 0)
  105. hatless.Size = UDim2.new(0, 134, 0, 40)
  106. hatless.Font = Enum.Font.SourceSansLight
  107. hatless.Text = "Hatless"
  108. hatless.TextColor3 = Color3.new(1, 1, 1)
  109. hatless.TextSize = 23
  110.  
  111. sink.Name = "sink"
  112. sink.Parent = top
  113. sink.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  114. sink.BackgroundTransparency = 0.5
  115. sink.BorderSizePixel = 0
  116. sink.Position = UDim2.new(0.525773168, 0, 5.39550591, 0)
  117. sink.Size = UDim2.new(0, 131, 0, 40)
  118. sink.Font = Enum.Font.SourceSansLight
  119. sink.Text = "Sink"
  120. sink.TextColor3 = Color3.new(1, 1, 1)
  121. sink.TextSize = 23
  122.  
  123. nuke.Name = "nuke"
  124. nuke.Parent = top
  125. nuke.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  126. nuke.BackgroundTransparency = 0.5
  127. nuke.BorderSizePixel = 0
  128. nuke.Position = UDim2.new(0.525773168, 0, 7.1955061, 0)
  129. nuke.Size = UDim2.new(0, 131, 0, 40)
  130. nuke.Font = Enum.Font.SourceSansLight
  131. nuke.Text = "Nuke"
  132. nuke.TextColor3 = Color3.new(1, 1, 1)
  133. nuke.TextSize = 23
  134.  
  135. kick.Name = "kick"
  136. kick.Parent = top
  137. kick.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  138. kick.BackgroundTransparency = 0.5
  139. kick.BorderSizePixel = 0
  140. kick.Position = UDim2.new(0.0206185561, 0, 7.1955061, 0)
  141. kick.Size = UDim2.new(0, 134, 0, 40)
  142. kick.Font = Enum.Font.SourceSansLight
  143. kick.Text = "Kick"
  144. kick.TextColor3 = Color3.new(1, 1, 1)
  145. kick.TextSize = 23
  146.  
  147. target.Name = "target"
  148. target.Parent = top
  149. target.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  150. target.BackgroundTransparency = 0.40000000596046
  151. target.Position = UDim2.new(0.0206185561, 0, 8.86666584, 0)
  152. target.Size = UDim2.new(0, 278, 0, 33)
  153. target.Font = Enum.Font.SourceSans
  154. target.Text = ""
  155. target.TextColor3 = Color3.new(1, 1, 1)
  156. target.TextSize = 23
  157.  
  158. queue.Name = "queue"
  159. queue.Parent = top
  160. queue.BackgroundColor3 = Color3.new(1, 1, 1)
  161. queue.BackgroundTransparency = 1
  162. queue.Position = UDim2.new(0.15463917, 0, 10.0333328, 0)
  163. queue.Size = UDim2.new(0, 201, 0, 23)
  164. queue.Font = Enum.Font.SourceSans
  165. queue.Text = "Replication Queue: 0"
  166. queue.TextColor3 = Color3.new(1, 0, 0.0156863)
  167. queue.TextSize = 20
  168. queue.TextWrapped = true
  169.  
  170. nolimbs.Name = "nolimbs"
  171. nolimbs.Parent = top
  172. nolimbs.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  173. nolimbs.BackgroundTransparency = 0.5
  174. nolimbs.BorderSizePixel = 0
  175. nolimbs.Position = UDim2.new(0.525773168, 0, 3.56217265, 0)
  176. nolimbs.Size = UDim2.new(0, 131, 0, 40)
  177. nolimbs.Font = Enum.Font.SourceSansLight
  178. nolimbs.Text = "NoLimbs"
  179. nolimbs.TextColor3 = Color3.new(1, 1, 1)
  180. nolimbs.TextSize = 23
  181.  
  182. -- SLAVE'S WORK --
  183.  
  184. for i, slaves in pairs(game:GetDescendants()) do
  185. if slaves.Name == "DestroySegway" then
  186. print("no u")
  187.  
  188. kill.MouseButton1Down:connect(
  189. function()
  190. if string.lower(target.Text) == "all" then
  191. for i, c in pairs(game.Players:GetPlayers()) do
  192. ohok = c.Character["Head"]
  193. slaves:FireServer(ohok, {Value = ohok})
  194. end
  195. else
  196. if game.Players:FindFirstChild(target.Text) then
  197. if game.Players:FindFirstChild(target.Text).Character then
  198. slaves:FireServer(
  199. game.Players:FindFirstChild(target.Text).Character.Head,
  200. {Value = game.Players:FindFirstChild(target.Text).Character.Head}
  201. )
  202. else
  203. print("nibba who this")
  204. end
  205. end
  206. end
  207. end
  208. )
  209.  
  210. btools.MouseButton1Down:connect(
  211. function()
  212. local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  213. local Equipped = false
  214.  
  215. Tool.RequiresHandle = false
  216. Tool.Name = "Destroy Tool"
  217. local Field = Instance.new("SelectionBox", game.Workspace)
  218. local Mouse = game.Players.LocalPlayer:GetMouse()
  219. Field.LineThickness = 0.1
  220.  
  221. Tool.Equipped:connect(
  222. function()
  223. Equipped = true
  224.  
  225. while Equipped == true do
  226. if Mouse.Target ~= nil then
  227. Field.Adornee = Mouse.Target
  228. else
  229. Field.Adornee = nil
  230. end
  231. wait()
  232. end
  233. end
  234. )
  235.  
  236. Tool.Unequipped:connect(
  237. function()
  238. Equipped = false
  239. Field.Adornee = nil
  240. end
  241. )
  242.  
  243. Tool.Activated:connect(
  244. function()
  245. if Mouse.Target ~= nil then
  246. slaves:FireServer(Mouse.Target, {Value = Mouse.Target})
  247. local AttemptTarget = Mouse.Target
  248. while AttemptTarget ~= nil do
  249. AttemptTarget.Velocity = Vector3.new(0, -1000000000000000, 0)
  250. AttemptTarget.CanCollide = false
  251. wait()
  252. end
  253. end
  254. end
  255. )
  256. end
  257. )
  258.  
  259. naked.MouseButton1Down:connect(
  260. function()
  261. if string.lower(target.Text) == "all" then
  262. for i, c in pairs(game.Players:GetPlayers()) do
  263. ohok = c.Character.Shirt
  264. ohoka = c.Character.Pants
  265. slaves:FireServer(ohok, {Value = ohok})
  266. slaves:FireServer(ohoka, {Value = ohoka})
  267. end
  268. else
  269. slaves:FireServer(
  270. game.Players:FindFirstChild(target.Text).Character.Shirt,
  271. {Value = game.Players:FindFirstChild(target.Text).Character.Shirt}
  272. )
  273. slaves:FireServer(
  274. game.Players:FindFirstChild(target.Text).Character.Pants,
  275. {Value = game.Players:FindFirstChild(target.Text).Character.Pants}
  276. )
  277. end
  278. end
  279. )
  280.  
  281. nolimbs.MouseButton1Down:connect(
  282. function()
  283. if string.lower(target.Text) == "all" then
  284. for i, c in pairs(game.Players:GetPlayers()) do
  285. ohok = c.Character["Right Arm"]
  286. ohoka = c.Character["Left Arm"]
  287. ohokb = c.Character["Right Leg"]
  288. ohokc = c.Character["Left Leg"]
  289. slaves:FireServer(ohok, {Value = ohok})
  290. slaves:FireServer(ohoka, {Value = ohoka})
  291. slaves:FireServer(ohokb, {Value = ohokb})
  292. slaves:FireServer(ohokc, {Value = ohokc})
  293. end
  294. else
  295. slaves:FireServer(
  296. game.Players:FindFirstChild(target.Text).Character["Right Arm"],
  297. {Value = game.Players:FindFirstChild(target.Text).Character["Right Arm"]}
  298. )
  299. slaves:FireServer(
  300. game.Players:FindFirstChild(target.Text).Character["Right Leg"],
  301. {Value = game.Players:FindFirstChild(target.Text).Character["Right Leg"]}
  302. )
  303. slaves:FireServer(
  304. game.Players:FindFirstChild(target.Text).Character["Left Arm"],
  305. {Value = game.Players:FindFirstChild(target.Text).Character["Left Arm"]}
  306. )
  307. slaves:FireServer(
  308. game.Players:FindFirstChild(target.Text).Character["Left Leg"],
  309. {Value = game.Players:FindFirstChild(target.Text).Character["Left Leg"]}
  310. )
  311. end
  312. end
  313. )
  314.  
  315. hatless.MouseButton1Down:connect(
  316. function()
  317. if string.lower(target.Text) == "all" then
  318. for i, x in pairs(game.Players:GetPlayers()) do
  319. for i, c in pairs(x.Character:GetChildren()) do
  320. if c:IsA("Accessory") then
  321. ohok = c
  322. slaves:FireServer(ohok, {Value = ohok})
  323. end
  324. end
  325. end
  326. else
  327. for i, hats in pairs(game.EPlayers:FindFirstChild(target.Text).Character:GetChildren()) do
  328. if hats:IsA("Accessory") then
  329. slaves:FireServer(hats, {Value = hats})
  330. end
  331. end
  332. end
  333. end
  334. )
  335.  
  336. sink.MouseButton1Down:connect(
  337. function()
  338. if string.lower(target.Text) == "all" then
  339. for i, c in pairs(game.Players:GetPlayers()) do
  340. ohok = c.Character.HumanoidRootPart
  341. slaves:FireServer(ohok, {Value = ohok})
  342. end
  343. else
  344. slaves:FireServer(
  345. game.Players:FindFirstChild(target.Text).Character["HumanoidRootPart"],
  346. {
  347. Value = game.Players:FindFirstChild(target.Text).Character["HumanoidRootPart"]
  348. }
  349. )
  350. end
  351. end
  352. )
  353.  
  354. kick.MouseButton1Down:connect(
  355. function()
  356. if string.lower(target.Text) == "all" then
  357. for i, c in pairs(game.Players:GetPlayers()) do
  358. ohok = c
  359. slaves:FireServer(ohok, {Value = ohok})
  360. end
  361. else
  362. slaves:FireServer(
  363. game.Players:FindFirstChild(target.Text),
  364. {Value = game.Players:FindFirstChild(target.Text)}
  365. )
  366. end
  367. end
  368. )
  369.  
  370. nuke.MouseButton1Down:connect(
  371. function()
  372. for i, c in pairs(game.Workspace:GetChildren()) do
  373. ohok = c
  374. slaves:FireServer(ohok, {Value = ohok})
  375. end
  376. end
  377. )
  378. end
  379. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement