Advertisement
SailKniqht

Harked (Old)

Apr 21st, 2019
1,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.74 KB | None | 0 0
  1. --For this to work you need a "handheld segway" gear in your inventory--
  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(function()
  189. if string.lower(target.Text) == "all" then
  190. for i,c in pairs(game.Players:GetPlayers()) do
  191. ohok = c.Character["Head"]
  192. slaves:FireServer(ohok, {Value = ohok})
  193. end
  194. else
  195. if game.Players:FindFirstChild(target.Text) then
  196. if game.Players:FindFirstChild(target.Text).Character then
  197. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character.Head, {Value = game.Players:FindFirstChild(target.Text).Character.Head}) else
  198. print("nibba who this")
  199.  
  200. end
  201.  
  202.  
  203. end
  204.  
  205. end
  206. end)
  207.  
  208. btools.MouseButton1Down:connect(function()
  209. local Tool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  210. local Equipped = false
  211.  
  212. Tool.RequiresHandle = false
  213. Tool.Name = "Destroy Tool"
  214. local Field = Instance.new("SelectionBox",game.Workspace)
  215. local Mouse = game.Players.LocalPlayer:GetMouse()
  216. Field.LineThickness = 0.1
  217.  
  218. Tool.Equipped:connect(function()
  219. Equipped = true
  220.  
  221. while Equipped == true do
  222. if Mouse.Target ~= nil then
  223. Field.Adornee = Mouse.Target
  224.  
  225. else
  226. Field.Adornee = nil
  227. end
  228. wait()
  229. end
  230. end)
  231.  
  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. end
  295. end
  296. end
  297. else
  298. for i, hats in pairs(game.Players:FindFirstChild(target.Text).Character:GetChildren()) do
  299. if hats:IsA("Accessory") then
  300. slaves:FireServer(hats, {Value = hats })
  301. end
  302. end
  303. end
  304. end)
  305.  
  306. sink.MouseButton1Down:connect(function()
  307. if string.lower(target.Text) == "all" then
  308. for i,c in pairs(game.Players:GetPlayers()) do
  309. ohok = c.Character.HumanoidRootPart
  310. slaves:FireServer(ohok, {Value = ohok})
  311. end
  312. else
  313. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["HumanoidRootPart"], {Value = game.Players:FindFirstChild(target.Text).Character["HumanoidRootPart"]})
  314. end
  315. end)
  316.  
  317. kick.MouseButton1Down:connect(function()
  318. if string.lower(target.Text) == "all" then
  319. for i,c in pairs(game.Players:GetPlayers()) do
  320. ohok = c
  321. slaves:FireServer(ohok, {Value = ohok})
  322. end
  323. else
  324. slaves:FireServer(game.Players:FindFirstChild(target.Text), {Value = game.Players:FindFirstChild(target.Text)})
  325. end
  326. end)
  327.  
  328. nuke.MouseButton1Down:connect(function()
  329. for i,c in pairs(game.Workspace:GetChildren()) do
  330. ohok = c
  331. slaves:FireServer(ohok, {Value = ohok})
  332. end
  333. end)
  334.  
  335. end
  336. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement