Pou_help

Untitled

Feb 13th, 2019
1,868
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.53 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. BALL = Instance.new("TextButton")
  6. PALL = Instance.new("TextButton")
  7. f = Instance.new("TextButton")
  8. oof = Instance.new("TextButton")
  9.  
  10. ScreenGui.Parent = game.CoreGui
  11.  
  12. main.Name = "main"
  13. main.Parent = ScreenGui
  14. main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  15. main.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  16. main.BorderSizePixel = 7
  17. main.Position = UDim2.new(0.094907403, 0, 0.513706803, 0)
  18. main.Size = UDim2.new(0, 564, 0, 299)
  19. main.Active = true
  20. main.Draggable = true
  21.  
  22. TextLabel.Parent = main
  23. TextLabel.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  24. TextLabel.BackgroundTransparency = 1
  25. TextLabel.Size = UDim2.new(0, 564, 0, 50)
  26. TextLabel.Font = Enum.Font.GothamBold
  27. TextLabel.FontSize = Enum.FontSize.Size32
  28. TextLabel.Text = "Fe Troll Gui"
  29. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  30. TextLabel.TextSize = 30
  31. TextLabel.TextStrokeTransparency = 0
  32.  
  33. TextLabel_2.Parent = main
  34. TextLabel_2.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  35. TextLabel_2.BackgroundTransparency = 1
  36. TextLabel_2.Position = UDim2.new(0.732269526, 0, 0.856187284, 0)
  37. TextLabel_2.Size = UDim2.new(0, 151, 0, 43)
  38. TextLabel_2.Font = Enum.Font.GothamBold
  39. TextLabel_2.FontSize = Enum.FontSize.Size18
  40. TextLabel_2.Text = "By Hackmaster12"
  41. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  42. TextLabel_2.TextSize = 15
  43. TextLabel_2.TextStrokeTransparency = 0
  44.  
  45. BALL.Name = "BALL"
  46. BALL.Parent = main
  47. BALL.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  48. BALL.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  49. BALL.BorderSizePixel = 5
  50. BALL.Position = UDim2.new(0.0744680837, 0, 0.244147152, 0)
  51. BALL.Size = UDim2.new(0, 200, 0, 50)
  52. BALL.Font = Enum.Font.GothamBold
  53. BALL.FontSize = Enum.FontSize.Size28
  54. BALL.Text = "Bring All"
  55. BALL.TextColor3 = Color3.new(1, 1, 1)
  56. BALL.TextSize = 25
  57. BALL.TextStrokeTransparency = 0
  58. BALL.MouseButton1Down:connect(function()
  59. local SpreadAmount = 1 -- You don't really have to change this
  60.  
  61. --[[Brings multiple players to you from the server (sometimes all)
  62. Spread_Amount = How much you want to spread the tools
  63. (Might bring more players)
  64. Cyclically's FE Tool Duplicate Tools V3
  65. https://v3rmillion.net/member.php?action=profile&uid=785986
  66.  
  67. %% Don't touch below unless you know what you're doing %%
  68. ]]
  69.  
  70. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  71. local toolamount = -8*-8/4+math.random(-1,0)
  72. local LocalPlayer = game:GetService("Players").LocalPlayer
  73. local runservice = game:GetService("RunService")
  74. local characters = {}
  75. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  76. local currentamount = #LocalPlayer.Backpack:GetChildren()
  77. LocalPlayer.Character.Archivable = true
  78. local tempchar = LocalPlayer.Character:Clone()
  79. tempchar.Parent = workspace
  80. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  81. local renderstepped = runservice.RenderStepped:Connect(function()
  82. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  83. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  84. if tool:IsA("Tool") then
  85. tool.Parent = LocalPlayer
  86. end
  87. end
  88. LocalPlayer.Character:ClearAllChildren()
  89. local char = Instance.new("Model", workspace)
  90. table.insert(characters, char)
  91. Instance.new("Humanoid", char)
  92. LocalPlayer.Character = char
  93. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  94. end)
  95. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  96. renderstepped:Disconnect()
  97. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  98. for _, char in pairs(characters) do
  99. char:Destroy()
  100. end
  101. for _, tool in pairs(LocalPlayer:GetChildren()) do
  102. if tool:IsA("Tool") then
  103. tool.Parent = LocalPlayer.Backpack
  104. end
  105. end
  106. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  107. tempchar:Destroy()
  108. wait()
  109. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  110. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  111. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  112. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  113. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  114. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-4*Spread_Amount)
  115. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  116. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  117. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  118. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  119. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  120. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  121. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  122. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  123. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  124. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  125. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  126. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  127. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  128. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  129. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  130. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  131. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  132. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  133. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  134. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  135. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  136. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  137. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  138. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  139. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  140. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  141. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  142. wait()
  143. LocalPlayer.Character.Animate.Disabled = true
  144. wait()
  145. for i=1,toolamount do
  146. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  147. end
  148. wait()
  149. for v,i in pairs(game.Players:GetChildren()) do
  150. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  151. end
  152. wait()
  153. LocalPlayer.Character.Animate.Disabled = false
  154. end)
  155.  
  156. PALL.Name = "PALL"
  157. PALL.Parent = main
  158. PALL.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  159. PALL.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  160. PALL.BorderSizePixel = 5
  161. PALL.Position = UDim2.new(0.5, 0, 0.244147152, 0)
  162. PALL.Size = UDim2.new(0, 200, 0, 50)
  163. PALL.Font = Enum.Font.GothamBold
  164. PALL.FontSize = Enum.FontSize.Size28
  165. PALL.Text = "Punish All"
  166. PALL.TextColor3 = Color3.new(1, 1, 1)
  167. PALL.TextSize = 25
  168. PALL.TextStrokeTransparency = 0
  169. PALL.MouseButton1Down:connect(function()
  170. local SpreadAmount = 1 -- You don't really have to change this
  171.  
  172. --[[Punishes multiple players to you from the server (sometimes all)
  173. Spread_Amount = How much you want to spread the tools
  174. (Might punish more players)
  175. Cyclically's FE Tool Duplicate Tools V3
  176. https://v3rmillion.net/member.php?action=profile&uid=785986
  177.  
  178. %% Don't touch below unless you know what you're doing %%
  179. ]]
  180.  
  181. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  182. local toolamount = -8*-8/4+math.random(-1,0)
  183. local LocalPlayer = game:GetService("Players").LocalPlayer
  184. local runservice = game:GetService("RunService")
  185. local characters = {}
  186. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  187. local currentamount = #LocalPlayer.Backpack:GetChildren()
  188. LocalPlayer.Character.Archivable = true
  189. local tempchar = LocalPlayer.Character:Clone()
  190. tempchar.Parent = workspace
  191. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  192. local renderstepped = runservice.RenderStepped:Connect(function()
  193. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  194. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  195. if tool:IsA("Tool") then
  196. tool.Parent = LocalPlayer
  197. end
  198. end
  199. LocalPlayer.Character:ClearAllChildren()
  200. local char = Instance.new("Model", workspace)
  201. table.insert(characters, char)
  202. Instance.new("Humanoid", char)
  203. LocalPlayer.Character = char
  204. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  205. end)
  206. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  207. renderstepped:Disconnect()
  208. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  209. for _, char in pairs(characters) do
  210. char:Destroy()
  211. end
  212. for _, tool in pairs(LocalPlayer:GetChildren()) do
  213. if tool:IsA("Tool") then
  214. tool.Parent = LocalPlayer.Backpack
  215. end
  216. end
  217. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  218. tempchar:Destroy()
  219. wait()
  220. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  221. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  222. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  223. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  224. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  225. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-4*Spread_Amount)
  226. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  227. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  228. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  229. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  230. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  231. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  232. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  233. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  234. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  235. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  236. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  237. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  238. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  239. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  240. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  241. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  242. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  243. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  244. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  245. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  246. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  247. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  248. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  249. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  250. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  251. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  252. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  253. wait()
  254. LocalPlayer.Character.Animate.Disabled = true
  255. wait()
  256. for i=1,toolamount do
  257. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  258. end
  259. wait()
  260. for v,i in pairs(game.Players:GetChildren()) do
  261. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  262. end
  263. wait(math.random(0,.00375))
  264. for i=1,math.random(2,8) do wait(math.random(0,.0625))
  265. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1000000000,0)
  266. end
  267. end)
  268.  
  269. f.Name = "f"
  270. f.Parent = main
  271. f.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  272. f.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  273. f.BorderSizePixel = 5
  274. f.Position = UDim2.new(0.5, 0, 0.484949827, 0)
  275. f.Size = UDim2.new(0, 200, 0, 50)
  276. f.Font = Enum.Font.GothamBold
  277. f.FontSize = Enum.FontSize.Size28
  278. f.Text = "Follow All"
  279. f.TextColor3 = Color3.new(1, 1, 1)
  280. f.TextSize = 25
  281. f.TextStrokeTransparency = 0
  282. f.MouseButton1Down:connect(function()
  283. local RobloxReplicatedStorage = game:GetService('RobloxReplicatedStorage')
  284. RemoteEvent_NewFollower = RobloxReplicatedStorage:WaitForChild('NewFollower')
  285. while wait(0) do
  286. for i,v in pairs(game.Players:GetChildren()) do
  287. RemoteEvent_NewFollower:FireServer(v, true)
  288. end
  289. end
  290. end)
  291.  
  292. oof.Name = "oof"
  293. oof.Parent = main
  294. oof.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  295. oof.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  296. oof.BorderSizePixel = 5
  297. oof.Position = UDim2.new(0.0744680837, 0, 0.484949827, 0)
  298. oof.Size = UDim2.new(0, 200, 0, 50)
  299. oof.Font = Enum.Font.GothamBold
  300. oof.FontSize = Enum.FontSize.Size28
  301. oof.Text = "Oof Sound"
  302. oof.TextColor3 = Color3.new(1, 1, 1)
  303. oof.TextSize = 25
  304. oof.TextStrokeTransparency = 0
  305. oof.MouseButton1Down:connect(function()
  306. repeat wait()
  307. for v,i in pairs(game.Players:GetChildren()) do
  308. i.Character.Head.Died.Playing = true
  309. end
  310. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  311.  
  312. end)
Advertisement
Add Comment
Please, Sign In to add comment