Advertisement
InfinateSpectre

Harked (FE)

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