Stp3555

Fe Bypass GUI

Feb 21st, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local ImageLabel = Instance.new("ImageLabel")
  9. local TextButton_3 = Instance.new("TextButton")
  10. local TextButton_4 = Instance.new("TextButton")
  11. local TextButton_5 = Instance.new("TextButton")
  12. local TextButton_6 = Instance.new("TextButton")
  13. local TextButton_7 = Instance.new("TextButton")
  14. local TextButton_8 = Instance.new("TextButton")
  15. local ImageButton = Instance.new("ImageButton")
  16.  
  17. -- Properties
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. Frame.Active = true
  22. Frame.Draggable = true
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  25. Frame.BackgroundTransparency = 0.40000000596046
  26. Frame.Position = UDim2.new(0.0317460336, 0, 0.380126178, 0)
  27. Frame.Size = UDim2.new(0, 300, 0, 363)
  28.  
  29. TextLabel.Parent = Frame
  30. TextLabel.BackgroundColor3 = Color3.new(0.0156863, 0, 0.196078)
  31. TextLabel.BorderColor3 = Color3.new(0.0156863, 0, 0.196078)
  32. TextLabel.Size = UDim2.new(0, 300, 0, 61)
  33. TextLabel.Font = Enum.Font.GothamBlack
  34. TextLabel.Text = "Xuctry FE Gui"
  35. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  36. TextLabel.TextSize = 45
  37. TextLabel.TextStrokeTransparency = 0.5
  38. TextLabel.TextWrapped = true
  39.  
  40. TextButton.Parent = Frame
  41. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  42. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  43. TextButton.Position = UDim2.new(0.0199999996, 0, 0.253443539, 0)
  44. TextButton.Size = UDim2.new(0, 132, 0, 50)
  45. TextButton.ZIndex = 2
  46. TextButton.Font = Enum.Font.Highway
  47. TextButton.Text = "Kill All"
  48. TextButton.TextColor3 = Color3.new(0, 1, 0.917647)
  49. TextButton.TextScaled = true
  50. TextButton.TextSize = 14
  51. TextButton.TextStrokeColor3 = Color3.new(0, 0.027451, 0.278431)
  52. TextButton.TextStrokeTransparency = 0.5
  53. TextButton.TextWrapped = true
  54.  
  55. TextButton_2.Parent = Frame
  56. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  57. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  58. TextButton_2.Position = UDim2.new(0.540000021, 0, 0.253443539, 0)
  59. TextButton_2.Size = UDim2.new(0, 132, 0, 50)
  60. TextButton_2.ZIndex = 2
  61. TextButton_2.Font = Enum.Font.Highway
  62. TextButton_2.Text = "Bring All"
  63. TextButton_2.TextColor3 = Color3.new(0, 1, 0.917647)
  64. TextButton_2.TextScaled = true
  65. TextButton_2.TextSize = 14
  66. TextButton_2.TextStrokeColor3 = Color3.new(0, 0.027451, 0.278431)
  67. TextButton_2.TextStrokeTransparency = 0.5
  68. TextButton_2.TextWrapped = true
  69.  
  70. ImageLabel.Parent = Frame
  71. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  72. ImageLabel.Position = UDim2.new(0, 0, 0.168044075, 0)
  73. ImageLabel.Size = UDim2.new(0, 300, 0, 302)
  74. ImageLabel.SizeConstraint = Enum.SizeConstraint.RelativeYY
  75. ImageLabel.Image = "rbxassetid://1500991688"
  76.  
  77. TextButton_3.Parent = Frame
  78. TextButton_3.BackgroundColor3 = Color3.new(0, 0, 0)
  79. TextButton_3.BorderColor3 = Color3.new(0, 0, 0)
  80. TextButton_3.Position = UDim2.new(0.0200000405, 0, 0.600551009, 0)
  81. TextButton_3.Size = UDim2.new(0, 132, 0, 50)
  82. TextButton_3.ZIndex = 2
  83. TextButton_3.Font = Enum.Font.Highway
  84. TextButton_3.Text = "Follow All"
  85. TextButton_3.TextColor3 = Color3.new(0, 1, 0.917647)
  86. TextButton_3.TextScaled = true
  87. TextButton_3.TextSize = 14
  88. TextButton_3.TextStrokeColor3 = Color3.new(0, 0.027451, 0.278431)
  89. TextButton_3.TextStrokeTransparency = 0.5
  90. TextButton_3.TextWrapped = true
  91.  
  92. TextButton_4.Parent = Frame
  93. TextButton_4.BackgroundColor3 = Color3.new(0, 0, 0)
  94. TextButton_4.BorderColor3 = Color3.new(0, 0, 0)
  95. TextButton_4.Position = UDim2.new(0.540000021, 0, 0.429752082, 0)
  96. TextButton_4.Size = UDim2.new(0, 132, 0, 50)
  97. TextButton_4.ZIndex = 2
  98. TextButton_4.Font = Enum.Font.Highway
  99. TextButton_4.Text = "Respawn All"
  100. TextButton_4.TextColor3 = Color3.new(0, 1, 0.917647)
  101. TextButton_4.TextScaled = true
  102. TextButton_4.TextSize = 14
  103. TextButton_4.TextStrokeColor3 = Color3.new(0, 0.027451, 0.278431)
  104. TextButton_4.TextStrokeTransparency = 0.5
  105. TextButton_4.TextWrapped = true
  106.  
  107. TextButton_5.Parent = Frame
  108. TextButton_5.BackgroundColor3 = Color3.new(0, 0, 0)
  109. TextButton_5.BorderColor3 = Color3.new(0, 0, 0)
  110. TextButton_5.Position = UDim2.new(0.0200000405, 0, 0.774104714, 0)
  111. TextButton_5.Size = UDim2.new(0, 132, 0, 50)
  112. TextButton_5.ZIndex = 2
  113. TextButton_5.Font = Enum.Font.Highway
  114. TextButton_5.Text = "Splash All"
  115. TextButton_5.TextColor3 = Color3.new(0, 1, 0.917647)
  116. TextButton_5.TextScaled = true
  117. TextButton_5.TextSize = 14
  118. TextButton_5.TextStrokeColor3 = Color3.new(0, 0.027451, 0.278431)
  119. TextButton_5.TextStrokeTransparency = 0.5
  120. TextButton_5.TextWrapped = true
  121.  
  122. TextButton_6.Parent = Frame
  123. TextButton_6.BackgroundColor3 = Color3.new(0, 0, 0)
  124. TextButton_6.BorderColor3 = Color3.new(0, 0, 0)
  125. TextButton_6.Position = UDim2.new(0.540000021, 0, 0.600551009, 0)
  126. TextButton_6.Size = UDim2.new(0, 132, 0, 50)
  127. TextButton_6.ZIndex = 2
  128. TextButton_6.Font = Enum.Font.Highway
  129. TextButton_6.Text = "Oof All"
  130. TextButton_6.TextColor3 = Color3.new(0, 1, 0.917647)
  131. TextButton_6.TextScaled = true
  132. TextButton_6.TextSize = 14
  133. TextButton_6.TextStrokeColor3 = Color3.new(0, 0.027451, 0.278431)
  134. TextButton_6.TextStrokeTransparency = 0.5
  135. TextButton_6.TextWrapped = true
  136.  
  137. TextButton_7.Parent = Frame
  138. TextButton_7.BackgroundColor3 = Color3.new(0, 0, 0)
  139. TextButton_7.BorderColor3 = Color3.new(0, 0, 0)
  140. TextButton_7.Position = UDim2.new(0.0200000405, 0, 0.429752111, 0)
  141. TextButton_7.Size = UDim2.new(0, 132, 0, 50)
  142. TextButton_7.ZIndex = 2
  143. TextButton_7.Font = Enum.Font.Highway
  144. TextButton_7.Text = "Punish All"
  145. TextButton_7.TextColor3 = Color3.new(0, 1, 0.917647)
  146. TextButton_7.TextScaled = true
  147. TextButton_7.TextSize = 14
  148. TextButton_7.TextStrokeColor3 = Color3.new(0, 0.027451, 0.278431)
  149. TextButton_7.TextStrokeTransparency = 0.5
  150. TextButton_7.TextWrapped = true
  151.  
  152. TextButton_8.Parent = Frame
  153. TextButton_8.BackgroundColor3 = Color3.new(0, 0, 0)
  154. TextButton_8.BorderColor3 = Color3.new(0, 0, 0)
  155. TextButton_8.Position = UDim2.new(0.536666691, 0, 0.774104714, 0)
  156. TextButton_8.Size = UDim2.new(0, 132, 0, 50)
  157. TextButton_8.ZIndex = 2
  158. TextButton_8.Font = Enum.Font.Highway
  159. TextButton_8.Text = "Seizure All"
  160. TextButton_8.TextColor3 = Color3.new(0, 1, 0.917647)
  161. TextButton_8.TextScaled = true
  162. TextButton_8.TextSize = 14
  163. TextButton_8.TextStrokeColor3 = Color3.new(0, 0.027451, 0.278431)
  164. TextButton_8.TextStrokeTransparency = 0.5
  165. TextButton_8.TextWrapped = true
  166.  
  167. TextButton.MouseButton1Click:connect(function()
  168. local SpreadAmount = 1 -- You don't really have to change this
  169.  
  170. --[[Kills multiple players to you from the server (sometimes all)
  171. Spread_Amount = How much you want to spread the tools
  172. (Might kill more players)
  173. Cyclically's FE Tool Duplicate Tools V3
  174. https://v3rmillion.net/member.php?action=profile&uid=785986
  175.  
  176. %% Don't touch below unless you know what you're doing %%
  177. ]]
  178.  
  179. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  180. local toolamount = -8*-8/4+math.random(-1,0)
  181. local LocalPlayer = game:GetService("Players").LocalPlayer
  182. local runservice = game:GetService("RunService")
  183. local characters = {}
  184. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  185. local currentamount = #LocalPlayer.Backpack:GetChildren()
  186. LocalPlayer.Character.Archivable = true
  187. local tempchar = LocalPlayer.Character:Clone()
  188. tempchar.Parent = workspace
  189. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  190. local renderstepped = runservice.RenderStepped:Connect(function()
  191. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  192. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  193. if tool:IsA("Tool") then
  194. tool.Parent = LocalPlayer
  195. end
  196. end
  197. LocalPlayer.Character:ClearAllChildren()
  198. local char = Instance.new("Model", workspace)
  199. table.insert(characters, char)
  200. Instance.new("Humanoid", char)
  201. LocalPlayer.Character = char
  202. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  203. end)
  204. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  205. renderstepped:Disconnect()
  206. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  207. for _, char in pairs(characters) do
  208. char:Destroy()
  209. end
  210. for _, tool in pairs(LocalPlayer:GetChildren()) do
  211. if tool:IsA("Tool") then
  212. tool.Parent = LocalPlayer.Backpack
  213. end
  214. end
  215. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  216. tempchar:Destroy()
  217. wait()
  218. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  219. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  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,-2*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),0.1*Spread_Amount,-4*Spread_Amount)
  224. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  225. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  226. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  227. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  228. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  229. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  230. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  231. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  232. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  233. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  234. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  235. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  236. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  237. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  238. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  239. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  240. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  241. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  242. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  243. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  244. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  245. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  246. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  247. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  248. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  249. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  250. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  251. wait()
  252. LocalPlayer.Character.Animate.Disabled = true
  253. wait()
  254. for i=1,toolamount do
  255. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  256. end
  257. wait()
  258. for v,i in pairs(game.Players:GetChildren()) do
  259. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  260. end
  261. wait(math.random(0,.00375))
  262. for i=1,math.random(2,8) do wait(math.random(0,.0625))
  263. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,math.random(0,75),10000)
  264. end
  265. end)
  266. TextButton_2.MouseButton1Click:connect(function()
  267. local SpreadAmount = 1 -- You don't really have to change this
  268.  
  269. --[[Brings multiple players to you from the server (sometimes all)
  270. Spread_Amount = How much you want to spread the tools
  271. (Might bring more players)
  272. Cyclically's FE Tool Duplicate Tools V3
  273. https://v3rmillion.net/member.php?action=profile&uid=785986
  274.  
  275. %% Don't touch below unless you know what you're doing %%
  276. ]]
  277.  
  278. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  279. local toolamount = -8*-8/4+math.random(-1,0)
  280. local LocalPlayer = game:GetService("Players").LocalPlayer
  281. local runservice = game:GetService("RunService")
  282. local characters = {}
  283. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  284. local currentamount = #LocalPlayer.Backpack:GetChildren()
  285. LocalPlayer.Character.Archivable = true
  286. local tempchar = LocalPlayer.Character:Clone()
  287. tempchar.Parent = workspace
  288. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  289. local renderstepped = runservice.RenderStepped:Connect(function()
  290. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  291. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  292. if tool:IsA("Tool") then
  293. tool.Parent = LocalPlayer
  294. end
  295. end
  296. LocalPlayer.Character:ClearAllChildren()
  297. local char = Instance.new("Model", workspace)
  298. table.insert(characters, char)
  299. Instance.new("Humanoid", char)
  300. LocalPlayer.Character = char
  301. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  302. end)
  303. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  304. renderstepped:Disconnect()
  305. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  306. for _, char in pairs(characters) do
  307. char:Destroy()
  308. end
  309. for _, tool in pairs(LocalPlayer:GetChildren()) do
  310. if tool:IsA("Tool") then
  311. tool.Parent = LocalPlayer.Backpack
  312. end
  313. end
  314. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  315. tempchar:Destroy()
  316. wait()
  317. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  318. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  319. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  320. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  321. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  322. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-4*Spread_Amount)
  323. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  324. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  325. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  326. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  327. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  328. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  329. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  330. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  331. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  332. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  333. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  334. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  335. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  336. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  337. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  338. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  339. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  340. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  341. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  342. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  343. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  344. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  345. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  346. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  347. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  348. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  349. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  350. wait()
  351. LocalPlayer.Character.Animate.Disabled = true
  352. wait()
  353. for i=1,toolamount do
  354. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  355. end
  356. wait()
  357. for v,i in pairs(game.Players:GetChildren()) do
  358. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  359. end
  360. wait()
  361. LocalPlayer.Character.Animate.Disabled = false
  362. wait(1)
  363. for i=1,math.random(10,20) do
  364. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  365. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  366. end
  367. wait(.5)
  368. h = game.Players.LocalPlayer.Character.Humanoid
  369. tracks = h:GetPlayingAnimationTracks()
  370. for _,x in pairs(tracks)
  371. do x:Stop()
  372. end
  373. end)
  374. TextButton_3.MouseButton1Click:connect(function()
  375. local RobloxReplicatedStorage = game:GetService('RobloxReplicatedStorage')
  376. RemoteEvent_NewFollower = RobloxReplicatedStorage:WaitForChild('NewFollower')
  377. while wait(0) do
  378. for i,v in pairs(game.Players:GetChildren()) do
  379. RemoteEvent_NewFollower:FireServer(v, true)
  380. end
  381. end
  382. end)
  383. TextButton_4.MouseButton1Click:connect(function()
  384. local SpreadAmount = 1 -- You don't really have to change this
  385.  
  386. --[[Respawns multiple players to you from the server (sometimes all)
  387. Spread_Amount = How much you want to spread the tools
  388. (Might respawn more players)
  389. Cyclically's FE Tool Duplicate Tools V3
  390. https://v3rmillion.net/member.php?action=profile&uid=785986
  391.  
  392. %% Don't touch below unless you know what you're doing %%
  393. ]]
  394.  
  395. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  396. local toolamount = -8*-8/4+math.random(-1,0)
  397. local LocalPlayer = game:GetService("Players").LocalPlayer
  398. local runservice = game:GetService("RunService")
  399. local characters = {}
  400. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  401. local currentamount = #LocalPlayer.Backpack:GetChildren()
  402. LocalPlayer.Character.Archivable = true
  403. local tempchar = LocalPlayer.Character:Clone()
  404. tempchar.Parent = workspace
  405. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  406. local renderstepped = runservice.RenderStepped:Connect(function()
  407. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  408. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  409. if tool:IsA("Tool") then
  410. tool.Parent = LocalPlayer
  411. end
  412. end
  413. LocalPlayer.Character:ClearAllChildren()
  414. local char = Instance.new("Model", workspace)
  415. table.insert(characters, char)
  416. Instance.new("Humanoid", char)
  417. LocalPlayer.Character = char
  418. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  419. end)
  420. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  421. renderstepped:Disconnect()
  422. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  423. for _, char in pairs(characters) do
  424. char:Destroy()
  425. end
  426. for _, tool in pairs(LocalPlayer:GetChildren()) do
  427. if tool:IsA("Tool") then
  428. tool.Parent = LocalPlayer.Backpack
  429. end
  430. end
  431. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  432. tempchar:Destroy()
  433. wait()
  434. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  435. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  436. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  437. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  438. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  439. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-4*Spread_Amount)
  440. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  441. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  442. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  443. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  444. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  445. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  446. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  447. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  448. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  449. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  450. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  451. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  452. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  453. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  454. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  455. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  456. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  457. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  458. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  459. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  460. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  461. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  462. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  463. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  464. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  465. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  466. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  467. wait()
  468. LocalPlayer.Character.Animate.Disabled = true
  469. wait()
  470. for i=1,toolamount do
  471. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  472. end
  473. wait()
  474. for v,i in pairs(game.Players:GetChildren()) do
  475. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  476. end
  477. wait(math.random(0,.00375))
  478. for i=1,math.random(2,8) do wait(math.random(0,.0625))
  479. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.SpawnLocation.CFrame
  480. end
  481. wait(.5)
  482. for i=1,math.random(10,20) do
  483. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  484. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  485. end
  486. wait()
  487. h = game.Players.LocalPlayer.Character.Humanoid
  488. tracks = h:GetPlayingAnimationTracks()
  489. for _,x in pairs(tracks)
  490. do x:Stop()
  491. end
  492. end)
  493. TextButton_5.MouseButton1Click:connect(function()
  494. repeat for a,b in pairs(game.Players:GetChildren())do
  495. b.Character.Head.Splash.Playing = true end;wait()until
  496. game.Players.LocalPlayer.Character.Humanoid.Health==0
  497. end)
  498. TextButton_6.MouseButton1Click:connect(function()
  499. repeat wait()
  500. for v,i in pairs(game.Players:GetChildren()) do
  501. i.Character.Head.Died.Playing = true
  502. end
  503. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  504. end)
  505. TextButton_7.MouseButton1Click:connect(function()
  506. local SpreadAmount = 1 -- You don't really have to change this
  507.  
  508. --[[Punishes multiple players to you from the server (sometimes all)
  509. Spread_Amount = How much you want to spread the tools
  510. (Might punish more players)
  511. Cyclically's FE Tool Duplicate Tools V3
  512. https://v3rmillion.net/member.php?action=profile&uid=785986
  513.  
  514. %% Don't touch below unless you know what you're doing %%
  515. ]]
  516.  
  517. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  518. local toolamount = -8*-8/4+math.random(-1,0)
  519. local LocalPlayer = game:GetService("Players").LocalPlayer
  520. local runservice = game:GetService("RunService")
  521. local characters = {}
  522. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  523. local currentamount = #LocalPlayer.Backpack:GetChildren()
  524. LocalPlayer.Character.Archivable = true
  525. local tempchar = LocalPlayer.Character:Clone()
  526. tempchar.Parent = workspace
  527. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  528. local renderstepped = runservice.RenderStepped:Connect(function()
  529. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  530. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  531. if tool:IsA("Tool") then
  532. tool.Parent = LocalPlayer
  533. end
  534. end
  535. LocalPlayer.Character:ClearAllChildren()
  536. local char = Instance.new("Model", workspace)
  537. table.insert(characters, char)
  538. Instance.new("Humanoid", char)
  539. LocalPlayer.Character = char
  540. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  541. end)
  542. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  543. renderstepped:Disconnect()
  544. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  545. for _, char in pairs(characters) do
  546. char:Destroy()
  547. end
  548. for _, tool in pairs(LocalPlayer:GetChildren()) do
  549. if tool:IsA("Tool") then
  550. tool.Parent = LocalPlayer.Backpack
  551. end
  552. end
  553. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  554. tempchar:Destroy()
  555. wait()
  556. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  557. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  558. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  559. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  560. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  561. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-4*Spread_Amount)
  562. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  563. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  564. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  565. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  566. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  567. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  568. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  569. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  570. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  571. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  572. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  573. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  574. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  575. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  576. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  577. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  578. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  579. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  580. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  581. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  582. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  583. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  584. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  585. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  586. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  587. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  588. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  589. wait()
  590. LocalPlayer.Character.Animate.Disabled = true
  591. wait()
  592. for i=1,toolamount do
  593. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  594. end
  595. wait()
  596. for v,i in pairs(game.Players:GetChildren()) do
  597. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  598. end
  599. wait(math.random(0,.00375))
  600. for i=1,math.random(2,8) do wait(math.random(0,.0625))
  601. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1000000000,0)
  602. end
  603. end)
  604. TextButton_8.MouseButton1Click:connect(function()
  605. local SpreadAmount = 1 -- You don't really have to change this
  606.  
  607. --[[Seizures multiple players to you from the server (sometimes all)
  608. Spread_Amount = How much you want to spread the tools
  609. (Might seizure more players)
  610. Cyclically's FE Tool Duplicate Tools V3
  611. https://v3rmillion.net/member.php?action=profile&uid=785986
  612.  
  613. %% Don't touch below unless you know what you're doing %%
  614. ]]
  615.  
  616. local Spread_Amount = SpreadAmount - math.random(.0625,.1875)
  617. local toolamount = -8*-8/4+math.random(-1,0)
  618. local LocalPlayer = game:GetService("Players").LocalPlayer
  619. local runservice = game:GetService("RunService")
  620. local characters = {}
  621. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  622. local currentamount = #LocalPlayer.Backpack:GetChildren()
  623. LocalPlayer.Character.Archivable = true
  624. local tempchar = LocalPlayer.Character:Clone()
  625. tempchar.Parent = workspace
  626. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  627. local renderstepped = runservice.RenderStepped:Connect(function()
  628. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  629. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  630. if tool:IsA("Tool") then
  631. tool.Parent = LocalPlayer
  632. end
  633. end
  634. LocalPlayer.Character:ClearAllChildren()
  635. local char = Instance.new("Model", workspace)
  636. table.insert(characters, char)
  637. Instance.new("Humanoid", char)
  638. LocalPlayer.Character = char
  639. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  640. end)
  641. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1
  642. renderstepped:Disconnect()
  643. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  644. for _, char in pairs(characters) do
  645. char:Destroy()
  646. end
  647. for _, tool in pairs(LocalPlayer:GetChildren()) do
  648. if tool:IsA("Tool") then
  649. tool.Parent = LocalPlayer.Backpack
  650. end
  651. end
  652. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  653. tempchar:Destroy()
  654. wait()
  655. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  656. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  657. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  658. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  659. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  660. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-4*Spread_Amount)
  661. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  662. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-2.5*Spread_Amount)
  663. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  664. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),3*Spread_Amount,-3*Spread_Amount)
  665. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  666. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),-1*Spread_Amount,-2*Spread_Amount)
  667. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  668. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-3*Spread_Amount)
  669. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  670. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5*Spread_Amount-math.random(1,6),.6*Spread_Amount,-4*Spread_Amount)
  671. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  672. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),0.1*Spread_Amount,-1*Spread_Amount)
  673. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  674. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),0*Spread_Amount,-2*Spread_Amount)
  675. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  676. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),.2*Spread_Amount,-6*Spread_Amount)
  677. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  678. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3*Spread_Amount-math.random(1,6),-.2*Spread_Amount,-5*Spread_Amount)
  679. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  680. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1*Spread_Amount-math.random(1,6),3*Spread_Amount,-1*Spread_Amount)
  681. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  682. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2*Spread_Amount-math.random(1,6),2*Spread_Amount,-5*Spread_Amount)
  683. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  684. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4*Spread_Amount-math.random(1,6),1*Spread_Amount,-1*Spread_Amount)
  685. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  686. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5*Spread_Amount-math.random(1,6),0.3*Spread_Amount,-3*Spread_Amount)
  687. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  688. wait()
  689. LocalPlayer.Character.Animate.Disabled = true
  690. wait()
  691. for i=1,toolamount do
  692. LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = workspace.Terrain
  693. end
  694. wait()
  695. for v,i in pairs(game.Players:GetChildren()) do
  696. i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame
  697. end
  698. wait(math.random(0,.00375))
  699. for i=1,math.random(2,8) do wait(math.random(0,.0625))
  700. for i=1,math.random(40,80) do
  701. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,10,10000)
  702. wait(math.random(0,.0625))
  703. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,10,0)
  704. end
  705. end
  706. end)
Add Comment
Please, Sign In to add comment