fetmaro007

Harked Gui Leak script

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