Pou_help

Untitled

Feb 15th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.13 KB | None | 0 0
  1. ScreenGui = Instance.new("ScreenGui")
  2. main = Instance.new("Frame")
  3. TextLabel = Instance.new("TextLabel")
  4. TextLabel_2 = Instance.new("TextLabel")
  5. ToolSpam = Instance.new("TextButton")
  6. Punish = Instance.new("TextButton")
  7. BringAll = Instance.new("TextButton")
  8. Drop = Instance.new("TextButton")
  9. KillHax = Instance.new("TextButton")
  10. KillHaxV2 = Instance.new("TextButton")
  11. invis = Instance.new("TextButton")
  12. Naked = Instance.new("TextButton")
  13. LagGui = Instance.new("TextButton")
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. main.Name = "main"
  18. main.Parent = ScreenGui
  19. main.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  20. main.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  21. main.BorderSizePixel = 12
  22. main.Position = UDim2.new(0.0331790149, 0, 0.616209745, 0)
  23. main.Size = UDim2.new(0, 515, 0, 260)
  24. main.Active = true
  25. main.Draggable = true
  26.  
  27. TextLabel.Parent = main
  28. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  29. TextLabel.BackgroundTransparency = 1
  30. TextLabel.Size = UDim2.new(0, 515, 0, 50)
  31. TextLabel.Font = Enum.Font.GothamBold
  32. TextLabel.FontSize = Enum.FontSize.Size28
  33. TextLabel.Text = "Fe Haxa"
  34. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  35. TextLabel.TextSize = 25
  36. TextLabel.TextStrokeTransparency = 0
  37.  
  38. TextLabel_2.Parent = main
  39. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  40. TextLabel_2.BackgroundTransparency = 1
  41. TextLabel_2.Position = UDim2.new(0.801941752, 0, 0.861538529, 0)
  42. TextLabel_2.Size = UDim2.new(0, 102, 0, 36)
  43. TextLabel_2.Font = Enum.Font.GothamBold
  44. TextLabel_2.FontSize = Enum.FontSize.Size10
  45. TextLabel_2.Text = "By Hackmaster12"
  46. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  47. TextLabel_2.TextSize = 10
  48. TextLabel_2.TextStrokeTransparency = 0
  49.  
  50. ToolSpam.Name = "ToolSpam"
  51. ToolSpam.Parent = main
  52. ToolSpam.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  53. ToolSpam.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  54. ToolSpam.BorderSizePixel = 5
  55. ToolSpam.Position = UDim2.new(0.0873786435, 0, 0.269230783, 0)
  56. ToolSpam.Size = UDim2.new(0, 135, 0, 43)
  57. ToolSpam.Font = Enum.Font.GothamBold
  58. ToolSpam.FontSize = Enum.FontSize.Size24
  59. ToolSpam.Text = "Tool Spam"
  60. ToolSpam.TextColor3 = Color3.new(1, 1, 1)
  61. ToolSpam.TextSize = 20
  62. ToolSpam.TextStrokeTransparency = 0
  63. ToolSpam.MouseButton1Down:connect(function()
  64.  
  65. local toolamount = 100
  66.  
  67.  
  68. local LocalPlayer = game:GetService("Players").LocalPlayer
  69. local runservice = game:GetService("RunService")
  70. local characters = {}
  71. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  72. local currentamount = #LocalPlayer.Backpack:GetChildren()
  73. LocalPlayer.Character.Archivable = true
  74. local tempchar = LocalPlayer.Character:Clone()
  75. tempchar.Parent = workspace
  76. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  77. local renderstepped = runservice.RenderStepped:Connect(function()
  78. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  79. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  80. if tool:IsA("Tool") then
  81. tool.Parent = LocalPlayer
  82. end
  83. end
  84. LocalPlayer.Character:ClearAllChildren()
  85. local char = Instance.new("Model", workspace)
  86. table.insert(characters, char)
  87. Instance.new("Humanoid", char)
  88. LocalPlayer.Character = char
  89. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  90. end)
  91. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  92. renderstepped:Disconnect()
  93. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  94. for _, char in pairs(characters) do
  95. char:Destroy()
  96. end
  97. tempchar:Destroy()
  98. for _, tool in pairs(LocalPlayer:GetChildren()) do
  99. if tool:IsA("Tool") then
  100. wait()
  101. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  102. tool.Parent = LocalPlayer.Backpack
  103. tool.Parent = LocalPlayer.Character
  104. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  105. tool.Handle:FindFirstChild("Mesh"):Destroy()
  106. end
  107. tool.Parent = workspace.Terrain
  108. end
  109. end
  110. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  111. if v:IsA("Tool") then
  112. v.Parent = game.Players.LocalPlayer.Character
  113. end
  114. end
  115. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  116. if (v:IsA("Tool")) then
  117. v.Parent = workspace
  118. end
  119. end
  120. wait(15)
  121. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  122. if v:IsA("Tool") then
  123. v.Parent = game.Players.LocalPlayer.Character
  124. end
  125. end
  126. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  127. if (v:IsA("Tool")) then
  128. v.Parent = workspace
  129. end
  130. end
  131. end)
  132.  
  133. Punish.Name = "Punish"
  134. Punish.Parent = main
  135. Punish.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  136. Punish.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  137. Punish.BorderSizePixel = 5
  138. Punish.Position = UDim2.new(0.368932039, 0, 0.269230783, 0)
  139. Punish.Size = UDim2.new(0, 135, 0, 43)
  140. Punish.Font = Enum.Font.GothamBold
  141. Punish.FontSize = Enum.FontSize.Size24
  142. Punish.Text = "Punish All"
  143. Punish.TextColor3 = Color3.new(1, 1, 1)
  144. Punish.TextSize = 20
  145. Punish.TextStrokeTransparency = 0
  146. Punish.MouseButton1Down:connect(function()
  147. local SpreadAmount = 1 -- You don't really have to change this
  148.  
  149. --[[Punishes multiple players to you from the server (sometimes all)
  150. Spread_Amount = How much you want to spread the tools
  151. (Might punish more players)
  152. Cyclically's FE Tool Duplicate Tools V3
  153. https://v3rmillion.net/member.php?action=profile&uid=785986
  154.  
  155. %% Don't touch below unless you know what you're doing %%
  156. ]]
  157.  
  158. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  159. local toolamount = -8*-8/4+math.random(-1,0)
  160. local LocalPlayer = game:GetService("Players").LocalPlayer
  161. local runservice = game:GetService("RunService")
  162. local characters = {}
  163. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  164. local currentamount = #LocalPlayer.Backpack:GetChildren()
  165. LocalPlayer.Character.Archivable = true
  166. local tempchar = LocalPlayer.Character:Clone()
  167. tempchar.Parent = workspace
  168. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  169. local renderstepped = runservice.RenderStepped:Connect(function()
  170. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  171. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  172. if tool:IsA("Tool") then
  173. tool.Parent = LocalPlayer
  174. end
  175. end
  176. LocalPlayer.Character:ClearAllChildren()
  177. local char = Instance.new("Model", workspace)
  178. table.insert(characters, char)
  179. Instance.new("Humanoid", char)
  180. LocalPlayer.Character = char
  181. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  182. end)
  183. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  184. renderstepped:Disconnect()
  185. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  186. for _, char in pairs(characters) do
  187. char:Destroy()
  188. end
  189. for _, tool in pairs(LocalPlayer:GetChildren()) do
  190. if tool:IsA("Tool") then
  191. tool.Parent = LocalPlayer.Backpack
  192. end
  193. end
  194. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  195. tempchar:Destroy()
  196. wait()
  197. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  198. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  199. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  200. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  201. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  202. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-4*Spread_Amount)
  203. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  204. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  205. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  206. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  207. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  208. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  209. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  210. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  211. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  212. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  213. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  214. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  215. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  216. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  217. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  218. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  219. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  220. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  221. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  222. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  223. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  224. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  225. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  226. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  227. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  228. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  229. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  230. wait()
  231. LocalPlayer.Character.Animate.Disabled = true
  232. wait()
  233. for i=1,toolamount do
  234. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  235. end
  236. wait()
  237. for v,i in pairs(game.Players:GetChildren()) do
  238. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  239. end
  240. wait(math.random(0,.00375))
  241. for i=1,math.random(2,8) do wait(math.random(0,.0625))
  242. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1000000000,0)
  243. end
  244. end)
  245.  
  246. BringAll.Name = "Bring All"
  247. BringAll.Parent = main
  248. BringAll.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  249. BringAll.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  250. BringAll.BorderSizePixel = 5
  251. BringAll.Position = UDim2.new(0.642718434, 0, 0.269230783, 0)
  252. BringAll.Size = UDim2.new(0, 135, 0, 43)
  253. BringAll.Font = Enum.Font.GothamBold
  254. BringAll.FontSize = Enum.FontSize.Size24
  255. BringAll.Text = "Bring All"
  256. BringAll.TextColor3 = Color3.new(1, 1, 1)
  257. BringAll.TextSize = 20
  258. BringAll.TextStrokeTransparency = 0
  259. BringAll.MouseButton1Down:connect(function()
  260. local SpreadAmount = 1 -- You don't really have to change this
  261.  
  262. --[[Brings multiple players to you from the server (sometimes all)
  263. Spread_Amount = How much you want to spread the tools
  264. (Might bring more players)
  265. Cyclically's FE Tool Duplicate Tools V3
  266. https://v3rmillion.net/member.php?action=profile&uid=785986
  267.  
  268. %% Don't touch below unless you know what you're doing %%
  269. ]]
  270.  
  271. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  272. local toolamount = -8*-8/4+math.random(-1,0)
  273. local LocalPlayer = game:GetService("Players").LocalPlayer
  274. local runservice = game:GetService("RunService")
  275. local characters = {}
  276. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  277. local currentamount = #LocalPlayer.Backpack:GetChildren()
  278. LocalPlayer.Character.Archivable = true
  279. local tempchar = LocalPlayer.Character:Clone()
  280. tempchar.Parent = workspace
  281. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  282. local renderstepped = runservice.RenderStepped:Connect(function()
  283. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  284. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  285. if tool:IsA("Tool") then
  286. tool.Parent = LocalPlayer
  287. end
  288. end
  289. LocalPlayer.Character:ClearAllChildren()
  290. local char = Instance.new("Model", workspace)
  291. table.insert(characters, char)
  292. Instance.new("Humanoid", char)
  293. LocalPlayer.Character = char
  294. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  295. end)
  296. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  297. renderstepped:Disconnect()
  298. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  299. for _, char in pairs(characters) do
  300. char:Destroy()
  301. end
  302. for _, tool in pairs(LocalPlayer:GetChildren()) do
  303. if tool:IsA("Tool") then
  304. tool.Parent = LocalPlayer.Backpack
  305. end
  306. end
  307. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  308. tempchar:Destroy()
  309. wait()
  310. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  311. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  312. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  313. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  314. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  315. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-4*Spread_Amount)
  316. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  317. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  318. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  319. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  320. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  321. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  322. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  323. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  324. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  325. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  326. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  327. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  328. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  329. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  330. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  331. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  332. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  333. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  334. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  335. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  336. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  337. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  338. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  339. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  340. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  341. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  342. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  343. wait()
  344. LocalPlayer.Character.Animate.Disabled = true
  345. wait()
  346. for i=1,toolamount do
  347. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  348. end
  349. wait()
  350. for v,i in pairs(game.Players:GetChildren()) do
  351. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  352. end
  353. wait()
  354. LocalPlayer.Character.Animate.Disabled = false
  355. end)
  356.  
  357. Drop.Name = "Drop"
  358. Drop.Parent = main
  359. Drop.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  360. Drop.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  361. Drop.BorderSizePixel = 5
  362. Drop.Position = UDim2.new(0.0873786211, 0, 0.465384632, 0)
  363. Drop.Size = UDim2.new(0, 135, 0, 43)
  364. Drop.Font = Enum.Font.GothamBold
  365. Drop.FontSize = Enum.FontSize.Size24
  366. Drop.Text = "Drop All Tools"
  367. Drop.TextColor3 = Color3.new(1, 1, 1)
  368. Drop.TextSize = 20
  369. Drop.TextStrokeTransparency = 0
  370. Drop.MouseButton1Down:connect(function()
  371. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  372. if v:IsA("Tool") then
  373. v.Parent = game.Players.LocalPlayer.Character
  374. end
  375. end
  376. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  377. if (v:IsA("Tool")) then
  378. v.Parent = workspace
  379. end
  380. end
  381. end)
  382.  
  383. KillHax.Name = "KillHax"
  384. KillHax.Parent = main
  385. KillHax.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  386. KillHax.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  387. KillHax.BorderSizePixel = 5
  388. KillHax.Position = UDim2.new(0.368932009, 0, 0.465384632, 0)
  389. KillHax.Size = UDim2.new(0, 135, 0, 43)
  390. KillHax.Font = Enum.Font.GothamBold
  391. KillHax.FontSize = Enum.FontSize.Size24
  392. KillHax.Text = "KillHax"
  393. KillHax.TextColor3 = Color3.new(1, 1, 1)
  394. KillHax.TextSize = 20
  395. KillHax.TextStrokeTransparency = 0
  396. KillHax.MouseButton1Down:connect(function()
  397. local lplayer = game:GetService('Players').LocalPlayer
  398.  
  399. local killing = false
  400. function GetPlayer(String)
  401. local Found = {}
  402. local strl = String:lower()
  403. if strl == "all" then
  404. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  405. table.insert(Found,v)
  406. end
  407. elseif strl == "others" then
  408. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  409. if v.Name ~= lplayer.Name then
  410. table.insert(Found,v)
  411. end
  412. end
  413. elseif strl == "me" then
  414. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  415. if v.Name == lplayer.Name then
  416. table.insert(Found,v)
  417. end
  418. end
  419. else
  420. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  421. if v.Name:lower():sub(1, #String) == String:lower() then
  422. table.insert(Found,v)
  423. end
  424. end
  425. end
  426. return Found
  427. end
  428. function ahh(thing)
  429. local asd = {'kill','gui','kill gui'}
  430. local f = string.upper(asd[math.random(1,#asd)])
  431. return f
  432. end
  433. ScreenGui = Instance.new("ScreenGui")
  434. main = Instance.new("Frame")
  435. TextLabel = Instance.new("TextLabel")
  436. Playr = Instance.new("TextBox")
  437. KL = Instance.new("TextButton")
  438.  
  439. ScreenGui.Parent = game.CoreGui
  440.  
  441. main.Name = "main"
  442. main.Parent = ScreenGui
  443. main.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  444. main.BorderColor3 = Color3.new(0.105882, 0.258824, 0.32549)
  445. main.BorderSizePixel = 10
  446. main.Position = UDim2.new(0.0733024701, 0, 0.671036899, 0)
  447. main.Size = UDim2.new(0, 449, 0, 240)
  448. main.Active = true
  449. main.Draggable = true
  450.  
  451. TextLabel.Parent = main
  452. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  453. TextLabel.BackgroundTransparency = 0.89999997615814
  454. TextLabel.BorderSizePixel = 0
  455. TextLabel.Size = UDim2.new(0, 449, 0, 50)
  456. TextLabel.Font = Enum.Font.Fantasy
  457. TextLabel.FontSize = Enum.FontSize.Size28
  458. TextLabel.Text = "KillHax By Hackmaster12"
  459. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  460. TextLabel.TextSize = 25
  461.  
  462. Playr.Name = "Playr"
  463. Playr.Parent = main
  464. Playr.BackgroundColor3 = Color3.new(0.192157, 0.745098, 1)
  465. Playr.BorderColor3 = Color3.new(0.109804, 0.443137, 0.584314)
  466. Playr.BorderSizePixel = 4
  467. Playr.Position = UDim2.new(0.25167039, 0, 0.25, 0)
  468. Playr.Size = UDim2.new(0, 223, 0, 50)
  469. Playr.Font = Enum.Font.GothamBlack
  470. Playr.FontSize = Enum.FontSize.Size14
  471. Playr.Text = "Player"
  472. Playr.TextColor3 = Color3.new(0, 0, 0)
  473. Playr.TextSize = 14
  474. Playr.TextWrapped = true
  475.  
  476. KL.Name = "KL"
  477. KL.Parent = main
  478. KL.BackgroundColor3 = Color3.new(0.192157, 0.745098, 1)
  479. KL.BorderColor3 = Color3.new(0.101961, 0.407843, 0.541176)
  480. KL.BorderSizePixel = 5
  481. KL.Position = UDim2.new(0.27616927, 0, 0.583333373, 0)
  482. KL.Size = UDim2.new(0, 200, 0, 50)
  483. KL.Font = Enum.Font.GothamBold
  484. KL.FontSize = Enum.FontSize.Size14
  485. KL.Text = "Kill"
  486. KL.TextColor3 = Color3.new(0, 0, 0)
  487. KL.TextSize = 14
  488. KL.MouseButton1Click:Connect(function()
  489. local target = unpack(GetPlayer(Playr.Text)).Character
  490.  
  491. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
  492. killing = true
  493. local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
  494. coin.Force = Vector3.new(9999,9999,9999)
  495. coin.Name = "killforce"
  496. repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or killing == false
  497. end)
  498. end)
  499.  
  500. KillHaxV2.Name = "KillHax V2"
  501. KillHaxV2.Parent = main
  502. KillHaxV2.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  503. KillHaxV2.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  504. KillHaxV2.BorderSizePixel = 5
  505. KillHaxV2.Position = UDim2.new(0.642718434, 0, 0.465384632, 0)
  506. KillHaxV2.Size = UDim2.new(0, 135, 0, 43)
  507. KillHaxV2.Font = Enum.Font.GothamBold
  508. KillHaxV2.FontSize = Enum.FontSize.Size24
  509. KillHaxV2.Text = "Kill Hax v2"
  510. KillHaxV2.TextColor3 = Color3.new(1, 1, 1)
  511. KillHaxV2.TextSize = 20
  512. KillHaxV2.TextStrokeTransparency = 0
  513. KillHaxV2.MouseButton1Down:connect(function()
  514. -- Objects
  515.  
  516. local kill = Instance.new("ScreenGui")
  517. local mainframe = Instance.new("Frame")
  518. local stuff = Instance.new("Frame")
  519. local close = Instance.new("TextButton")
  520. local title = Instance.new("TextLabel")
  521. local box = Instance.new("TextBox")
  522. local killbutton = Instance.new("TextButton")
  523.  
  524. -- Properties
  525.  
  526. kill.Name = "kill"
  527. kill.Parent = game.CoreGui
  528.  
  529. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  530. local Found = {}
  531. local strl = String:lower()
  532. if strl == "all" then
  533. for i,v in pairs(game.Players:GetPlayers()) do
  534. table.insert(Found,v)
  535. end
  536. elseif strl == "others" then
  537. for i,v in pairs(game.Players:GetPlayers()) do
  538. if v.Name ~= game.Players.LocalPlayer.Name then
  539. table.insert(Found,v)
  540. end
  541. end
  542. else
  543. for i,v in pairs(game.Players:GetPlayers()) do
  544. if v.Name:lower():sub(1, #String) == String:lower() then
  545. table.insert(Found,v)
  546. end
  547. end
  548. end
  549. return Found
  550. end
  551.  
  552. mainframe.Name = "mainframe"
  553. mainframe.Parent = kill
  554. mainframe.BackgroundColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  555. mainframe.Position = UDim2.new(0, 414, 0, 200)
  556. mainframe.Size = UDim2.new(0, 391, 0, 191)
  557.  
  558. stuff.Name = "stuff"
  559. stuff.Parent = mainframe
  560. stuff.BackgroundColor3 = Color3.new(0.705882, 0.572549, 0.0941177)
  561. stuff.Size = UDim2.new(0, 391, 0, 17)
  562.  
  563. close.Name = "close"
  564. close.Parent = stuff
  565. close.BackgroundColor3 = Color3.new(1, 1, 1)
  566. close.BackgroundTransparency = 1
  567. close.Position = UDim2.new(0, 372, 0, 0)
  568. close.Size = UDim2.new(0, 17, 0, 17)
  569. close.Font = Enum.Font.SourceSans
  570. close.Text = "X"
  571. close.TextColor3 = Color3.new(1, 0, 0)
  572. close.TextSize = 14
  573. close.MouseButton1Down:connect(function()
  574. kill:Destroy()
  575. end)
  576.  
  577. title.Name = "title"
  578. title.Parent = stuff
  579. title.BackgroundColor3 = Color3.new(1, 1, 1)
  580. title.BackgroundTransparency = 1
  581. title.Size = UDim2.new(0, 200, 0, 17)
  582. title.Font = Enum.Font.SourceSans
  583. title.Text = "fe kill hax lol"
  584. title.TextSize = 20
  585. title.TextXAlignment = Enum.TextXAlignment.Left
  586.  
  587. box.Name = "box"
  588. box.Parent = mainframe
  589. box.BackgroundColor3 = Color3.new(1, 1, 1)
  590. box.Position = UDim2.new(0, 96, 0, 43)
  591. box.Size = UDim2.new(0, 200, 0, 50)
  592. box.Font = Enum.Font.SourceSans
  593. box.Text = "Victim M8"
  594. box.TextSize = 30
  595.  
  596. killbutton.Name = "killbutton"
  597. killbutton.Parent = mainframe
  598. killbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  599. killbutton.Position = UDim2.new(0, 96, 0, 127)
  600. killbutton.Size = UDim2.new(0, 200, 0, 50)
  601. killbutton.Font = Enum.Font.SourceSans
  602. killbutton.Text = "Kill"
  603. killbutton.TextSize = 25
  604. killbutton.MouseButton1Down:connect(function()
  605. for i,v in pairs(GetPlayer(box.Text))do
  606. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  607. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  608. l.Parent = game.Players.LocalPlayer.Character
  609. l.Name = "Humanoid"
  610. wait(0.1)
  611. game.Players.LocalPlayer.Character["1"]:Destroy()
  612. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  613. game.Players.LocalPlayer.Character.Animate.Disabled = true
  614. wait(0.1)
  615. game.Players.LocalPlayer.Character.Animate.Disabled = false
  616. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  617. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  618. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  619. end
  620. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  621. wait(0.2)
  622. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  623. wait(0.4)
  624. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
  625. end
  626. end)
  627.  
  628. while wait() do
  629. title.TextColor3 = Color3.new(1,0,0)
  630. for i=1,15 do
  631. game:GetService("RunService").RenderStepped:wait()
  632. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g+(17/255),title.TextColor3.b)
  633. end
  634. for i=1,15 do
  635. game:GetService("RunService").RenderStepped:wait()
  636. title.TextColor3 = Color3.new(title.TextColor3.r-(17/255),title.TextColor3.g,title.TextColor3.b)
  637. end
  638. for i=1,15 do
  639. game:GetService("RunService").RenderStepped:wait()
  640. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g,title.TextColor3.b+(17/255))
  641. end
  642. for i=1,15 do
  643. game:GetService("RunService").RenderStepped:wait()
  644. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g-(17/255),title.TextColor3.b)
  645. end
  646. for i=1,15 do
  647. game:GetService("RunService").RenderStepped:wait()
  648. title.TextColor3 = Color3.new(title.TextColor3.r+(17/255),title.TextColor3.g,title.TextColor3.b)
  649. end
  650. for i=1,15 do
  651. game:GetService("RunService").RenderStepped:wait()
  652. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g,title.TextColor3.b-(17/255))
  653. end
  654. end
  655. end)
  656.  
  657. invis.Name = "invis"
  658. invis.Parent = main
  659. invis.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  660. invis.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  661. invis.BorderSizePixel = 5
  662. invis.Position = UDim2.new(0.0873786211, 0, 0.657692313, 0)
  663. invis.Size = UDim2.new(0, 135, 0, 43)
  664. invis.Font = Enum.Font.GothamBold
  665. invis.FontSize = Enum.FontSize.Size24
  666. invis.Text = "Invisible"
  667. invis.TextColor3 = Color3.new(1, 1, 1)
  668. invis.TextSize = 20
  669. invis.TextStrokeTransparency = 0
  670. invis.MouseButton1Down:connect(function()
  671. local player = game.Players.LocalPlayer
  672. position = player.Character.HumanoidRootPart.Position
  673. wait(0.1)
  674. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  675. wait(0.1)
  676. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  677. wait(0.1)
  678. player.Character.HumanoidRootPart:Destroy()
  679. humanoidrootpart.Parent = player.Character
  680. player.Character:MoveTo(position)
  681. wait()
  682. -- Remove this if you want to see yourself (others still won't see you)
  683. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  684. game.Players.LocalPlayer.Character.Head.Transparency = 1
  685. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  686. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  687. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  688. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  689. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  690. game.Players.LocalPlayer.Character.Head.face:Remove()
  691. end)
  692.  
  693. Naked.Name = "Naked"
  694. Naked.Parent = main
  695. Naked.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  696. Naked.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  697. Naked.BorderSizePixel = 5
  698. Naked.Position = UDim2.new(0.368932009, 0, 0.657692313, 0)
  699. Naked.Size = UDim2.new(0, 135, 0, 43)
  700. Naked.Font = Enum.Font.GothamBold
  701. Naked.FontSize = Enum.FontSize.Size24
  702. Naked.Text = "Naked"
  703. Naked.TextColor3 = Color3.new(1, 1, 1)
  704. Naked.TextSize = 20
  705. Naked.TextStrokeTransparency = 0
  706. Naked.MouseButton1Down:connect(function()
  707. local pchar = game:GetService("Players").LocalPlayer.Character
  708. if pchar:FindFirstChild("Shirt") then
  709. pchar.Shirt:Remove()
  710. end
  711. if pchar:FindFirstChild("Pants") then
  712. pchar.Pants:Remove()
  713. end
  714. if pchar:FindFirstChild("Shirt Graphic") then
  715. pchar["Shirt Graphic"].Graphic = ""
  716. end
  717. end)
  718.  
  719. LagGui.Name = "LagGui"
  720. LagGui.Parent = main
  721. LagGui.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  722. LagGui.BorderColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  723. LagGui.BorderSizePixel = 5
  724. LagGui.Position = UDim2.new(0.642718434, 0, 0.657692313, 0)
  725. LagGui.Size = UDim2.new(0, 135, 0, 43)
  726. LagGui.Font = Enum.Font.GothamBold
  727. LagGui.FontSize = Enum.FontSize.Size24
  728. LagGui.Text = "Lagger Gui"
  729. LagGui.TextColor3 = Color3.new(1, 1, 1)
  730. LagGui.TextSize = 20
  731. LagGui.TextStrokeTransparency = 0
  732. LagGui.MouseButton1Down:connect(function()
  733. ScreenGui = Instance.new("ScreenGui")
  734. main = Instance.new("Frame")
  735. TextLabel = Instance.new("TextLabel")
  736. se = Instance.new("TextButton")
  737. Power = Instance.new("TextBox")
  738.  
  739. ScreenGui.Parent = game.CoreGui
  740.  
  741. main.Name = "main"
  742. main.Parent = ScreenGui
  743. main.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  744. main.Position = UDim2.new(0.68364197, 0, 0.704410017, 0)
  745. main.Size = UDim2.new(0, 361, 0, 205)
  746. main.Active = true
  747. main.Draggable = true
  748.  
  749. TextLabel.Parent = main
  750. TextLabel.BackgroundColor3 = Color3.new(0.482353, 0.827451, 0.196078)
  751. TextLabel.Position = UDim2.new(0, 0, -0.243902445, 0)
  752. TextLabel.Size = UDim2.new(0, 361, 0, 50)
  753. TextLabel.Font = Enum.Font.SourceSansBold
  754. TextLabel.FontSize = Enum.FontSize.Size28
  755. TextLabel.Text = "Roblox Server Stresser"
  756. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  757. TextLabel.TextSize = 28
  758.  
  759. se.Name = "se"
  760. se.Parent = main
  761. se.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  762. se.Position = UDim2.new(0.221606642, 0, 0.560975671, 0)
  763. se.Size = UDim2.new(0, 200, 0, 50)
  764. se.Font = Enum.Font.SourceSansItalic
  765. se.FontSize = Enum.FontSize.Size60
  766. se.Text = "Send"
  767. se.TextColor3 = Color3.new(0, 0, 0)
  768. se.TextSize = 49
  769. se.MouseButton1Down:connect(function()
  770.  
  771.  
  772. local lag_strength = Power.Text
  773.  
  774.  
  775. local LocalPlayer = game:GetService("Players").LocalPlayer
  776. while game:GetService("RunService").RenderStepped:Wait() do
  777. for i = 1, lag_strength do
  778. local anim = Instance.new("Animation")
  779. anim.AnimationId = "init\n"..math.random()
  780. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  781. anim:Destroy()
  782. end
  783. end
  784. end)
  785.  
  786. Power.Name = "Power"
  787. Power.Parent = main
  788. Power.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  789. Power.Position = UDim2.new(0.221606642, 0, 0.160975605, 0)
  790. Power.Size = UDim2.new(0, 200, 0, 50)
  791. Power.Font = Enum.Font.Highway
  792. Power.FontSize = Enum.FontSize.Size28
  793. Power.Text = "Power"
  794. Power.TextColor3 = Color3.new(0, 0, 0)
  795. Power.TextSize = 25
  796. Power.TextWrapped = true
  797. end)
Advertisement
Add Comment
Please, Sign In to add comment