FE Destroyer


SUBMITTED BY: Guest

DATE: March 1, 2021, 10:22 p.m.

FORMAT: Text only

SIZE: 22.8 kB

HITS: 386

  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Theexploit = Instance.new("ScreenGui")
  5. local GUIopenframe = Instance.new("Frame")
  6. local GuiOpen = Instance.new("TextButton")
  7. local GUImain = Instance.new("Frame")
  8. local HatSpam = Instance.new("TextButton")
  9. local flingkill = Instance.new("TextButton")
  10. local Admin = Instance.new("TextButton")
  11. local fly = Instance.new("TextButton")
  12. local AnimationGui = Instance.new("TextButton")
  13. local Brickspam = Instance.new("TextButton")
  14. local ExitGUI = Instance.new("TextButton")
  15. local Title = Instance.new("TextLabel")
  16. local page2 = Instance.new("TextButton")
  17. local GUImain2 = Instance.new("Frame")
  18. local title2 = Instance.new("TextLabel")
  19. local btools = Instance.new("TextButton")
  20. local unlockWS = Instance.new("TextButton")
  21. local lowgravity = Instance.new("TextButton")
  22. local ExitGUI2 = Instance.new("TextButton")
  23. --Properties:
  24. Theexploit.Name = "The exploit"
  25. Theexploit.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. GUIopenframe.Name = "GUI open frame"
  27. GUIopenframe.Parent = Theexploit
  28. GUIopenframe.BackgroundColor3 = Color3.new(0.0313726, 0, 1)
  29. GUIopenframe.Position = UDim2.new(0.0304878056, 0, 0.880596995, 0)
  30. GUIopenframe.Size = UDim2.new(0, 130, 0, 22)
  31. GuiOpen.Name = "Gui Open"
  32. GuiOpen.Parent = GUIopenframe
  33. GuiOpen.BackgroundColor3 = Color3.new(0.992157, 0.152941, 0.00392157)
  34. GuiOpen.BorderColor3 = Color3.new(0.0509804, 0, 0)
  35. GuiOpen.Size = UDim2.new(0, 138, 0, 21)
  36. GuiOpen.Font = Enum.Font.SciFi
  37. GuiOpen.Text = "Open Gui"
  38. GuiOpen.TextColor3 = Color3.new(0, 0, 0)
  39. GuiOpen.TextSize = 14
  40. GuiOpen.MouseButton1Down:connect(function()
  41. GUImain.Visible = true
  42. GUIopenframe.Visible = false
  43. end)
  44. GUImain.Name = "GUI main"
  45. GUImain.Parent = Theexploit
  46. GUImain.BackgroundColor3 = Color3.new(0, 0, 1)
  47. GUImain.Position = UDim2.new(0.283536583, 0, 0.215351805, 0)
  48. GUImain.Size = UDim2.new(0, 222, 0, 277)
  49. GUImain.Visible = false
  50. HatSpam.Name = "HatSpam"
  51. HatSpam.Parent = GUImain
  52. HatSpam.BackgroundColor3 = Color3.new(1, 0, 0)
  53. HatSpam.Position = UDim2.new(0, 11, 0, 51)
  54. HatSpam.Size = UDim2.new(0, 200, 0, 23)
  55. HatSpam.Font = Enum.Font.SourceSans
  56. HatSpam.Text = "Hat Spam (Life in Paridise)"
  57. HatSpam.TextColor3 = Color3.new(0, 0, 0)
  58. HatSpam.TextSize = 14
  59. HatSpam.MouseButton1Down:connect(function()
  60. for i=1,500 do
  61. local A_1 =
  62. {
  63. [1] = "Wear",
  64. [2] = "100427922",
  65. [3] = "Hats"
  66. }
  67. local Event = game:GetService("ReplicatedStorage").WearItem
  68. Event:FireServer(A_1)
  69. wait(0.1)
  70. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  71. if v:IsA("Hat") or v:IsA("Accessory") then
  72. v.Parent = game:GetService("Workspace")
  73. end
  74. end
  75. end
  76. end)
  77. flingkill.Name = "flingkill"
  78. flingkill.Parent = GUImain
  79. flingkill.BackgroundColor3 = Color3.new(1, 0, 0)
  80. flingkill.Position = UDim2.new(0, 11, 0, 89)
  81. flingkill.Size = UDim2.new(0, 200, 0, 23)
  82. flingkill.Font = Enum.Font.SourceSans
  83. flingkill.Text = "FE fling/kill"
  84. flingkill.TextColor3 = Color3.new(0, 0, 0)
  85. flingkill.TextSize = 14
  86. flingkill.MouseButton1Down:connect(function()
  87. -- Made By NubDeveloper
  88. local FlingKill = Instance.new("ScreenGui")
  89. local Main = Instance.new("Frame")
  90. local Label = Instance.new("Frame")
  91. local Shadow = Instance.new("Frame")
  92. local StartKill = Instance.new("TextButton")
  93. local StopKill = Instance.new("TextButton")
  94. local Instructions = Instance.new("TextLabel")
  95. local CurrentPower = Instance.new("TextLabel")
  96. local Recomendation = Instance.new("TextLabel")
  97. local NameOfGui = Instance.new("TextLabel")
  98. local Exit = Instance.new("TextButton")
  99. local UPArrow = Instance.new("TextButton")
  100. local DownArrow = Instance.new("TextButton")
  101. -- Properties
  102. FlingKill.Name = "Fling/Kill"
  103. FlingKill.Parent = game.CoreGui
  104. Main.Name = "Main"
  105. Main.Parent = FlingKill
  106. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  107. Main.BorderSizePixel = 0
  108. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  109. Main.Size = UDim2.new(0, 217, 0, 233)
  110. Main.Selectable = true
  111. Main.Active = true
  112. Main.Draggable = true
  113. Label.Name = "Label"
  114. Label.Parent = Main
  115. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  116. Label.BorderSizePixel = 0
  117. Label.Size = UDim2.new(0, 217, 0, 27)
  118. Shadow.Name = "Shadow"
  119. Shadow.Parent = Main
  120. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  121. Shadow.BorderSizePixel = 0
  122. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  123. Shadow.Size = UDim2.new(0, 217, 0, 9)
  124. StartKill.Name = "StartKill"
  125. StartKill.Parent = Main
  126. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  127. StartKill.BorderSizePixel = 0
  128. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  129. StartKill.Size = UDim2.new(0, 126, 0, 23)
  130. StartKill.Font = Enum.Font.Cartoon
  131. StartKill.Text = "FE Kill/Fling"
  132. StartKill.TextColor3 = Color3.new(0, 0, 0)
  133. StartKill.TextSize = 14
  134. StopKill.Name = "StopKill"
  135. StopKill.Parent = Main
  136. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  137. StopKill.BorderSizePixel = 0
  138. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  139. StopKill.Size = UDim2.new(0, 124, 0, 23)
  140. StopKill.Font = Enum.Font.Cartoon
  141. StopKill.Text = "Stop FE Kill/Fling"
  142. StopKill.TextColor3 = Color3.new(0, 0, 0)
  143. StopKill.TextSize = 14
  144. Instructions.Name = "Instructions"
  145. Instructions.Parent = Main
  146. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Instructions.BackgroundTransparency = 1
  148. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  149. Instructions.Size = UDim2.new(0, 200, 0, 32)
  150. Instructions.Font = Enum.Font.Cartoon
  151. Instructions.Text = "Just touch someone to watch the fly to their death!"
  152. Instructions.TextColor3 = Color3.new(0, 0, 0)
  153. Instructions.TextSize = 14
  154. Instructions.TextWrapped = true
  155. CurrentPower.Name = "CurrentPower"
  156. CurrentPower.Parent = Main
  157. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  158. CurrentPower.BackgroundTransparency = 1
  159. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  160. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  161. CurrentPower.Font = Enum.Font.Cartoon
  162. CurrentPower.Text = "Current Power = 5"
  163. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  164. CurrentPower.TextSize = 14
  165. Recomendation.Name = "Recomendation"
  166. Recomendation.Parent = Main
  167. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  168. Recomendation.BackgroundTransparency = 1
  169. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  170. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  171. Recomendation.Font = Enum.Font.Cartoon
  172. Recomendation.Text = "Recommended Power is 5"
  173. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  174. Recomendation.TextSize = 14
  175. NameOfGui.Name = "NameOfGui"
  176. NameOfGui.Parent = Main
  177. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  178. NameOfGui.BackgroundTransparency = 1
  179. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  180. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  181. NameOfGui.Font = Enum.Font.Cartoon
  182. NameOfGui.Text = "FE Kill/Fling By NubDeveloper"
  183. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  184. NameOfGui.TextSize = 14
  185. Exit.Name = "Exit"
  186. Exit.Parent = Main
  187. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  188. Exit.BackgroundTransparency = 1
  189. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  190. Exit.Size = UDim2.new(0, 20, 0, 27)
  191. Exit.Font = Enum.Font.Cartoon
  192. Exit.Text = "X"
  193. Exit.TextColor3 = Color3.new(0, 0, 0)
  194. Exit.TextSize = 14
  195. UPArrow.Name = "UPArrow"
  196. UPArrow.Parent = Main
  197. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  198. UPArrow.BackgroundTransparency = 1
  199. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  200. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  201. UPArrow.Font = Enum.Font.Cartoon
  202. UPArrow.Text = "Up"
  203. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  204. UPArrow.TextSize = 12
  205. UPArrow.TextWrapped = true
  206. DownArrow.Name = "DownArrow"
  207. DownArrow.Parent = Main
  208. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  209. DownArrow.BackgroundTransparency = 1
  210. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  211. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  212. DownArrow.Font = Enum.Font.Cartoon
  213. DownArrow.Text = "Down"
  214. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  215. DownArrow.TextSize = 12
  216. DownArrow.TextWrapped = true
  217. power = 500
  218. active = false
  219. local val = Instance.new("IntValue")
  220. val.Name = "Number"
  221. val.Parent = game.Players.LocalPlayer
  222. val.Value = 5
  223. Exit.MouseButton1Click:connect(function()
  224. FlingKill.Enabled = false
  225. end)
  226. StartKill.MouseButton1Click:connect(function()
  227. game:GetService('RunService').Stepped:connect(function()
  228. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  229. game.Players.LocalPlayer.Character.Head.CanCollide = false
  230. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  231. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  232. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  233. else
  234. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  235. game.Players.LocalPlayer.Character.Head.CanCollide = false
  236. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  237. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  238. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  239. end
  240. end
  241. end)
  242. wait(.1)
  243. local bambam = Instance.new("BodyThrust")
  244. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  245. bambam.Force = Vector3.new(power,0,power)
  246. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  247. end)
  248. StopKill.MouseButton1Click:connect(function()
  249. active = false
  250. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  251. end)
  252. UPArrow.MouseButton1Click:connect(function()
  253. power = power + 100
  254. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  255. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  256. end)
  257. DownArrow.MouseButton1Click:connect(function()
  258. power = power - 100
  259. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  260. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  261. end)
  262. end)
  263. Admin.Name = "Admin"
  264. Admin.Parent = GUImain
  265. Admin.BackgroundColor3 = Color3.new(1, 0, 0)
  266. Admin.Position = UDim2.new(0, 11, 0, 156)
  267. Admin.Size = UDim2.new(0, 200, 0, 23)
  268. Admin.Font = Enum.Font.SourceSans
  269. Admin.Text = "FE Reviz Admin V2"
  270. Admin.TextColor3 = Color3.new(0, 0, 0)
  271. Admin.TextSize = 14
  272. Admin.MouseButton1Down:connect(function()
  273. loadstring(game:HttpGet("https://pastebin.com/raw/KNUzQPYS"))()
  274. end)
  275. fly.Name = "fly"
  276. fly.Parent = GUImain
  277. fly.BackgroundColor3 = Color3.new(1, 0, 0)
  278. fly.Position = UDim2.new(0, 11, 0, 122)
  279. fly.Size = UDim2.new(0, 200, 0, 23)
  280. fly.Font = Enum.Font.SourceSans
  281. fly.Text = "FE Toggle Fly (E)"
  282. fly.TextColor3 = Color3.new(0, 0, 0)
  283. fly.TextSize = 14
  284. fly.MouseButton1Down:connect(function()
  285. repeat wait()
  286. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  287. local mouse = game.Players.LocalPlayer:GetMouse()
  288. repeat wait() until mouse
  289. local plr = game.Players.LocalPlayer
  290. local torso = plr.Character.Torso
  291. local flying = true
  292. local deb = true
  293. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  294. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  295. local maxspeed = 50
  296. local speed = 0
  297. function Fly()
  298. local bg = Instance.new("BodyGyro", torso)
  299. bg.P = 9e4
  300. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  301. bg.cframe = torso.CFrame
  302. local bv = Instance.new("BodyVelocity", torso)
  303. bv.velocity = Vector3.new(0,0.1,0)
  304. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  305. repeat wait()
  306. plr.Character.Humanoid.PlatformStand = true
  307. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  308. speed = speed+.5+(speed/maxspeed)
  309. if speed > maxspeed then
  310. speed = maxspeed
  311. end
  312. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  313. speed = speed-1
  314. if speed < 0 then
  315. speed = 0
  316. end
  317. end
  318. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  319. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  320. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  321. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  322. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  323. else
  324. bv.velocity = Vector3.new(0,0.1,0)
  325. end
  326. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  327. until not flying
  328. ctrl = {f = 0, b = 0, l = 0, r = 0}
  329. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  330. speed = 0
  331. bg:Destroy()
  332. bv:Destroy()
  333. plr.Character.Humanoid.PlatformStand = false
  334. end
  335. mouse.KeyDown:connect(function(key)
  336. if key:lower() == "e" then
  337. if flying then flying = false
  338. else
  339. flying = true
  340. Fly()
  341. end
  342. elseif key:lower() == "w" then
  343. ctrl.f = 1
  344. elseif key:lower() == "s" then
  345. ctrl.b = -1
  346. elseif key:lower() == "a" then
  347. ctrl.l = -1
  348. elseif key:lower() == "d" then
  349. ctrl.r = 1
  350. end
  351. end)
  352. mouse.KeyUp:connect(function(key)
  353. if key:lower() == "w" then
  354. ctrl.f = 0
  355. elseif key:lower() == "s" then
  356. ctrl.b = 0
  357. elseif key:lower() == "a" then
  358. ctrl.l = 0
  359. elseif key:lower() == "d" then
  360. ctrl.r = 0
  361. end
  362. end)
  363. Fly()
  364. end)
  365. AnimationGui.Name = "AnimationGui"
  366. AnimationGui.Parent = GUImain
  367. AnimationGui.BackgroundColor3 = Color3.new(1, 0, 0)
  368. AnimationGui.Position = UDim2.new(0, 11, 0, 221)
  369. AnimationGui.Size = UDim2.new(0, 200, 0, 23)
  370. AnimationGui.Font = Enum.Font.SourceSans
  371. AnimationGui.Text = "FE Animation Gui"
  372. AnimationGui.TextColor3 = Color3.new(0, 0, 0)
  373. AnimationGui.TextSize = 14
  374. AnimationGui.MouseButton1Down:connect(function()
  375. --FE Animation Gui Made by Dark Magic Rblx in ROBLOX Studio, please give credits if you use this.
  376. --You can use all and me in the Name Here Section!
  377. gui = Instance.new("ScreenGui",game.CoreGui)
  378. gui.Name = "FE Animation Gui by Dark Magic Rblx"
  379. box = Instance.new("Frame",gui)
  380. box.Size = UDim2.new(0,400,0,100)
  381. box.Position = UDim2.new(0,800,0,500)
  382. box.BackgroundTransparency = 0
  383. box.BackgroundColor3 = Color3.new(167,0,0)
  384. box.BorderSizePixel = 5
  385. box.BorderColor3 = Color3.new(27,42,53)
  386. o = Instance.new("TextBox",gui)
  387. o.Name = "Speed Here"
  388. o.Size = UDim2.new(0,150,0,15)
  389. o.Position = UDim2.new(0,1000,0,590)
  390. o.BackgroundTransparency = 0
  391. o.BackgroundColor3 = Color3.new(0,0,0)
  392. o.BorderSizePixel = 0
  393. o.Font = "Arcade"
  394. o.TextColor3 = Color3.new(255,255,255)
  395. o.TextScaled = true
  396. o.TextWrapped = true
  397. o.Text = "Speed Here"
  398. a = Instance.new("TextBox",gui)
  399. a.Name = "ID Here"
  400. a.Size = UDim2.new(0,300,0,25)
  401. a.Position = UDim2.new(0,900,0,530)
  402. a.BackgroundTransparency = 0
  403. a.BackgroundColor3 = Color3.new(0,0,0)
  404. a.BorderSizePixel = 0
  405. a.Font = "Arcade"
  406. a.TextColor3 = Color3.new(255,255,255)
  407. a.TextScaled = true
  408. a.TextWrapped = true
  409. a.Text = "ID Here"
  410. b = Instance.new("TextBox",gui)
  411. b.Name = "Namehere"
  412. b.Size = UDim2.new(0,300,0,25)
  413. b.Position = UDim2.new(0,900,0,560)
  414. b.BackgroundTransparency = 0
  415. b.BackgroundColor3 = Color3.new(0,0,0)
  416. b.BorderSizePixel = 0
  417. b.Font = "Arcade"
  418. b.TextColor3 = Color3.new(255,255,255)
  419. b.TextScaled = true
  420. b.TextWrapped = true
  421. b.Text = "Name here"
  422. c = Instance.new("TextButton",gui)
  423. c.Name = "Animation"
  424. c.Size = UDim2.new(0,100,0,40)
  425. c.Position = UDim2.new(0,800,0,520)
  426. c.BackgroundTransparency = 0
  427. c.BackgroundColor3 = Color3.new(0,0,0)
  428. c.BorderSizePixel = 0
  429. c.Font = "Arcade"
  430. c.TextColor3 = Color3.new(255,255,255)
  431. c.TextScaled = true
  432. c.TextWrapped = true
  433. c.Text = "Animation"
  434. d = Instance.new("TextButton",gui)
  435. d.Name = "Player"
  436. d.Size = UDim2.new(0,100,0,40)
  437. d.Position = UDim2.new(0,800,0,560)
  438. d.BackgroundTransparency = 0
  439. d.BackgroundColor3 = Color3.new(0,0,0)
  440. d.BorderSizePixel = 0
  441. d.Font = "Arcade"
  442. d.TextColor3 = Color3.new(255,255,255)
  443. d.TextScaled = true
  444. d.TextWrapped = true
  445. d.Text = "Player"
  446. cred = Instance.new("TextLabel",gui)
  447. cred.Name = "Credits"
  448. cred.Size = UDim2.new(0,400,0,20)
  449. cred.Position = UDim2.new(0,800,0,500)
  450. cred.BackgroundTransparency = 0
  451. cred.BackgroundColor3 = Color3.new(0,0,0)
  452. box.BorderSizePixel = 5
  453. box.BorderColor3 = Color3.new(27,42,53)
  454. cred.Font = "Arcade"
  455. cred.FontSize = "Size24"
  456. cred.TextColor3 = Color3.new(255,255,255)
  457. cred.Text = "FE Animation Gui by Dark Magic Rblx!"
  458. cred.TextSize = 19
  459. c.MouseButton1Down:connect(function()
  460. local AnimationId = gui["ID Here"].Text
  461. local Anim = Instance.new("Animation")
  462. Anim.AnimationId = "rbxassetid://"..AnimationId
  463. local Player = game.Players:FindFirstChild(gui.Namehere.Text)
  464. if Player ~= nil then
  465. local k = Player.Character.Humanoid:LoadAnimation(Anim)
  466. k:Play()
  467. k:AdjustSpeed(gui["Speed Here"].Text)
  468. end
  469. if gui.Namehere.Text =="me" then
  470. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  471. k:Play()
  472. k:AdjustSpeed(gui["Speed Here"].Text)
  473. end
  474. if gui.Namehere.Text =="all" then
  475. for i,v in pairs(game.Players:GetChildren()) do
  476. local k = v.Character.Humanoid:LoadAnimation(Anim)
  477. k:Play()
  478. k:AdjustSpeed(gui["Speed Here"].Text)
  479. end
  480. end
  481. end)
  482. d.MouseButton1Down:connect(function()
  483. local AnimationId = gui["ID Here"].Text
  484. local Anim = Instance.new("Animation")
  485. Anim.AnimationId = "rbxassetid://"..AnimationId
  486. local Player = game.Players:FindFirstChild(gui.Namehere.Text)
  487. if Player ~= nil then
  488. local k = Player.Character.Humanoid:LoadAnimation(Anim)
  489. k:Play()
  490. k:AdjustSpeed(gui["Speed Here"].Text)
  491. end
  492. if gui.Namehere.Text =="me" then
  493. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  494. k:Play()
  495. k:AdjustSpeed(gui["Speed Here"].Text)
  496. end
  497. if gui.Namehere.Text =="all" then
  498. for i,v in pairs(game.Players:GetChildren()) do
  499. local k = v.Character.Humanoid:LoadAnimation(Anim)
  500. k:Play()
  501. k:AdjustSpeed(gui["Speed Here"].Text)
  502. end
  503. end
  504. end)
  505. end)
  506. Brickspam.Name = "Brickspam"
  507. Brickspam.Parent = GUImain
  508. Brickspam.BackgroundColor3 = Color3.new(1, 0, 0)
  509. Brickspam.Position = UDim2.new(0, 11, 0, 189)
  510. Brickspam.Size = UDim2.new(0, 200, 0, 23)
  511. Brickspam.Font = Enum.Font.SourceSans
  512. Brickspam.Text = "FE Brick Spam"
  513. Brickspam.TextColor3 = Color3.new(0, 0, 0)
  514. Brickspam.TextSize = 14
  515. Brickspam.MouseButton1Down:connect(function()
  516. for i=1,500 do
  517. local A_1 =
  518. {
  519. [1] = "Wear",
  520. [2] = "100427922",
  521. [3] = "Hats"
  522. }
  523. local Event = game:GetService("ReplicatedStorage").WearItem
  524. Event:FireServer(A_1)
  525. wait(0.1)
  526. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  527. if v:IsA("Hat") or v:IsA("Accessory") then
  528. v.Handle.Mesh:Destroy()
  529. v.Parent = game:GetService("Workspace")
  530. end
  531. end
  532. end
  533. end)
  534. Title.Name = "Title"
  535. Title.Parent = GUImain
  536. Title.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  537. Title.BorderColor3 = Color3.new(0, 0, 0)
  538. Title.Size = UDim2.new(0, 222, 0, 29)
  539. Title.Font = Enum.Font.SourceSans
  540. Title.Text = "FE Destroyer"
  541. Title.TextColor3 = Color3.new(0, 0, 0)
  542. Title.TextSize = 18
  543. Title.TextWrapped = true
  544. ExitGUI.Name = "ExitGUI"
  545. ExitGUI.Parent = GUImain
  546. ExitGUI.BackgroundColor3 = Color3.new(1, 0, 0)
  547. ExitGUI.Position = UDim2.new(0, 201, 0, 0)
  548. ExitGUI.Size = UDim2.new(0, 21, 0, 19)
  549. ExitGUI.Font = Enum.Font.SourceSans
  550. ExitGUI.Text = "X"
  551. ExitGUI.TextColor3 = Color3.new(0, 0, 0)
  552. ExitGUI.TextSize = 14
  553. ExitGUI.MouseButton1Down:connect(function()
  554. GUImain.Visible = false
  555. GUIopenframe.Visible = true
  556. end)
  557. page2.Name = "page2"
  558. page2.Parent = GUImain
  559. page2.BackgroundColor3 = Color3.new(1, 0, 0)
  560. page2.Position = UDim2.new(0.851351202, 0, 0.902527094, 0)
  561. page2.Size = UDim2.new(0, 33, 0, 27)
  562. page2.Font = Enum.Font.SourceSans
  563. page2.Text = "->"
  564. page2.TextColor3 = Color3.new(0, 0, 0)
  565. page2.TextScaled = true
  566. page2.TextSize = 14
  567. page2.TextWrapped = true
  568. page2.MouseButton1Down:connect(function()
  569. GUImain2.Visible = true
  570. page2.Visible = false
  571. end)
  572. GUImain2.Name = "GUImain2"
  573. GUImain2.Parent = Theexploit
  574. GUImain2.BackgroundColor3 = Color3.new(0, 0, 1)
  575. GUImain2.Position = UDim2.new(0.512345672, 0, 0.214285716, 0)
  576. GUImain2.Size = UDim2.new(0, 232, 0, 277)
  577. GUImain2.Visible = false
  578. title2.Name = "title2"
  579. title2.Parent = GUImain2
  580. title2.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  581. title2.Size = UDim2.new(0, 232, 0, 29)
  582. title2.Font = Enum.Font.SourceSans
  583. title2.Text = "Client Sided Stuff"
  584. title2.TextColor3 = Color3.new(0, 0, 0)
  585. title2.TextSize = 18
  586. title2.TextWrapped = true
  587. btools.Name = "btools"
  588. btools.Parent = GUImain2
  589. btools.BackgroundColor3 = Color3.new(1, 0, 0)
  590. btools.Position = UDim2.new(0.0474137925, 0, 0.184115529, 0)
  591. btools.Size = UDim2.new(0, 209, 0, 23)
  592. btools.Font = Enum.Font.SourceSans
  593. btools.Text = "Btools (Local)"
  594. btools.TextColor3 = Color3.new(0, 0, 0)
  595. btools.TextSize = 14
  596. btools.MouseButton1Down:connect(function()
  597. a = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  598. a.BinType = 2
  599. b = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  600. b.BinType = 3
  601. c = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  602. c.BinType = 4
  603. end)
  604. unlockWS.Name = "unlockWS"
  605. unlockWS.Parent = GUImain2
  606. unlockWS.BackgroundColor3 = Color3.new(1, 0, 0)
  607. unlockWS.Position = UDim2.new(0.0474137925, 0, 0.321299642, 0)
  608. unlockWS.Size = UDim2.new(0, 209, 0, 23)
  609. unlockWS.Font = Enum.Font.SourceSans
  610. unlockWS.Text = "Unlock WS (local)"
  611. unlockWS.TextColor3 = Color3.new(0, 0, 0)
  612. unlockWS.TextSize = 14
  613. unlockWS.MouseButton1Down:connect(function()
  614. function unlock(obj)
  615. for i,v in pairs(obj:GetChildren()) do
  616. if v:IsA("BasePart") then
  617. v.Locked = false
  618. end
  619. unlock(v)
  620. end
  621. end
  622. unlock(workspace)
  623. end)
  624. lowgravity.Name = " lowgravity"
  625. lowgravity.Parent = GUImain2
  626. lowgravity.BackgroundColor3 = Color3.new(1, 0, 0)
  627. lowgravity.Position = UDim2.new(0.0474137925, 0, 0.458483756, 0)
  628. lowgravity.Size = UDim2.new(0, 209, 0, 23)
  629. lowgravity.Font = Enum.Font.SourceSans
  630. lowgravity.Text = "Low gravity (local)"
  631. lowgravity.TextColor3 = Color3.new(0, 0, 0)
  632. lowgravity.TextSize = 14
  633. lowgravity.MouseButton1Down:connect(function()
  634. game.Workspace.Gravity = 20
  635. end)
  636. ExitGUI2.Name = "ExitGUI2"
  637. ExitGUI2.Parent = GUImain2
  638. ExitGUI2.BackgroundColor3 = Color3.new(1, 0, 0)
  639. ExitGUI2.Position = UDim2.new(0, 210, 0, 4)
  640. ExitGUI2.Size = UDim2.new(0, 21, 0, 19)
  641. ExitGUI2.Font = Enum.Font.SourceSans
  642. ExitGUI2.Text = "X"
  643. ExitGUI2.TextColor3 = Color3.new(0, 0, 0)
  644. ExitGUI2.TextSize = 14
  645. ExitGUI2.MouseButton1Down:connect(function()
  646. GUImain2.Visible = false
  647. page2.Visible = true
  648. end)

comments powered by Disqus