Advertisement
TestBot685

Untitled

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