Advertisement
thomas13215

FE script hub

Jan 1st, 2019
3,380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.35 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local FEScriptHub = Instance.new("ScreenGui")
  5. local frame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local Title = Instance.new("TextBox")
  9. local FEcheck = Instance.new("TextBox")
  10. local credit = Instance.new("TextBox")
  11. local Fly = Instance.new("TextButton")
  12. local Fling = Instance.new("TextButton")
  13. local Abuse = Instance.new("TextButton")
  14. local X = Instance.new("TextButton")
  15. --Properties:
  16. FEScriptHub.Name = "FE Script Hub"
  17. FEScriptHub.Parent = game.CoreGui
  18.  
  19. frame.Name = "frame"
  20. frame.Parent = FEScriptHub
  21. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  22. frame.Position = UDim2.new(0.00916830357, 0, 0.464373469, 0)
  23. frame.Size = UDim2.new(0, 138, 0, 39)
  24. frame.Style = Enum.FrameStyle.RobloxRound
  25.  
  26. Open.Name = "Open"
  27. Open.Parent = frame
  28. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Open.BackgroundTransparency = 1
  30. Open.Position = UDim2.new(0.0325922146, 0, -0.179487184, 0)
  31. Open.Size = UDim2.new(0, 113, 0, 32)
  32. Open.Font = Enum.Font.Gotham
  33. Open.Text = "Open"
  34. Open.TextColor3 = Color3.new(1, 1, 1)
  35. Open.TextScaled = true
  36. Open.TextSize = 14
  37. Open.TextWrapped = true
  38. Open.MouseButton1Down:connect(function()
  39. main.Visible = true
  40. frame.Visible = false
  41. end)
  42.  
  43. main.Name = "main"
  44. main.Parent = FEScriptHub
  45. main.BackgroundColor3 = Color3.new(0, 0, 0)
  46. main.BorderColor3 = Color3.new(1, 1, 1)
  47. main.BorderSizePixel = 10
  48. main.Position = UDim2.new(0.13752456, 0, 0.234643728, 0)
  49. main.Size = UDim2.new(0, 383, 0, 384)
  50. main.Visible = false
  51. main.Style = Enum.FrameStyle.RobloxRound
  52. main.Active = true
  53. main.Draggable = true
  54.  
  55. Title.Name = "Title"
  56. Title.Parent = main
  57. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  58. Title.BorderColor3 = Color3.new(1, 1, 1)
  59. Title.Position = UDim2.new(-0.063704133, 0, -0.0370885916, 0)
  60. Title.Size = UDim2.new(0, 413, 0, 26)
  61. Title.ClearTextOnFocus = false
  62. Title.Font = Enum.Font.Gotham
  63. Title.Text = "FE Script Hub"
  64. Title.TextColor3 = Color3.new(1, 1, 1)
  65. Title.TextScaled = true
  66. Title.TextSize = 14
  67. Title.TextWrapped = true
  68.  
  69. FEcheck.Name = "FE check"
  70. FEcheck.Parent = main
  71. FEcheck.BackgroundColor3 = Color3.new(0, 0, 0)
  72. FEcheck.BorderColor3 = Color3.new(1, 1, 1)
  73. FEcheck.Position = UDim2.new(0.107736446, 0, 0.034640789, 0)
  74. FEcheck.Size = UDim2.new(0, 289, 0, 26)
  75. FEcheck.ClearTextOnFocus = false
  76. FEcheck.Font = Enum.Font.Gotham
  77. FEcheck.Text = "FE Is Enabled"
  78. FEcheck.TextColor3 = Color3.new(0, 1, 0)
  79. FEcheck.TextScaled = true
  80. FEcheck.TextSize = 14
  81. FEcheck.TextWrapped = true
  82.  
  83. credit.Name = "credit"
  84. credit.Parent = main
  85. credit.BackgroundColor3 = Color3.new(0, 0, 0)
  86. credit.BorderColor3 = Color3.new(1, 1, 1)
  87. credit.Position = UDim2.new(0.212932944, 0, 0.106150471, 0)
  88. credit.Size = UDim2.new(0, 211, 0, 26)
  89. credit.ClearTextOnFocus = false
  90. credit.Font = Enum.Font.Gotham
  91. credit.Text = "UI By Fortress Master"
  92. credit.TextColor3 = Color3.new(1, 1, 1)
  93. credit.TextScaled = true
  94. credit.TextSize = 14
  95. credit.TextWrapped = true
  96.  
  97. Fly.Name = "Fly"
  98. Fly.Parent = main
  99. Fly.BackgroundColor3 = Color3.new(0, 0, 0)
  100. Fly.BorderColor3 = Color3.new(1, 1, 1)
  101. Fly.Position = UDim2.new(0.105406679, 0, 0.68337667, 0)
  102. Fly.Size = UDim2.new(0, 291, 0, 50)
  103. Fly.Font = Enum.Font.Gotham
  104. Fly.Text = "Fly (E to toggle)"
  105. Fly.TextColor3 = Color3.new(1, 1, 1)
  106. Fly.TextScaled = true
  107. Fly.TextSize = 14
  108. Fly.TextWrapped = true
  109. Fly.MouseButton1Down:connect(function()
  110. repeat wait()
  111. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  112. local mouse = game.Players.LocalPlayer:GetMouse()
  113. repeat wait() until mouse
  114. local plr = game.Players.LocalPlayer
  115. local torso = plr.Character.Torso
  116. local flying = true
  117. local deb = true
  118. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  119. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  120. local maxspeed = 100
  121. local speed = 0
  122.  
  123. function Fly()
  124. local bg = Instance.new("BodyGyro", torso)
  125. bg.P = 9e4
  126. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  127. bg.cframe = torso.CFrame
  128. local bv = Instance.new("BodyVelocity", torso)
  129. bv.velocity = Vector3.new(0,0.1,0)
  130. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  131. repeat wait()
  132. plr.Character.Humanoid.PlatformStand = true
  133. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  134. speed = speed+.5+(speed/maxspeed)
  135. if speed > maxspeed then
  136. speed = maxspeed
  137. end
  138. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  139. speed = speed-1
  140. if speed < 0 then
  141. speed = 0
  142. end
  143. end
  144. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  145. 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
  146. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  147. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  148. 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
  149. else
  150. bv.velocity = Vector3.new(0,0.1,0)
  151. end
  152. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  153. until not flying
  154. ctrl = {f = 0, b = 0, l = 0, r = 0}
  155. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  156. speed = 0
  157. bg:Destroy()
  158. bv:Destroy()
  159. plr.Character.Humanoid.PlatformStand = false
  160. end
  161. mouse.KeyDown:connect(function(key)
  162. if key:lower() == "e" then
  163. if flying then flying = false
  164. else
  165. flying = true
  166. Fly()
  167. end
  168. elseif key:lower() == "w" then
  169. ctrl.f = 1
  170. elseif key:lower() == "s" then
  171. ctrl.b = -1
  172. elseif key:lower() == "a" then
  173. ctrl.l = -1
  174. elseif key:lower() == "d" then
  175. ctrl.r = 1
  176. end
  177. end)
  178. mouse.KeyUp:connect(function(key)
  179. if key:lower() == "w" then
  180. ctrl.f = 0
  181. elseif key:lower() == "s" then
  182. ctrl.b = 0
  183. elseif key:lower() == "a" then
  184. ctrl.l = 0
  185. elseif key:lower() == "d" then
  186. ctrl.r = 0
  187. end
  188. end)
  189. Fly()
  190. end)
  191.  
  192. Fling.Name = "Fling"
  193. Fling.Parent = main
  194. Fling.BackgroundColor3 = Color3.new(0, 0, 0)
  195. Fling.BorderColor3 = Color3.new(1, 1, 1)
  196. Fling.Position = UDim2.new(0.100184746, 0, 0.467230827, 0)
  197. Fling.Size = UDim2.new(0, 291, 0, 50)
  198. Fling.Font = Enum.Font.Gotham
  199. Fling.Text = "FE kill (R6)"
  200. Fling.TextColor3 = Color3.new(1, 1, 1)
  201. Fling.TextScaled = true
  202. Fling.TextSize = 14
  203. Fling.TextWrapped = true
  204. Fling.MouseButton1Down:connect(function()
  205. -- Made by JackMcJagger15
  206.  
  207. power = 500 -- change this to make it more or less powerful
  208.  
  209. game:GetService('RunService').Stepped:connect(function()
  210. game.Players.LocalPlayer.Character.Head.CanCollide = false
  211. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  212. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  213. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  214. end)
  215.  
  216. wait(.1)
  217. local bambam = Instance.new("BodyThrust")
  218. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  219. bambam.Force = Vector3.new(power,0,power)
  220. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  221. end)
  222.  
  223. Abuse.Name = "Abuse"
  224. Abuse.Parent = main
  225. Abuse.BackgroundColor3 = Color3.new(0, 0, 0)
  226. Abuse.BorderColor3 = Color3.new(1, 1, 1)
  227. Abuse.Position = UDim2.new(0.100184746, 0, 0.258897483, 0)
  228. Abuse.Size = UDim2.new(0, 291, 0, 50)
  229. Abuse.Font = Enum.Font.Gotham
  230. Abuse.Text = "Abuse GUI"
  231. Abuse.TextColor3 = Color3.new(1, 1, 1)
  232. Abuse.TextScaled = true
  233. Abuse.TextSize = 14
  234. Abuse.TextWrapped = true
  235. Abuse.MouseButton1Down:connect(function()
  236. -- Objects
  237.  
  238. local FeHax1337 = Instance.new("ScreenGui")
  239. local Base = Instance.new("Frame")
  240. local Annoy = Instance.new("TextButton")
  241. local Hatspin = Instance.new("TextButton")
  242. local Creeper = Instance.new("TextButton")
  243. local Username = Instance.new("TextBox")
  244. local Naked = Instance.new("TextButton")
  245. local Rape = Instance.new("TextButton")
  246. local DropHats = Instance.new("TextButton")
  247. local GameRuiner = Instance.new("TextButton")
  248. local Fly = Instance.new("TextButton")
  249. local Noclip = Instance.new("TextButton")
  250. local GUILine = Instance.new("Frame")
  251. local no = Instance.new("Frame")
  252. local FE = Instance.new("TextLabel")
  253. local GUILine_2 = Instance.new("Frame")
  254. local no_2 = Instance.new("Frame")
  255. local Creditz = Instance.new("TextLabel")
  256.  
  257. -- Properties
  258.  
  259. FeHax1337.Name = "FeHax1337"
  260. FeHax1337.Parent = game.CoreGui
  261.  
  262. Base.Name = "Base"
  263. Base.Parent = FeHax1337
  264. Base.Active = true
  265. Base.BackgroundColor3 = Color3.new(1, 1, 1)
  266. Base.BorderSizePixel = 0
  267. Base.Draggable = true
  268. Base.Position = UDim2.new(0.314787179, 0, 0.224938855, 0)
  269. Base.Selectable = true
  270. Base.Size = UDim2.new(0, 496, 0, 449)
  271.  
  272. Annoy.Name = "Annoy"
  273. Annoy.Parent = Base
  274. Annoy.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  275. Annoy.BorderSizePixel = 0
  276. Annoy.Position = UDim2.new(0.362454742, 0, 0.374793768, 0)
  277. Annoy.Size = UDim2.new(0, 144, 0, 50)
  278. Annoy.Font = Enum.Font.Highway
  279. Annoy.Text = "Annoy"
  280. Annoy.TextColor3 = Color3.new(0, 0, 0)
  281. Annoy.TextSize = 25
  282. Annoy.MouseButton1Down:connect(function()
  283. local Victim = Username.Text
  284. local P=game:GetService'Players'.LocalPlayer
  285. local C=P.Character or P.CharacterAdded:Wait()
  286. game:GetService'RunService'.Stepped:Connect(function()
  287. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  288. end)
  289. end)
  290.  
  291. Hatspin.Name = "Hatspin"
  292. Hatspin.Parent = Base
  293. Hatspin.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  294. Hatspin.BorderSizePixel = 0
  295. Hatspin.Position = UDim2.new(0.0277176313, 0, 0.374793768, 0)
  296. Hatspin.Size = UDim2.new(0, 144, 0, 50)
  297. Hatspin.Font = Enum.Font.Highway
  298. Hatspin.Text = "Hatspin"
  299. Hatspin.TextColor3 = Color3.new(0, 0, 0)
  300. Hatspin.TextSize = 25
  301. Hatspin.MouseButton1Down:connect(function()
  302. local obese = game:GetService('Players')
  303. for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do
  304. if v.ClassName == "Accessory" then
  305. local stg = v.Handle:FindFirstChildOfClass("BodyForce")
  306. if stg == nil then
  307. local a = Instance.new("BodyPosition")
  308. local b = Instance.new("BodyAngularVelocity")
  309. a.Parent = v.Handle
  310. b.Parent = v.Handle
  311. v.Handle.AccessoryWeld:Destroy()
  312. b.AngularVelocity = Vector3.new(0,100,0)
  313. b.MaxTorque = Vector3.new(0,200,0)
  314. a.P = 30000
  315. a.D = 50
  316. game:GetService('RunService').Stepped:connect(function()
  317. a.Position = obese.LocalPlayer.Character.Head.Position
  318. end)
  319. end
  320. end
  321. end
  322. end)
  323.  
  324. Creeper.Name = "Creeper"
  325. Creeper.Parent = Base
  326. Creeper.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  327. Creeper.BorderSizePixel = 0
  328. Creeper.Position = UDim2.new(0.691692233, 0, 0.374793768, 0)
  329. Creeper.Size = UDim2.new(0, 144, 0, 50)
  330. Creeper.Font = Enum.Font.Highway
  331. Creeper.Text = "Creeper"
  332. Creeper.TextColor3 = Color3.new(0, 0, 0)
  333. Creeper.TextSize = 25
  334. Creeper.MouseButton1Down:connect(function()
  335. local plr = game.Players.LocalPlayer.Character.Humanoid
  336. if plr.RigType == R15 then
  337. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  338. game.Players.LocalPlayer.Character.LeftHand:Destroy()
  339. game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
  340. game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
  341. game.Players.LocalPlayer.Character.RightHand:Destroy()
  342. game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
  343. game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  344. else
  345. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  346. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  347. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  348. end
  349. end)
  350.  
  351.  
  352. Username.Name = "Username"
  353. Username.Parent = Base
  354. Username.BackgroundColor3 = Color3.new(0.721569, 0.721569, 0.721569)
  355. Username.BackgroundTransparency = 0.25
  356. Username.BorderSizePixel = 0
  357. Username.Position = UDim2.new(0.0927419364, 0, 0.209354118, 0)
  358. Username.Size = UDim2.new(0, 403, 0, 50)
  359. Username.Font = Enum.Font.Highway
  360. Username.Text = "Username"
  361. Username.TextColor3 = Color3.new(0, 0, 0)
  362. Username.TextSize = 28
  363. Username.TextWrapped = true
  364.  
  365. Naked.Name = "Naked"
  366. Naked.Parent = Base
  367. Naked.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  368. Naked.BorderSizePixel = 0
  369. Naked.Position = UDim2.new(0.0277176313, 0, 0.557128489, 0)
  370. Naked.Size = UDim2.new(0, 144, 0, 50)
  371. Naked.Font = Enum.Font.Highway
  372. Naked.Text = "Naked"
  373. Naked.TextColor3 = Color3.new(0, 0, 0)
  374. Naked.TextSize = 25
  375. Naked.MouseButton1Down:connect(function()
  376. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  377. pcall(function()
  378. hummy.Parent.Pants:Destroy()
  379. end)
  380. pcall(function()
  381. hummy.Parent.Shirt:Destroy()
  382. end)
  383. end)
  384.  
  385.  
  386. Rape.Name = "Rape"
  387. Rape.Parent = Base
  388. Rape.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  389. Rape.BorderSizePixel = 0
  390. Rape.Position = UDim2.new(0.362419903, 0, 0.557128489, 0)
  391. Rape.Size = UDim2.new(0, 144, 0, 50)
  392. Rape.Font = Enum.Font.Highway
  393. Rape.Text = "Rape"
  394. Rape.TextColor3 = Color3.new(0, 0, 0)
  395. Rape.TextSize = 25
  396. Rape.MouseButton1Down:connect(function()
  397.  
  398. player = Username.Text
  399. stupid = Instance.new('Animation')
  400. stupid.AnimationId = 'rbxassetid://148840371'
  401. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  402. pcall(function()
  403. hummy.Parent.Pants:Destroy()
  404. end)
  405. pcall(function()
  406. hummy.Parent.Shirt:Destroy()
  407. end)
  408. notfunny = hummy:LoadAnimation(stupid)
  409. notfunny:Play()
  410. notfunny:AdjustSpeed(10)
  411. while hummy.Parent.Parent ~= nil do
  412. wait()
  413. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Username.Text].Character.HumanoidRootPart.CFrame
  414. end
  415. end)
  416.  
  417. DropHats.Name = "Drop Hats"
  418. DropHats.Parent = Base
  419. DropHats.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  420. DropHats.BorderSizePixel = 0
  421. DropHats.Position = UDim2.new(0.690962017, 0, 0.557128489, 0)
  422. DropHats.Size = UDim2.new(0, 144, 0, 50)
  423. DropHats.Font = Enum.Font.Highway
  424. DropHats.Text = "Drop Hats"
  425. DropHats.TextColor3 = Color3.new(0, 0, 0)
  426. DropHats.TextSize = 25
  427. DropHats.MouseButton1Down:connect(function()
  428. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  429. if (v:IsA("Accessory")) then
  430. v.Parent = workspace
  431. end
  432. end
  433. end)
  434.  
  435. GameRuiner.Name = "GameRuiner"
  436. GameRuiner.Parent = Base
  437. GameRuiner.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  438. GameRuiner.BorderSizePixel = 0
  439. GameRuiner.Position = UDim2.new(0.0277424753, 0, 0.724166334, 0)
  440. GameRuiner.Size = UDim2.new(0, 144, 0, 50)
  441. GameRuiner.Font = Enum.Font.Highway
  442. GameRuiner.Text = "GameRuiner"
  443. GameRuiner.TextColor3 = Color3.new(0, 0, 0)
  444. GameRuiner.TextSize = 25
  445. GameRuiner.MouseButton1Down:connect(function()
  446. -- Objects
  447.  
  448. local GameRuiner = Instance.new("ScreenGui")
  449. local Main = Instance.new("Frame")
  450. local info = Instance.new("TextLabel")
  451. local close = Instance.new("TextButton")
  452. local username = Instance.new("TextBox")
  453. local shutdown = Instance.new("TextButton")
  454. local give = Instance.new("TextButton")
  455. local goto = Instance.new("TextButton")
  456.  
  457. -- Properties
  458.  
  459. GameRuiner.Name = "GameRuiner"
  460. GameRuiner.Parent = game.Players.LocalPlayer.PlayerGui
  461.  
  462. Main.Name = "Main"
  463. Main.Parent = GameRuiner
  464. Main.Active = true
  465. Main.Selectable = true
  466. Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  467. Main.BorderColor3 = Color3.new(1, 1, 1)
  468. Main.Draggable = true
  469. Main.Position = UDim2.new(0.400000006, 0, 0.400000006, 0)
  470. Main.Size = UDim2.new(0, 400, 0, 300)
  471.  
  472. info.Name = "info"
  473. info.Parent = Main
  474. info.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  475. info.BorderColor3 = Color3.new(1, 1, 1)
  476. info.Size = UDim2.new(0, 350, 0, 50)
  477. info.Font = Enum.Font.SourceSansLight
  478. info.FontSize = Enum.FontSize.Size32
  479. info.Text = "GameRuiner GUI V2.0"
  480. info.TextColor3 = Color3.new(0, 0, 0)
  481. info.TextSize = 30
  482. info.TextWrapped = true
  483.  
  484. close.Name = "close"
  485. close.Parent = Main
  486. close.BackgroundColor3 = Color3.new(1, 0, 0)
  487. close.BorderColor3 = Color3.new(1, 1, 1)
  488. close.Position = UDim2.new(0, 350, 0, 0)
  489. close.Size = UDim2.new(0, 50, 0, 50)
  490. close.Font = Enum.Font.SourceSansLight
  491. close.FontSize = Enum.FontSize.Size14
  492. close.Text = "X"
  493. close.TextColor3 = Color3.new(0, 0, 0)
  494. close.TextScaled = true
  495. close.TextSize = 14
  496. close.TextWrapped = true
  497.  
  498. username.Name = "username"
  499. username.Parent = Main
  500. username.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  501. username.BorderColor3 = Color3.new(0, 0, 0)
  502. username.Position = UDim2.new(0, 50, 0, 100)
  503. username.Size = UDim2.new(0, 300, 0, 50)
  504. username.Font = Enum.Font.SourceSansLight
  505. username.FontSize = Enum.FontSize.Size14
  506. username.Text = "Username"
  507. username.TextColor3 = Color3.new(0, 0, 0)
  508. username.TextScaled = true
  509. username.TextSize = 14
  510. username.TextWrapped = true
  511.  
  512. shutdown.Name = "shutdown"
  513. shutdown.Parent = Main
  514. shutdown.BackgroundColor3 = Color3.new(1, 0, 1)
  515. shutdown.BorderColor3 = Color3.new(1, 1, 1)
  516. shutdown.ClipsDescendants = true
  517. shutdown.Position = UDim2.new(0, 50, 0, 250)
  518. shutdown.Size = UDim2.new(0, 300, 0, 50)
  519. shutdown.AutoButtonColor = false
  520. shutdown.Font = Enum.Font.SourceSansLight
  521. shutdown.FontSize = Enum.FontSize.Size14
  522. shutdown.Text = "FE Shutdown"
  523. shutdown.TextColor3 = Color3.new(0, 0, 0)
  524. shutdown.TextScaled = true
  525. shutdown.TextSize = 14
  526. shutdown.TextWrapped = true
  527.  
  528. give.Name = "give"
  529. give.Parent = Main
  530. give.BackgroundColor3 = Color3.new(0, 0.501961, 0)
  531. give.BorderColor3 = Color3.new(1, 1, 1)
  532. give.ClipsDescendants = true
  533. give.Position = UDim2.new(0, 50, 0, 175)
  534. give.Size = UDim2.new(0, 125, 0, 50)
  535. give.AutoButtonColor = false
  536. give.Font = Enum.Font.SourceSansLight
  537. give.FontSize = Enum.FontSize.Size14
  538. give.Text = "Give"
  539. give.TextColor3 = Color3.new(0, 0, 0)
  540. give.TextScaled = true
  541. give.TextSize = 14
  542. give.TextWrapped = true
  543.  
  544. goto.Name = "goto"
  545. goto.Parent = Main
  546. goto.BackgroundColor3 = Color3.new(0, 0.501961, 0)
  547. goto.BorderColor3 = Color3.new(1, 1, 1)
  548. goto.ClipsDescendants = true
  549. goto.Position = UDim2.new(0, 225, 0, 175)
  550. goto.Size = UDim2.new(0, 125, 0, 50)
  551. goto.AutoButtonColor = false
  552. goto.Font = Enum.Font.SourceSansLight
  553. goto.FontSize = Enum.FontSize.Size14
  554. goto.Text = "Goto"
  555. goto.TextColor3 = Color3.new(0, 0, 0)
  556. goto.TextScaled = true
  557. goto.TextSize = 14
  558. goto.TextWrapped = true
  559.  
  560. function GetPlayers(Name)
  561. if Name:lower() == "me" then
  562. return {game.Players.LocalPlayer}
  563. elseif Name:lower() == "all" then
  564. return game.Players:GetChildren()
  565. elseif Name:lower() == "others" then
  566. local t = {}
  567. for i,v in pairs(game.Players:GetChildren()) do
  568. if v.Name ~= game.Players.LocalPlayer.Name then
  569. table.insert(t, v)
  570. end
  571. end
  572. return t
  573. else
  574. local t = {}
  575. for i,v in pairs(game.Players:GetChildren()) do
  576. if v.Name:sub(1, #Name):lower() == Name:lower() then
  577. table.insert(t, v)
  578. end
  579. end
  580. return t
  581. end
  582. end
  583.  
  584. close.MouseButton1Down:connect(function()
  585. Main:TweenPosition(UDim2.new(0.400000006, 0, -0.5, 0), "Out", "Quad", 0.5)
  586. wait(0.5)
  587. Main:Destroy()
  588. end)
  589.  
  590. give.MouseButton1Down:connect(function(X, Y)
  591. if not give:FindFirstChild('Circle') then
  592. local C = Instance.new('ImageLabel', give)
  593. C.BackgroundTransparency = 1
  594. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, give.AbsolutePosition.X, 0, give.AbsolutePosition.Y)
  595. C.Size = UDim2.new(0, 0, 0, 0)
  596. C.ZIndex = give.ZIndex
  597. C.Image = 'rbxassetid://200182847'
  598. C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  599. C.Name = 'Circle'
  600. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  601. for i = 0, 1, 0.03 do
  602. C.ImageTransparency = i
  603. game:GetService('RunService').RenderStepped:wait()
  604. end
  605. C:destroy()
  606. end
  607. for a,v in pairs(GetPlayers(username.Text)) do
  608. for b,x in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  609. if x:IsA("Tool") then
  610. x.Parent = v.Character
  611. end
  612. end
  613. end
  614. end)
  615.  
  616. shutdown.MouseButton1Down:connect(function(X, Y)
  617. if not shutdown:FindFirstChild('Circle') then
  618. local C = Instance.new('ImageLabel', shutdown)
  619. C.BackgroundTransparency = 1
  620. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, shutdown.AbsolutePosition.X, 0, shutdown.AbsolutePosition.Y)
  621. C.Size = UDim2.new(0, 0, 0, 0)
  622. C.ZIndex = shutdown.ZIndex
  623. C.Image = 'rbxassetid://200182847'
  624. C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  625. C.Name = 'Circle'
  626. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  627. for i = 0, 1, 0.03 do
  628. C.ImageTransparency = i
  629. game:GetService('RunService').RenderStepped:wait()
  630. end
  631. C:destroy()
  632. end
  633. while wait() do
  634. for a,v in pairs(game.Players:GetChildren()) do
  635. if v.Character ~= nil and v.Character:FindFirstChild("Head") then
  636. for b,x in pairs(v.Character.Head:GetChildren()) do
  637. if x:IsA("Sound") then
  638. x.Playing = true
  639. end
  640. end
  641. end
  642. end
  643. end
  644. while wait() do
  645. for a,v in pairs(game.Players:GetChildren()) do
  646. if v.Character ~= nil and v.Character:FindFirstChild("Head") then
  647. for b,x in pairs(v.Character.Head:GetChildren()) do
  648. if x:IsA("Sound") then
  649. x.Playing = true
  650. end
  651. end
  652. end
  653. end
  654. end
  655. end)
  656.  
  657. goto.MouseButton1Down:connect(function(X, Y)
  658. if not goto:FindFirstChild('Circle') then
  659. local C = Instance.new('ImageLabel', goto)
  660. C.BackgroundTransparency = 1
  661. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, goto.AbsolutePosition.X, 0, goto.AbsolutePosition.Y)
  662. C.Size = UDim2.new(0, 0, 0, 0)
  663. C.ZIndex = goto.ZIndex
  664. C.Image = 'rbxassetid://200182847'
  665. C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  666. C.Name = 'Circle'
  667. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  668. for i = 0, 1, 0.03 do
  669. C.ImageTransparency = i
  670. game:GetService('RunService').RenderStepped:wait()
  671. end
  672. C:destroy()
  673. end
  674. for a,v in pairs(GetPlayers(username.Text)) do
  675. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  676. end
  677. end)
  678. end)
  679.  
  680. local Flying = true
  681.  
  682. Fly.Name = "Fly"
  683. Fly.Parent = Base
  684. Fly.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  685. Fly.BorderSizePixel = 0
  686. Fly.Position = UDim2.new(0.362419903, 0, 0.724166334, 0)
  687. Fly.Size = UDim2.new(0, 144, 0, 50)
  688. Fly.Font = Enum.Font.Highway
  689. Fly.Text = "Fly"
  690. Fly.TextColor3 = Color3.new(0, 0, 0)
  691. Fly.TextSize = 25
  692. Fly.MouseButton1Down:connect(function()
  693. repeat wait()
  694. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  695. local mouse = game.Players.LocalPlayer:GetMouse()
  696. repeat wait() until mouse
  697. local plr = game.Players.LocalPlayer
  698. local torso = plr.Character.Torso
  699. local flying = true
  700. local deb = true
  701. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  702. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  703. local maxspeed = 50
  704. local speed = 0
  705.  
  706. function Fly()
  707. local bg = Instance.new("BodyGyro", torso)
  708. bg.P = 9e4
  709. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  710. bg.cframe = torso.CFrame
  711. local bv = Instance.new("BodyVelocity", torso)
  712. bv.velocity = Vector3.new(0,0.1,0)
  713. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  714. repeat wait()
  715. plr.Character.Humanoid.PlatformStand = true
  716. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  717. speed = speed+.5+(speed/maxspeed)
  718. if speed > maxspeed then
  719. speed = maxspeed
  720. end
  721. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  722. speed = speed-1
  723. if speed < 0 then
  724. speed = 0
  725. end
  726. end
  727. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  728. 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
  729. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  730. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  731. 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
  732. else
  733. bv.velocity = Vector3.new(0,0.1,0)
  734. end
  735. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  736. until not flying
  737. ctrl = {f = 0, b = 0, l = 0, r = 0}
  738. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  739. speed = 0
  740. bg:Destroy()
  741. bv:Destroy()
  742. plr.Character.Humanoid.PlatformStand = false
  743. end
  744. mouse.KeyDown:connect(function(key)
  745. if key:lower() == "e" then
  746. if flying then flying = false
  747. else
  748. flying = true
  749. Fly()
  750. end
  751. elseif key:lower() == "w" then
  752. ctrl.f = 1
  753. elseif key:lower() == "s" then
  754. ctrl.b = -1
  755. elseif key:lower() == "a" then
  756. ctrl.l = -1
  757. elseif key:lower() == "d" then
  758. ctrl.r = 1
  759. end
  760. end)
  761. mouse.KeyUp:connect(function(key)
  762. if key:lower() == "w" then
  763. ctrl.f = 0
  764. elseif key:lower() == "s" then
  765. ctrl.b = 0
  766. elseif key:lower() == "a" then
  767. ctrl.l = 0
  768. elseif key:lower() == "d" then
  769. ctrl.r = 0
  770. end
  771. end)
  772. Fly()
  773. end)
  774.  
  775.  
  776. local noclip = false
  777.  
  778. Noclip.Name = "Noclip"
  779. Noclip.Parent = Base
  780. Noclip.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  781. Noclip.BorderSizePixel = 0
  782. Noclip.Position = UDim2.new(0.69104898, 0, 0.724166334, 0)
  783. Noclip.Size = UDim2.new(0, 144, 0, 50)
  784. Noclip.Font = Enum.Font.Highway
  785. Noclip.Text = "Noclip"
  786. Noclip.TextColor3 = Color3.new(0, 0, 0)
  787. Noclip.TextSize = 25
  788. Noclip.MouseButton1Down:connect(function()
  789. if Noclip == false then
  790. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  791. NoClip.Text = "Clip"
  792. else
  793. game.Players.LocalPlayer.Character.Humanoid:ChangeState(9)
  794. Noclip = true
  795. end
  796. end)
  797.  
  798.  
  799. GUILine.Name = "GUI Line"
  800. GUILine.Parent = Base
  801. GUILine.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608)
  802. GUILine.BorderSizePixel = 0
  803. GUILine.Position = UDim2.new(-0.000363619998, 0, -0.00101011992, 0)
  804. GUILine.Selectable = true
  805. GUILine.Size = UDim2.new(0, 496, 0, 12)
  806.  
  807. no.Name = "no"
  808. no.Parent = GUILine
  809. no.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216)
  810. no.BorderSizePixel = 0
  811. no.Position = UDim2.new(0, 0, 1, 0)
  812. no.Size = UDim2.new(0, 496, 0, 67)
  813.  
  814. FE.Name = "FE"
  815. FE.Parent = GUILine
  816. FE.BackgroundColor3 = Color3.new(1, 1, 1)
  817. FE.BackgroundTransparency = 1
  818. FE.Position = UDim2.new(0.258244455, 0, 0.00167793036, 0)
  819. FE.Size = UDim2.new(0, 240, 0, 86)
  820. FE.Font = Enum.Font.Highway
  821. FE.Text = "FE Hax 1337"
  822. FE.TextSize = 35
  823.  
  824. GUILine_2.Name = "GUI Line"
  825. GUILine_2.Parent = Base
  826. GUILine_2.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608)
  827. GUILine_2.BorderSizePixel = 0
  828. GUILine_2.Position = UDim2.new(-0.000363620929, 0, 0.960183144, 0)
  829. GUILine_2.Size = UDim2.new(0, 496, 0, 18)
  830.  
  831. no_2.Name = "no"
  832. no_2.Parent = GUILine_2
  833. no_2.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216)
  834. no_2.BorderSizePixel = 0
  835. no_2.Position = UDim2.new(0, 0, -1.43478262, 0)
  836. no_2.Size = UDim2.new(0, 496, 0, 33)
  837.  
  838. Creditz.Name = "Creditz"
  839. Creditz.Parent = GUILine_2
  840. Creditz.BackgroundColor3 = Color3.new(1, 1, 1)
  841. Creditz.BackgroundTransparency = 1
  842. Creditz.BorderSizePixel = 0
  843. Creditz.Position = UDim2.new(0.00806450844, 0, -1.91666675, 0)
  844. Creditz.Size = UDim2.new(0, 488, 0, 50)
  845. Creditz.Font = Enum.Font.Highway
  846. Creditz.Text = "Credits : Stick_Smart, iVerzide and Cookie1890 for the scripts."
  847. Creditz.TextSize = 20
  848. end)
  849.  
  850. X.Name = "X"
  851. X.Parent = main
  852. X.BackgroundColor3 = Color3.new(0, 0, 0)
  853. X.BorderColor3 = Color3.new(1, 1, 1)
  854. X.Position = UDim2.new(1.00641167, 0, -0.0367431641, 0)
  855. X.Size = UDim2.new(0, 20, 0, 25)
  856. X.Font = Enum.Font.Gotham
  857. X.Text = "X"
  858. X.TextColor3 = Color3.new(1, 1, 1)
  859. X.TextScaled = true
  860. X.TextSize = 14
  861. X.TextWrapped = true
  862. X.MouseButton1Down:connect(function()
  863. frame.Visible = true
  864. main.Visible = false
  865. end)
  866.  
  867. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement