Advertisement
ForkFullFight

Harked v2 Script

Oct 27th, 2023
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --m----
  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. slaves = game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("StartPlayer"):FireServer()
  185.  
  186.  
  187. kill.MouseButton1Down:connect(function()
  188. if string.lower(target.Text) == "all" then
  189. for i,c in pairs(game.Players:GetPlayers()) do
  190. ohok = c.Character["Head"]
  191. slaves:FireServer(ohok, {Value = ohok})
  192. end
  193. else
  194. if game.Players:FindFirstChild(target.Text) then
  195. if game.Players:FindFirstChild(target.Text).Character then
  196. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character.Head, {Value = game.Players:FindFirstChild(target.Text).Character.Head}) else
  197. print("nibba who this")
  198.  
  199. end
  200.  
  201. end
  202.  
  203. end
  204. end)
  205.  
  206. btools.MouseButton1Down:connect(function()
  207. local Tool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  208. local Equipped = false
  209.  
  210. Tool.RequiresHandle = false
  211. Tool.Name = "Destroy Tool"
  212. local Field = Instance.new("SelectionBox",game.Workspace)
  213. local Mouse = game.Players.LocalPlayer:GetMouse()
  214. Field.LineThickness = 0.1
  215.  
  216. Tool.Equipped:connect(function()
  217. Equipped = true
  218.  
  219. while Equipped == true do
  220. if Mouse.Target ~= nil then
  221. Field.Adornee = Mouse.Target
  222.  
  223. else
  224. Field.Adornee = nil
  225. end
  226. wait()
  227. end
  228. end)
  229.  
  230. Tool.Unequipped:connect(function()
  231. Equipped = false
  232. Field.Adornee = nil
  233. end)
  234.  
  235. Tool.Activated:connect(function()
  236. if Mouse.Target ~= nil then
  237. slaves:FireServer(Mouse.Target, {Value = Mouse.Target})
  238. local AttemptTarget = Mouse.Target
  239. while AttemptTarget ~= nil do
  240. AttemptTarget.Velocity = Vector3.new(0,-1000000000000000,0)
  241. AttemptTarget.CanCollide = false
  242. wait()
  243. end
  244.  
  245. end
  246. end)
  247. end)
  248.  
  249. naked.MouseButton1Down:connect(function()
  250. if string.lower(target.Text) == "all" then
  251. for i,c in pairs(game.Players:GetPlayers()) do
  252. ohok = c.Character.Shirt
  253. ohoka = c.Character.Pants
  254. slaves:FireServer(ohok, {Value = ohok})
  255. slaves:FireServer(ohoka, {Value = ohoka})
  256. end
  257. else
  258. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character.Shirt, {Value = game.Players:FindFirstChild(target.Text).Character.Shirt})
  259. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character.Pants, {Value = game.Players:FindFirstChild(target.Text).Character.Pants})
  260. end
  261. end)
  262.  
  263. nolimbs.MouseButton1Down:connect(function()
  264. if string.lower(target.Text) == "all" then
  265. for i,c in pairs(game.Players:GetPlayers()) do
  266. ohok = c.Character["Right Arm"]
  267. ohoka = c.Character["Left Arm"]
  268. ohokb = c.Character["Right Leg"]
  269. ohokc = c.Character["Left Leg"]
  270. slaves:FireServer(ohok, {Value = ohok})
  271. slaves:FireServer(ohoka, {Value = ohoka})
  272. slaves:FireServer(ohokb, {Value = ohokb})
  273. slaves:FireServer(ohokc, {Value = ohokc})
  274. end
  275. else
  276. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Right Arm"], {Value = game.Players:FindFirstChild(target.Text).Character["Right Arm"]})
  277. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Right Leg"], {Value = game.Players:FindFirstChild(target.Text).Character["Right Leg"]})
  278. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Left Arm"], {Value = game.Players:FindFirstChild(target.Text).Character["Left Arm"]})
  279. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Left Leg"], {Value = game.Players:FindFirstChild(target.Text).Character["Left Leg"]})
  280. end
  281. end)
  282.  
  283. hatless.MouseButton1Down:connect(function()
  284. if string.lower(target.Text) == "all" then
  285. for i,x in pairs(game.Players:GetPlayers()) do
  286. for i,c in pairs(x.Character:GetChildren()) do
  287. if c:IsA("Accessory") then
  288. ohok = c
  289. slaves:FireServer(ohok, {Value = ohok})
  290.  
  291.  
  292. end
  293. end
  294. end
  295. else
  296. for i, hats in pairs(game.Players:FindFirstChild(target.Text).Character:GetChildren()) do
  297. if hats:IsA("Accessory") then
  298. slaves:FireServer(hats, {Value = hats })
  299. end
  300. end
  301. end
  302. end)
  303.  
  304. sink.MouseButton1Down:connect(function()
  305. if string.lower(target.Text) == "all" then
  306. for i,c in pairs(game.Players:GetPlayers()) do
  307. ohok = c.Character.HumanoidRootPart
  308. slaves:FireServer(ohok, {Value = ohok})
  309. end
  310. else
  311. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["HumanoidRootPart"], {Value = game.Players:FindFirstChild(target.Text).Character["HumanoidRootPart"]})
  312. end
  313. end)
  314.  
  315. kick.MouseButton1Down:connect(function()
  316. if string.lower(target.Text) == "all" then
  317. for i,c in pairs(game.Players:GetPlayers()) do
  318. ohok = c
  319. slaves:FireServer(ohok, {Value = ohok})
  320. end
  321. else
  322. slaves:FireServer(game.Players:FindFirstChild(target.Text), {Value = game.Players:FindFirstChild(target.Text)})
  323. end
  324. end)
  325.  
  326. nuke.MouseButton1Down:connect(function()
  327. for i,c in pairs(game.Workspace:GetChildren()) do
  328. ohok = c
  329. slaves:FireServer(ohok, {Value = ohok})
  330. end
  331. end)
  332.  
  333. end
  334. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement