Advertisement
litemodsyt

Untitled

Feb 25th, 2020
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.03 KB | None | 0 0
  1. local FEGui = Instance.new("ScreenGui")
  2. local MainBody = Instance.new("Frame")
  3. local Title = Instance.new("Frame")
  4. local Bottom = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local Animations = Instance.new("TextButton")
  7. local CreeperR6 = Instance.new("TextButton")
  8. local CreeperR15 = Instance.new("TextButton")
  9. local AnimationsR15 = Instance.new("TextButton")
  10. local FEDropHats = Instance.new("TextButton")
  11. local NoLimbs = Instance.new("TextButton")
  12. local FEbtools = Instance.new("TextButton")
  13. local FlyR6 = Instance.new("TextButton")
  14. local FEinvisible = Instance.new("TextButton")
  15. local Glitchmax = Instance.new("TextButton")
  16. local FEFloatinghead = Instance.new("TextButton")
  17. local Inform = Instance.new("TextButton")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19.  
  20. -- Properties
  21.  
  22. FEGui.Name = "FE Gui"
  23. FEGui.Parent = game.Players.LocalPlayer.PlayerGui
  24. FEGui.ResetOnSpawn = false
  25.  
  26. MainBody.Name = "Main Body"
  27. MainBody.Parent = FEGui
  28. MainBody.Active = true
  29. MainBody.BackgroundColor3 = Color3.new(0, 0, 0)
  30. MainBody.Draggable = true
  31. MainBody.Position = UDim2.new(0.536635697, 0, 0.0425101332, 0)
  32. MainBody.Size = UDim2.new(0, 353, 0, 270)
  33.  
  34. Title.Name = "Title"
  35. Title.Parent = MainBody
  36. Title.BackgroundColor3 = Color3.new(0.0313726, 0.321569, 1)
  37. Title.Position = UDim2.new(0.000818580389, 0, -0.000419855118, 0)
  38. Title.Size = UDim2.new(0, 353, 0, 27)
  39.  
  40. Bottom.Name = "Bottom"
  41. Bottom.Parent = MainBody
  42. Bottom.BackgroundColor3 = Color3.new(0.0235294, 0.627451, 1)
  43. Bottom.Position = UDim2.new(0.000818580389, 0, 0.0986804739, 0)
  44. Bottom.Size = UDim2.new(0, 353, 0, 16)
  45.  
  46. TextLabel.Parent = MainBody
  47. TextLabel.BackgroundColor3 = Color3.new(0.0313726, 0.321569, 1)
  48. TextLabel.BorderSizePixel = 0
  49. TextLabel.Size = UDim2.new(0, 200, 0, 19)
  50. TextLabel.Font = Enum.Font.SourceSansBold
  51. TextLabel.Text = "Troll FE By Legion Hub"
  52. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  53. TextLabel.TextSize = 14
  54. TextLabel.TextWrapped = true
  55. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  56.  
  57. Animations.Name = "Animations"
  58. Animations.Parent = MainBody
  59. Animations.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  60. Animations.Position = UDim2.new(0.698873341, 0, 0.194331974, 0)
  61. Animations.Size = UDim2.new(0, 106, 0, 27)
  62. Animations.Font = Enum.Font.SciFi
  63. Animations.Text = "Animations"
  64. Animations.TextColor3 = Color3.new(1, 1, 1)
  65. Animations.TextSize = 14
  66.  
  67. Animations.MouseButton1Down:connect(function()
  68. local Gui = Instance.new("ScreenGui", game.CoreGui)
  69. Gui.Name = "FE Animations"
  70. local Background = Instance.new("Frame",Gui)
  71. Background.Name = "Background"
  72. Background.Active = true
  73. Background.BackgroundColor3 = Color3.fromRGB(220,220,255)
  74. Background.Transparency = 0.3
  75. Background.BorderSizePixel = 5
  76. Background.Draggable = true
  77. Background.Position = UDim2.new(0,300,0,300)
  78. Background.Size = UDim2.new(0,345,0,190)
  79. local Title = Instance.new("TextLabel",Background)
  80. Title.BackgroundTransparency = 1
  81. Title.Position = UDim2.new(0,0,0,-80)
  82. Title.Size = UDim2.new(0,290,1,0)
  83. Title.Font = "SourceSansLight"
  84. Title.FontSize = "Size18"
  85. Title.Text = "FE Animations [by illremember]"
  86. Title.TextColor3 = Color3.fromRGB(20,20,25)
  87.  
  88. local Chop = Instance.new("TextButton", Background)
  89. Chop.Name = "Chop"
  90. Chop.BackgroundColor3 = Color3.fromRGB(20,20,20)
  91. Chop.BackgroundTransparency = 0.1
  92. Chop.BorderSizePixel = 0
  93. Chop.Position = UDim2.new(0,120,0,30)
  94. Chop.Size = UDim2.new(0,100,0,30)
  95. Chop.Font = "SourceSansItalic"
  96. Chop.FontSize = "Size18"
  97. Chop.Text = "Chop"
  98. Chop.TextColor3 = Color3.fromRGB(230,230,230)
  99. Chop.TextWrapped = true
  100.  
  101. local Dance = Chop:Clone()
  102. Dance.Name = "Dance"
  103. Dance.Parent = Background
  104. Dance.Position = UDim2.new(0,120,0,70)
  105. Dance.Text = "Dance"
  106.  
  107. local ArmsOut = Chop:Clone()
  108. ArmsOut.Name = "ArmsOut"
  109. ArmsOut.Parent = Background
  110. ArmsOut.Position = UDim2.new(0,10,0,110)
  111. ArmsOut.Text = "ArmsOut"
  112.  
  113. local Stab = Chop:Clone()
  114. Stab.Name = "Stab"
  115. Stab.Parent = Background
  116. Stab.Position = UDim2.new(0,10,0,30)
  117. Stab.Text = "Stab"
  118.  
  119. local SmellyRun = Chop:Clone()
  120. SmellyRun.Name = "SmellyRun"
  121. SmellyRun.Parent = Background
  122. SmellyRun.Position = UDim2.new(0,10,0,70)
  123. SmellyRun.Text = "SmellyRun"
  124.  
  125. local rando = Chop:Clone()
  126. rando.Name = "rando"
  127. rando.Parent = Background
  128. rando.Position = UDim2.new(0,120,0,110)
  129. rando.Text = "rando"
  130.  
  131. local hmm = Chop:Clone()
  132. hmm.Name = "hmm"
  133. hmm.Parent = Background
  134. hmm.Position = UDim2.new(0,120,0,150)
  135. hmm.Text = "hmm"
  136.  
  137. local Kick = Chop:Clone()
  138. Kick.Name = "Kick"
  139. Kick.Parent = Background
  140. Kick.Position = UDim2.new(0,10,0,150)
  141. Kick.Size = UDim2.new(0,100,0,30)
  142. Kick.Text = "Kick"
  143.  
  144. local Flying = Chop:Clone()
  145. Flying.Name = "Flying"
  146. Flying.Parent = Background
  147. Flying.Position = UDim2.new(0,230,0,30)
  148. Flying.Size = UDim2.new(0,100,0,30)
  149. Flying.Text = "Flying"
  150.  
  151. local Arms = Chop:Clone()
  152. Arms.Name = "Arms"
  153. Arms.Parent = Background
  154. Arms.Position = UDim2.new(0,230,0,70)
  155. Arms.Size = UDim2.new(0,100,0,30)
  156. Arms.Text = "Arms"
  157.  
  158. local Sword = Chop:Clone()
  159. Sword.Name = "Sword"
  160. Sword.Parent = Background
  161. Sword.Position = UDim2.new(0,230,0,110)
  162. Sword.Size = UDim2.new(0,100,0,30)
  163. Sword.Text = "Sword"
  164.  
  165. local Insane = Chop:Clone()
  166. Insane.Name = "Insane"
  167. Insane.Parent = Background
  168. Insane.Position = UDim2.new(0,230,0,150)
  169. Insane.Size = UDim2.new(0,100,0,30)
  170. Insane.Text = "Insane"
  171.  
  172. --
  173. local plr = game.Players.LocalPlayer
  174.  
  175. local mouse = plr:GetMouse()
  176.  
  177. lpc = game.Players.LocalPlayer.Character
  178.  
  179. weld1 = Instance.new("Weld")
  180.  
  181. Chop.MouseButton1Down:connect(function()
  182. local gg = mouse.Target
  183. if gg ~= nil then
  184. for i,v in pairs(game.Players:GetPlayers()) do
  185. AnimationId = "33169596"
  186. local Anim = Instance.new("Animation")
  187. Anim.AnimationId = "rbxassetid://"..AnimationId
  188. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  189. k:Play()
  190. k:AdjustSpeed(1)
  191. end
  192. end
  193. end)
  194.  
  195. Insane.MouseButton1Down:connect(function()
  196. local gg = mouse.Target
  197. if gg ~= nil then
  198. for i,v in pairs(game.Players:GetPlayers()) do
  199. AnimationId = "33796059"
  200. local Anim = Instance.new("Animation")
  201. Anim.AnimationId = "rbxassetid://"..AnimationId
  202. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  203. k:Play()
  204. k:AdjustSpeed(10000)
  205. end
  206. end
  207. end)
  208.  
  209. Arms.MouseButton1Down:connect(function()
  210. local gg = mouse.Target
  211. if gg ~= nil then
  212. for i,v in pairs(game.Players:GetPlayers()) do
  213. AnimationId = "33169583"
  214. local Anim = Instance.new("Animation")
  215. Anim.AnimationId = "rbxassetid://"..AnimationId
  216. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  217. k:Play()
  218. k:AdjustSpeed(1)
  219. end
  220. end
  221. end)
  222.  
  223. Sword.MouseButton1Click:connect(function()
  224. local gg = mouse.Target
  225. if gg ~= nil then
  226. for i,v in pairs(game.Players:GetPlayers()) do
  227. AnimationId = "35978879"
  228. local Anim = Instance.new("Animation")
  229. Anim.AnimationId = "rbxassetid://"..AnimationId
  230. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  231. k:Play()
  232. k:AdjustSpeed(1)
  233. end
  234. end
  235. end)
  236.  
  237. hmm.MouseButton1Down:connect(function()
  238. local gg = mouse.Target
  239. if gg ~= nil then
  240. for i,v in pairs(game.Players:GetPlayers()) do
  241. AnimationId = "33855276"
  242. local Anim = Instance.new("Animation")
  243. Anim.AnimationId = "rbxassetid://"..AnimationId
  244. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  245. k:Play()
  246. k:AdjustSpeed(1)
  247. end
  248. end
  249. end)
  250.  
  251. rando.MouseButton1Down:connect(function()
  252. local gg = mouse.Target
  253. if gg ~= nil then
  254. for i,v in pairs(game.Players:GetPlayers()) do
  255. AnimationId = "48977286"
  256. local Anim = Instance.new("Animation")
  257. Anim.AnimationId = "rbxassetid://"..AnimationId
  258. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  259. k:Play()
  260. k:AdjustSpeed(1)
  261. end
  262. end
  263. end)
  264.  
  265. Dance.MouseButton1Down:connect(function()
  266. local gg = mouse.Target
  267. if gg ~= nil then
  268. for i,v in pairs(game.Players:GetPlayers()) do
  269. AnimationId = "35654637"
  270. local Anim = Instance.new("Animation")
  271. Anim.AnimationId = "rbxassetid://"..AnimationId
  272. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  273. k:Play()
  274. k:AdjustSpeed(1)
  275. end
  276. end
  277. end)
  278.  
  279. Stab.MouseButton1Down:connect(function()
  280. local gg = mouse.Target
  281. if gg ~= nil then
  282. for i,v in pairs(game.Players:GetPlayers()) do
  283. AnimationId = "66703241"
  284. local Anim = Instance.new("Animation")
  285. Anim.AnimationId = "rbxassetid://"..AnimationId
  286. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  287. k:Play()
  288. k:AdjustSpeed(1)
  289. end
  290. end
  291. end)
  292.  
  293. Kick.MouseButton1Down:connect(function()
  294. local gg = mouse.Target
  295. if gg ~= nil then
  296. for i,v in pairs(game.Players:GetPlayers()) do
  297. AnimationId = "45737360"
  298. local Anim = Instance.new("Animation")
  299. Anim.AnimationId = "rbxassetid://"..AnimationId
  300. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  301. k:Play()
  302. k:AdjustSpeed(1)
  303. end
  304. end
  305. end)
  306.  
  307. Flying.MouseButton1Down:connect(function()
  308. flying = not flying
  309. repeat wait()
  310. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  311. local mouse = game.Players.LocalPlayer:GetMouse()
  312. repeat wait() until mouse
  313. local plr = game.Players.LocalPlayer
  314. local torso = plr.Character.Torso
  315. local deb = true
  316. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  317. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  318. local maxspeed = 70
  319. local speed = 0
  320. if flying then
  321. Fly.BackgroundColor3 = loc
  322. else
  323. Fly.BackgroundColor3 = col
  324. end
  325.  
  326. function FlyFunction()
  327. local bg = Instance.new("BodyGyro", torso)
  328. bg.P = 9e4
  329. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  330. bg.cframe = torso.CFrame
  331. local bv = Instance.new("BodyVelocity", torso)
  332. bv.velocity = Vector3.new(0,0.1,0)
  333. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  334. repeat wait()
  335. plr.Character.Humanoid.PlatformStand = true
  336. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  337. speed = speed+.5+(speed/maxspeed)
  338. if speed > maxspeed then
  339. speed = maxspeed
  340. end
  341. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  342. speed = speed-1
  343. if speed < 0 then
  344. speed = 0
  345. end
  346. end
  347. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  348. 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
  349. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  350. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  351. 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
  352. else
  353. bv.velocity = Vector3.new(0,0.1,0)
  354. end
  355. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  356. until not flying
  357. ctrl = {f = 0, b = 0, l = 0, r = 0}
  358. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  359. speed = 0
  360. bg:Destroy()
  361. bv:Destroy()
  362. plr.Character.Humanoid.PlatformStand = false
  363. end
  364. mouse.KeyDown:connect(function(key)
  365. if key:lower() == "w" then
  366. ctrl.f = 1
  367. elseif key:lower() == "s" then
  368. ctrl.b = -1
  369. elseif key:lower() == "a" then
  370. ctrl.l = -1
  371. elseif key:lower() == "d" then
  372. ctrl.r = 1
  373. end
  374. end)
  375. mouse.KeyUp:connect(function(key)
  376. if key:lower() == "w" then
  377. ctrl.f = 0
  378. elseif key:lower() == "s" then
  379. ctrl.b = 0
  380. elseif key:lower() == "a" then
  381. ctrl.l = 0
  382. elseif key:lower() == "d" then
  383. ctrl.r = 0
  384. end
  385. end)
  386. FlyFunction()
  387. end)
  388.  
  389. SmellyRun.MouseButton1Down:connect(function()
  390. local gg = mouse.Target
  391. if gg ~= nil then
  392. for i,v in pairs(game.Players:GetPlayers()) do
  393. AnimationId = "30235165"
  394. local Anim = Instance.new("Animation")
  395. Anim.AnimationId = "rbxassetid://"..AnimationId
  396. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  397. k:Play()
  398. k:AdjustSpeed(1)
  399. end
  400. end
  401. end)
  402.  
  403. ArmsOut.MouseButton1Down:connect(function()
  404. local gg = mouse.Target
  405. if gg ~= nil then
  406. for i,v in pairs(game.Players:GetPlayers()) do
  407. AnimationId = "27432691"
  408. local Anim = Instance.new("Animation")
  409. Anim.AnimationId = "rbxassetid://"..AnimationId
  410. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  411. k:Play()
  412. k:AdjustSpeed(1)
  413. end
  414. end
  415. end)
  416. end)
  417.  
  418. CreeperR6.Name = "Creeper R6"
  419. CreeperR6.Parent = MainBody
  420. CreeperR6.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  421. CreeperR6.Position = UDim2.new(-0.000271856785, 0, 0.194331974, 0)
  422. CreeperR6.Size = UDim2.new(0, 106, 0, 27)
  423. CreeperR6.Font = Enum.Font.SciFi
  424. CreeperR6.Text = "Creeper (R6)"
  425. CreeperR6.TextColor3 = Color3.new(1, 1, 1)
  426. CreeperR6.TextSize = 14
  427.  
  428. CreeperR6.MouseButton1Down:connect(function()
  429. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  430. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  431. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  432. end)
  433.  
  434. CreeperR15.Name = "Creeper R15"
  435. CreeperR15.Parent = MainBody
  436. CreeperR15.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  437. CreeperR15.Position = UDim2.new(0.349042743, 0, 0.192480117, 0)
  438. CreeperR15.Size = UDim2.new(0, 106, 0, 27)
  439. CreeperR15.Font = Enum.Font.SciFi
  440. CreeperR15.Text = "Creeper (R15)"
  441. CreeperR15.TextColor3 = Color3.new(1, 1, 1)
  442. CreeperR15.TextSize = 14
  443.  
  444. CreeperR15.MouseButton1Down:connect(function()
  445. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  446. game.Players.LocalPlayer.Character.LeftHand:Destroy()
  447. game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
  448. game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
  449. game.Players.LocalPlayer.Character.RightHand:Destroy()
  450. game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
  451. game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  452. end)
  453.  
  454. AnimationsR15.Name = "Animations R15"
  455. AnimationsR15.Parent = MainBody
  456. AnimationsR15.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  457. AnimationsR15.Position = UDim2.new(0.698873341, 0, 0.34988755, 0)
  458. AnimationsR15.Size = UDim2.new(0, 106, 0, 27)
  459. AnimationsR15.Font = Enum.Font.SciFi
  460. AnimationsR15.Text = "Animations (R15)"
  461. AnimationsR15.TextColor3 = Color3.new(1, 1, 1)
  462. AnimationsR15.TextSize = 14
  463.  
  464. AnimationsR15.MouseButton1Down:connect(function()
  465. loadstring(Game:GetObjects("rbxassetid://1202558084")[1].Source)()
  466. end)
  467.  
  468. FEDropHats.Name = "FE DropHats"
  469. FEDropHats.Parent = MainBody
  470. FEDropHats.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  471. FEDropHats.Position = UDim2.new(0.347598553, 0, 0.34988755, 0)
  472. FEDropHats.Size = UDim2.new(0, 106, 0, 27)
  473. FEDropHats.Font = Enum.Font.SciFi
  474. FEDropHats.Text = "FE DropHats"
  475. FEDropHats.TextColor3 = Color3.new(1, 1, 1)
  476. FEDropHats.TextSize = 14
  477.  
  478. FEDropHats.MouseButton1Down:connect(function()
  479. local a=Instance.new("ScreenGui")a.Parent=game.CoreGui;local b=Instance.new("Frame")b.BackgroundTransparency=1;b.Parent=a;local c=Instance.new("TextButton")c.Active=true;c.BackgroundColor3=Color3.new(0.827451,0,0.0117647)c.BorderSizePixel=0;c.Name="topbar"c.Position=UDim2.new(4.84556389,0,3.46589231,0)c.Selectable=true;c.Size=UDim2.new(0,297,0,31)c.Style=Enum.ButtonStyle.Custom;c.Font=Enum.Font.Legacy;c.FontSize=Enum.FontSize.Size14;c.Text=""c.Draggable=true;c.Parent=b;local d=Instance.new("Frame")d.BackgroundColor3=Color3.new(0.678431,0,0.00784314)d.BackgroundTransparency=0.55000001192093;d.BorderSizePixel=0;d.Size=UDim2.new(0,297,0,160)d.Draggable=true;d.Parent=c;local e=Instance.new("TextButton")e.Active=true;e.BackgroundColor3=Color3.new(0.713726,0.121569,0.133333)e.Position=UDim2.new(0.0404040404,0,0.268750012,0)e.Selectable=true;e.Size=UDim2.new(0,126,0,73)e.Style=Enum.ButtonStyle.Custom;e.Font=Enum.Font.Highway;e.FontSize=Enum.FontSize.Size32;e.Text="DROP"e.TextColor3=Color3.new(1,1,1)e.TextStrokeColor3=Color3.new(1,0,0.0156863)e.TextStrokeTransparency=0;e.Parent=d;local f=Instance.new("TextButton")f.Active=true;f.BackgroundColor3=Color3.new(0.713726,0.121569,0.133333)f.Position=UDim2.new(0.537963867,0,0.268750012,0)f.Selectable=true;f.Size=UDim2.new(0,126,0,73)f.Style=Enum.ButtonStyle.Custom;f.Font=Enum.Font.Highway;f.FontSize=Enum.FontSize.Size24;f.Text="Hats = Blocks"f.TextColor3=Color3.new(1,1,1)f.TextStrokeColor3=Color3.new(1,0,0.0156863)f.TextStrokeTransparency=0;f.TextWrapped=true;f.Parent=d;local g=Instance.new("TextLabel")g.BackgroundColor3=Color3.new(0.611765,0,0.00784314)g.BorderSizePixel=0;g.Position=UDim2.new(0,0,0.837499976,0)g.Size=UDim2.new(0,297,0,26)g.Font=Enum.Font.Highway;g.FontSize=Enum.FontSize.Size18;g.Text="This was made by I low."g.TextColor3=Color3.new(1,1,1)g.Parent=d;local h=Instance.new("TextLabel")h.BackgroundColor3=Color3.new(0.639216,0.635294,0.647059)h.BackgroundTransparency=1;h.BorderSizePixel=0;h.Size=UDim2.new(0,297,0,31)h.Font=Enum.Font.Highway;h.FontSize=Enum.FontSize.Size18;h.Text="FE Drop Hats"h.TextColor3=Color3.new(1,1,1)h.Parent=d;local i=Instance.new("TextButton")i.Active=true;i.BackgroundColor3=Color3.new(0.815686,0,0)i.Position=UDim2.new(0,0,0.947432756,0)i.Selectable=true;i.Size=UDim2.new(0,98,0,43)i.Style=Enum.ButtonStyle.Custom;i.Font=Enum.Font.Highway;i.FontSize=Enum.FontSize.Size14;i.Text="Hide/Show"i.TextColor3=Color3.new(1,1,1)i.Parent=a;e.MouseButton1Click:connect(function()local j=game.Players.LocalPlayer;for k,l in pairs(j.Character:GetChildren())do if l:IsA'Accoutrement'then l.Parent=game.Workspace end end end)f.MouseButton1Click:connect(function()local j=game.Players.LocalPlayer;for k,l in pairs(j.Character:GetChildren())do if l:IsA'Accoutrement'then l.Handle.Mesh:Destroy()end end end)i.MouseButton1Click:connect(function()if b.Visible==true then b.Visible=false elseif b.Visible==false then b.Visible=true end end)
  480. end)
  481.  
  482. NoLimbs.Name = "No Limbs"
  483. NoLimbs.Parent = MainBody
  484. NoLimbs.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  485. NoLimbs.Position = UDim2.new(-0.000843375921, 0, 0.34988755, 0)
  486. NoLimbs.Size = UDim2.new(0, 106, 0, 27)
  487. NoLimbs.Font = Enum.Font.SciFi
  488. NoLimbs.Text = "No lmbs"
  489. NoLimbs.TextColor3 = Color3.new(1, 1, 1)
  490. NoLimbs.TextSize = 14
  491.  
  492. NoLimbs.MouseButton1Down:connect(function()
  493. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  494. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  495. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  496. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  497. end)
  498.  
  499. FEbtools.Name = "FE btools"
  500. FEbtools.Parent = MainBody
  501. FEbtools.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  502. FEbtools.Position = UDim2.new(-0.000843375921, 0, 0.501739383, 0)
  503. FEbtools.Size = UDim2.new(0, 106, 0, 27)
  504. FEbtools.Font = Enum.Font.SciFi
  505. FEbtools.Text = "FE btools"
  506. FEbtools.TextColor3 = Color3.new(1, 1, 1)
  507. FEbtools.TextSize = 14
  508.  
  509. FEbtools.MouseButton1Down:connect(function()
  510. maind = nil
  511. if workspace:FindFirstChild'GiveSystem' then
  512. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  513. maind = workspace.GiveSystem.GiveItem
  514. end
  515. end
  516. if workspace:FindFirstChild'HandToCentre' then
  517. if workspace.HandToCentre:FindFirstChild'SendItem' then
  518. maind = workspace.HandToCentre.SendItem
  519. end
  520. end
  521. if maind == nil then
  522. print'could not find give event :('
  523. return
  524. end
  525. tool = Instance.new'Tool'
  526. me = game:GetService'Players'.LocalPlayer
  527. tool.RequiresHandle = false
  528. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  529. tool.Name = 'ya like jazz?'
  530. tool.Parent = me.Backpack
  531. buttonf = nil
  532. tool.Equipped:connect(function()
  533. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  534. m.Icon = 'rbxasset://textures/HammerCursor.png'
  535. buttonf = m.Button1Down:connect(function()
  536. if m.Target == nil then return end
  537. local ob = m.Target
  538. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  539. if ob:IsDescendantOf(me.Character) then return end
  540. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  541. local ex = Instance.new'Explosion'
  542. ex.BlastRadius = 0
  543. ex.Position = ob.Position
  544. ex.Parent = workspace
  545. maind:FireServer(workspace, ob)
  546. wait(0.3)
  547. m.Icon = 'rbxasset://textures/HammerCursor.png'
  548. end
  549. end)
  550. end)
  551. tool.Unequipped:connect(function()
  552. if buttonf ~= nil then
  553. buttonf:Disconnect()
  554. buttonf = nil
  555. end
  556. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  557. m.Icon = ''
  558. end)
  559. end)
  560.  
  561. FlyR6.Name = "Fly (R6)"
  562. FlyR6.Parent = MainBody
  563. FlyR6.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  564. FlyR6.Position = UDim2.new(0.347598553, 0, 0.501739383, 0)
  565. FlyR6.Size = UDim2.new(0, 106, 0, 27)
  566. FlyR6.Font = Enum.Font.SciFi
  567. FlyR6.Text = "Fly (R6)"
  568. FlyR6.TextColor3 = Color3.new(1, 1, 1)
  569. FlyR6.TextSize = 14
  570.  
  571. FlyR6.MouseButton1Down:connect(function()
  572. -- FLY SCRIPT BY RGEENEUS
  573.  
  574. -- The following code should be in a local script.
  575. -- Only works on PC, not xbox or mobile. I do not have devices to test on.
  576. -- Call the start fly function AFTER the character exists to fly. The function does not run if there is no character.
  577.  
  578. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  579.  
  580. local c
  581. local h
  582. local bv
  583. local bav
  584. local cam
  585. local flying
  586. local p = game.Players.LocalPlayer
  587. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  588.  
  589. local startFly = function () -- Call this function to begin flying
  590. if not p.Character or not p.Character.Head or flying then return end
  591. c = p.Character
  592. h = c.Humanoid
  593. h.PlatformStand = true
  594. cam = workspace:WaitForChild('Camera')
  595. bv = Instance.new("BodyVelocity")
  596. bav = Instance.new("BodyAngularVelocity")
  597. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  598. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  599. bv.Parent = c.Head
  600. bav.Parent = c.Head
  601. flying = true
  602. h.Died:connect(function() flying = false end)
  603. end
  604.  
  605. local endFly = function () -- Call this function to stop flying
  606. if not p.Character or not flying then return end
  607. h.PlatformStand = false
  608. bv:Destroy()
  609. bav:Destroy()
  610. flying = false
  611. end
  612.  
  613. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  614. if GPE then return end
  615. for i, e in pairs(buttons) do
  616. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  617. buttons[i] = true
  618. buttons.Moving = true
  619. end
  620. end
  621. end)
  622.  
  623. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  624. if GPE then return end
  625. local a = false
  626. for i, e in pairs(buttons) do
  627. if i ~= "Moving" then
  628. if input.KeyCode == Enum.KeyCode[i] then
  629. buttons[i] = false
  630. end
  631. if buttons[i] then a = true end
  632. end
  633. end
  634. buttons.Moving = a
  635. end)
  636.  
  637. local setVec = function (vec)
  638. return vec * (speed / vec.Magnitude)
  639. end
  640.  
  641. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  642. if flying and c and c.PrimaryPart then
  643. local p = c.PrimaryPart.Position
  644. local cf = cam.CFrame
  645. local ax, ay, az = cf:toEulerAnglesXYZ()
  646. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  647. if buttons.Moving then
  648. local t = Vector3.new()
  649. if buttons.W then t = t + (setVec(cf.lookVector)) end
  650. if buttons.S then t = t - (setVec(cf.lookVector)) end
  651. if buttons.A then t = t - (setVec(cf.rightVector)) end
  652. if buttons.D then t = t + (setVec(cf.rightVector)) end
  653. c:TranslateBy(t * step)
  654. end
  655. end
  656. end)
  657. end)
  658.  
  659. FEinvisible.Name = "FE invisible"
  660. FEinvisible.Parent = MainBody
  661. FEinvisible.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  662. FEinvisible.Position = UDim2.new(0.698873341, 0, 0.501739383, 0)
  663. FEinvisible.Size = UDim2.new(0, 106, 0, 27)
  664. FEinvisible.Font = Enum.Font.SciFi
  665. FEinvisible.Text = "FE Invisible (R6)"
  666. FEinvisible.TextColor3 = Color3.new(1, 1, 1)
  667. FEinvisible.TextSize = 14
  668.  
  669. FEinvisible.MouseButton1Down:connect(function()
  670. Local = game:GetService('Players').LocalPlayer
  671. Char = Local.Character
  672. touched,tpdback = false, false
  673. Local.CharacterAdded:connect(function(char)
  674. if script.Disabled ~= true then
  675. wait(.25)
  676. loc = Char.HumanoidRootPart.Position
  677. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  678. end
  679. end)
  680. game:GetService('UserInputService').InputBegan:connect(function(key)
  681. if key.KeyCode == Enum.KeyCode.Equals then
  682. if script.Disabled ~= true then
  683. script.Disabled = true
  684. print'you may re-execute'
  685. end
  686. end
  687. end)
  688. box = Instance.new('Part',workspace)
  689. box.Anchored = true
  690. box.CanCollide = true
  691. box.Size = Vector3.new(10,1,10)
  692. box.Position = Vector3.new(0,10000,0)
  693. box.Touched:connect(function(part)
  694. if (part.Parent.Name == Local.Name) then
  695. if touched == false then
  696. touched = true
  697. function apply()
  698. if script.Disabled ~= true then
  699. no = Char.HumanoidRootPart:Clone()
  700. wait(.25)
  701. Char.HumanoidRootPart:Destroy()
  702. no.Parent = Char
  703. Char:MoveTo(loc)
  704. touched = false
  705. end end
  706. if Char then
  707. apply()
  708. end
  709. end
  710. end
  711. end)
  712. repeat wait() until Char
  713. loc = Char.HumanoidRootPart.Position
  714. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  715. end)
  716.  
  717. Glitchmax.Name = "Glitchmax"
  718. Glitchmax.Parent = MainBody
  719. Glitchmax.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  720. Glitchmax.Position = UDim2.new(-0.000843346119, 0, 0.653591216, 0)
  721. Glitchmax.Size = UDim2.new(0, 106, 0, 27)
  722. Glitchmax.Font = Enum.Font.SciFi
  723. Glitchmax.Text = "Glitchmax GUI"
  724. Glitchmax.TextColor3 = Color3.new(1, 1, 1)
  725. Glitchmax.TextSize = 14
  726.  
  727. Glitchmax.MouseButton1Down:connect(function()
  728. -- Objects
  729.  
  730. local GlitchMax = Instance.new("ScreenGui")
  731. local MainFrame = Instance.new("Frame")
  732. local TopFrame = Instance.new("Frame")
  733. local Title = Instance.new("TextLabel")
  734. local CloseGUI = Instance.new("TextButton")
  735. local Credit = Instance.new("TextLabel")
  736. local DetailTopFrame = Instance.new("Frame")
  737. local ButtonFrame = Instance.new("Frame")
  738. local UserBox = Instance.new("TextBox")
  739. local Flatten = Instance.new("TextButton")
  740. local Push = Instance.new("TextButton")
  741. local LockOn = Instance.new("TextButton")
  742. local Float = Instance.new("TextButton")
  743. local Stick = Instance.new("TextButton")
  744. local Experimental = Instance.new("TextButton")
  745. local SideFrame = Instance.new("Frame")
  746. local OpenGUI = Instance.new("TextButton")
  747. local SideCredit = Instance.new("TextLabel")
  748. local SideTitle = Instance.new("TextLabel")
  749.  
  750. -- Properties
  751.  
  752. GlitchMax.Name = "GlitchMax"
  753. GlitchMax.Parent = game.CoreGui
  754.  
  755. MainFrame.Name = "MainFrame"
  756. MainFrame.Parent = GlitchMax
  757. MainFrame.Active = true
  758. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  759. MainFrame.BackgroundTransparency = 1
  760. MainFrame.Draggable = true
  761. MainFrame.Position = UDim2.new(0, 570, 0, 61)
  762. MainFrame.Size = UDim2.new(0, 376, 0, 285)
  763.  
  764. TopFrame.Name = "TopFrame"
  765. TopFrame.Parent = MainFrame
  766. TopFrame.BackgroundColor3 = Color3.new(0.466667, 0.47451, 1)
  767. TopFrame.Size = UDim2.new(0, 376, 0, 36)
  768.  
  769. Title.Name = "Title"
  770. Title.Parent = TopFrame
  771. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  772. Title.BackgroundTransparency = 1
  773. Title.Size = UDim2.new(0, 376, 0, 36)
  774. Title.Font = Enum.Font.Highway
  775. Title.FontSize = Enum.FontSize.Size14
  776. Title.Text = "GlitchMax"
  777. Title.TextColor3 = Color3.new(0.243137, 0.372549, 0.4)
  778. Title.TextScaled = true
  779. Title.TextSize = 14
  780. Title.TextStrokeColor3 = Color3.new(1, 1, 1)
  781. Title.TextStrokeTransparency = 0
  782. Title.TextWrapped = true
  783.  
  784. CloseGUI.Name = "CloseGUI"
  785. CloseGUI.Parent = TopFrame
  786. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  787. CloseGUI.BackgroundTransparency = 1
  788. CloseGUI.Position = UDim2.new(0, 327, 0, 0)
  789. CloseGUI.Size = UDim2.new(0, 49, 0, 36)
  790. CloseGUI.Font = Enum.Font.SourceSans
  791. CloseGUI.FontSize = Enum.FontSize.Size60
  792. CloseGUI.Text = "X"
  793. CloseGUI.TextSize = 50
  794.  
  795. Credit.Name = "Credit"
  796. Credit.Parent = TopFrame
  797. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  798. Credit.BackgroundTransparency = 1
  799. Credit.Position = UDim2.new(0, 16, 0, 0)
  800. Credit.Size = UDim2.new(0, 96, 0, 36)
  801. Credit.Font = Enum.Font.Highway
  802. Credit.FontSize = Enum.FontSize.Size14
  803. Credit.Text = "illremember"
  804. Credit.TextColor3 = Color3.new(0.431373, 0.662745, 0.709804)
  805. Credit.TextScaled = true
  806. Credit.TextSize = 14
  807. Credit.TextStrokeColor3 = Color3.new(1, 1, 1)
  808. Credit.TextStrokeTransparency = 0
  809. Credit.TextWrapped = true
  810.  
  811. DetailTopFrame.Name = "DetailTopFrame"
  812. DetailTopFrame.Parent = MainFrame
  813. DetailTopFrame.BackgroundColor3 = Color3.new(0.541176, 0.678431, 1)
  814. DetailTopFrame.Position = UDim2.new(0, 0, 0, 37)
  815. DetailTopFrame.Size = UDim2.new(0, 376, 0, 11)
  816.  
  817. ButtonFrame.Name = "ButtonFrame"
  818. ButtonFrame.Parent = MainFrame
  819. ButtonFrame.BackgroundColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  820. ButtonFrame.Position = UDim2.new(0, 0, 0, 49)
  821. ButtonFrame.Size = UDim2.new(0, 376, 0, 236)
  822.  
  823. UserBox.Name = "UserBox"
  824. UserBox.Parent = ButtonFrame
  825. UserBox.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  826. UserBox.BorderColor3 = Color3.new(0.360784, 0.384314, 0.392157)
  827. UserBox.BorderSizePixel = 5
  828. UserBox.Position = UDim2.new(0, 33, 0, 15)
  829. UserBox.Size = UDim2.new(0, 310, 0, 31)
  830. UserBox.Font = Enum.Font.SourceSans
  831. UserBox.FontSize = Enum.FontSize.Size14
  832. UserBox.Text = ""
  833. UserBox.TextScaled = true
  834. UserBox.TextSize = 14
  835. UserBox.TextWrapped = true
  836.  
  837. Flatten.Name = "Flatten"
  838. Flatten.Parent = ButtonFrame
  839. Flatten.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  840. Flatten.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
  841. Flatten.BorderSizePixel = 2
  842. Flatten.Position = UDim2.new(0, 22, 0, 66)
  843. Flatten.Size = UDim2.new(0, 135, 0, 36)
  844. Flatten.Font = Enum.Font.Highway
  845. Flatten.FontSize = Enum.FontSize.Size32
  846. Flatten.Text = "Flatten"
  847. Flatten.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  848. Flatten.TextScaled = true
  849. Flatten.TextSize = 30
  850. Flatten.TextWrapped = true
  851.  
  852. Push.Name = "Push"
  853. Push.Parent = ButtonFrame
  854. Push.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  855. Push.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
  856. Push.BorderSizePixel = 2
  857. Push.Position = UDim2.new(0, 22, 0, 126)
  858. Push.Size = UDim2.new(0, 135, 0, 36)
  859. Push.Font = Enum.Font.Highway
  860. Push.FontSize = Enum.FontSize.Size32
  861. Push.Text = "Push"
  862. Push.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  863. Push.TextScaled = true
  864. Push.TextSize = 30
  865. Push.TextWrapped = true
  866.  
  867. LockOn.Name = "LockOn"
  868. LockOn.Parent = ButtonFrame
  869. LockOn.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  870. LockOn.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
  871. LockOn.BorderSizePixel = 2
  872. LockOn.Position = UDim2.new(0, 22, 0, 186)
  873. LockOn.Size = UDim2.new(0, 135, 0, 36)
  874. LockOn.Font = Enum.Font.Highway
  875. LockOn.FontSize = Enum.FontSize.Size32
  876. LockOn.Text = "LockOn"
  877. LockOn.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  878. LockOn.TextSize = 30
  879. LockOn.TextWrapped = true
  880.  
  881. Float.Name = "Float"
  882. Float.Parent = ButtonFrame
  883. Float.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  884. Float.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
  885. Float.BorderSizePixel = 2
  886. Float.Position = UDim2.new(0, 218, 0, 66)
  887. Float.Size = UDim2.new(0, 135, 0, 36)
  888. Float.Font = Enum.Font.Highway
  889. Float.FontSize = Enum.FontSize.Size32
  890. Float.Text = "Float"
  891. Float.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  892. Float.TextScaled = true
  893. Float.TextSize = 30
  894. Float.TextWrapped = true
  895.  
  896. Stick.Name = "Stick"
  897. Stick.Parent = ButtonFrame
  898. Stick.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  899. Stick.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
  900. Stick.BorderSizePixel = 2
  901. Stick.Position = UDim2.new(0, 218, 0, 126)
  902. Stick.Size = UDim2.new(0, 135, 0, 36)
  903. Stick.Font = Enum.Font.Highway
  904. Stick.FontSize = Enum.FontSize.Size32
  905. Stick.Text = "Stick"
  906. Stick.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  907. Stick.TextSize = 30
  908. Stick.TextWrapped = true
  909.  
  910. Experimental.Name = "Experimental"
  911. Experimental.Parent = ButtonFrame
  912. Experimental.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  913. Experimental.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
  914. Experimental.BorderSizePixel = 2
  915. Experimental.Position = UDim2.new(0, 218, 0, 186)
  916. Experimental.Size = UDim2.new(0, 135, 0, 36)
  917. Experimental.Font = Enum.Font.Highway
  918. Experimental.FontSize = Enum.FontSize.Size28
  919. Experimental.Text = "Experimental"
  920. Experimental.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  921. Experimental.TextSize = 25
  922. Experimental.TextWrapped = true
  923.  
  924. SideFrame.Name = "SideFrame"
  925. SideFrame.Parent = GlitchMax
  926. SideFrame.Active = true
  927. SideFrame.BackgroundColor3 = Color3.new(0.466667, 0.47451, 1)
  928. SideFrame.Draggable = true
  929. SideFrame.Position = UDim2.new(0, 570, 0, 61)
  930. SideFrame.Size = UDim2.new(0, 376, 0, 36)
  931. SideFrame.Visible = false
  932.  
  933. OpenGUI.Name = "OpenGUI"
  934. OpenGUI.Parent = SideFrame
  935. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  936. OpenGUI.BackgroundTransparency = 1
  937. OpenGUI.Position = UDim2.new(0, 327, 0, 0)
  938. OpenGUI.Size = UDim2.new(0, 49, 0, 36)
  939. OpenGUI.Font = Enum.Font.SourceSans
  940. OpenGUI.FontSize = Enum.FontSize.Size60
  941. OpenGUI.Text = "X"
  942. OpenGUI.TextSize = 50
  943.  
  944. SideCredit.Name = "SideCredit"
  945. SideCredit.Parent = SideFrame
  946. SideCredit.BackgroundColor3 = Color3.new(1, 1, 1)
  947. SideCredit.BackgroundTransparency = 1
  948. SideCredit.Position = UDim2.new(0, 16, 0, 0)
  949. SideCredit.Size = UDim2.new(0, 96, 0, 36)
  950. SideCredit.Font = Enum.Font.Highway
  951. SideCredit.FontSize = Enum.FontSize.Size14
  952. SideCredit.Text = "illremember"
  953. SideCredit.TextColor3 = Color3.new(0.431373, 0.662745, 0.709804)
  954. SideCredit.TextScaled = true
  955. SideCredit.TextSize = 14
  956. SideCredit.TextStrokeColor3 = Color3.new(1, 1, 1)
  957. SideCredit.TextStrokeTransparency = 0
  958. SideCredit.TextWrapped = true
  959.  
  960. SideTitle.Name = "SideTitle"
  961. SideTitle.Parent = SideFrame
  962. SideTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  963. SideTitle.BackgroundTransparency = 1
  964. SideTitle.Size = UDim2.new(0, 376, 0, 36)
  965. SideTitle.Font = Enum.Font.Highway
  966. SideTitle.FontSize = Enum.FontSize.Size14
  967. SideTitle.Text = "GlitchMax"
  968. SideTitle.TextColor3 = Color3.new(0.243137, 0.372549, 0.4)
  969. SideTitle.TextScaled = true
  970. SideTitle.TextSize = 14
  971. SideTitle.TextStrokeColor3 = Color3.new(1, 1, 1)
  972. SideTitle.TextStrokeTransparency = 0
  973. SideTitle.TextWrapped = true
  974.  
  975. -- Buttons
  976.  
  977. col = Color3.new(0.254902, 0.254902, 0.254902)
  978. loc = Color3.new(0.40, 0.40, 0.40)
  979.  
  980. CloseGUI.MouseButton1Click:connect(function()
  981. MainFrame.Visible = false
  982. SideFrame.Visible = true
  983. SideFrame.Position = MainFrame.Position
  984. end)
  985.  
  986. OpenGUI.MouseButton1Click:connect(function()
  987. MainFrame.Visible = true
  988. SideFrame.Visible = false
  989. MainFrame.Position = SideFrame.Position
  990. end)
  991.  
  992. function shortnames(username)
  993. local nameshort = {}
  994. for i,v in pairs(game.Players:GetPlayers()) do
  995. if v.Name:lower():sub(1, #username) == username:lower() then
  996. table.insert(nameshort,v)
  997. end
  998. end
  999. return nameshort
  1000. end
  1001.  
  1002. local Anim = Instance.new("Animation")
  1003. Anim.AnimationId = "rbxassetid://282574440"
  1004. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1005. flattening = false
  1006. Flatten.MouseButton1Click:connect(function()
  1007. flattening = not flattening
  1008. if flattening then
  1009. Flatten.BackgroundColor3 = loc
  1010. local y = Instance.new("RocketPropulsion")
  1011. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1012. y.CartoonFactor = 1
  1013. y.MaxThrust = 50000
  1014. y.MaxSpeed = 1000
  1015. y.ThrustP = 50000
  1016. y.Name = "Flatten"
  1017. for i,v in pairs(shortnames(UserBox.Text))do
  1018. y.Target = game.Players[v.name].Character["Left Leg"]
  1019. y:Fire()
  1020. track:Play(.1, 1, 1)
  1021. game:GetService('RunService').Stepped:connect(function()
  1022. if flattening then
  1023. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1024. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1025. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1026. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1027. end
  1028. end)
  1029. while wait(0.3) do
  1030. if flattening then
  1031. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  1032. end
  1033. end
  1034. end
  1035. else
  1036. game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  1037. track:Stop()
  1038. Flatten.BackgroundColor3 = col
  1039. end
  1040. end)
  1041.  
  1042. floating = false
  1043. Float.MouseButton1Click:connect(function()
  1044. floating = not floating
  1045. if floating then
  1046. Float.BackgroundColor3 = loc
  1047. local y = Instance.new("RocketPropulsion")
  1048. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1049. y.CartoonFactor = 1
  1050. y.MaxThrust = 50000
  1051. y.MaxSpeed = 1000
  1052. y.ThrustP = 50000
  1053. y.Name = "Float"
  1054. for i,v in pairs(shortnames(UserBox.Text))do
  1055. y.Target = game.Players[v.Name].Character.Head
  1056. y:Fire()
  1057. game:GetService('RunService').Stepped:connect(function()
  1058. if floating then
  1059. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1060. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1061. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1062. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1063. end
  1064. end)
  1065. while wait(0.3) do
  1066. if floating then
  1067. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  1068. end
  1069. end
  1070. end
  1071. else
  1072. game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
  1073. Float.BackgroundColor3 = col
  1074. end
  1075. end)
  1076.  
  1077. LockOnACTIVE = false
  1078. LockOn.MouseButton1Click:connect(function()
  1079. LockOnACTIVE = not LockOnACTIVE
  1080. for i,v in pairs(shortnames(UserBox.Text))do
  1081. while wait() do
  1082. if LockOnACTIVE then
  1083. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1084. LockOn.BackgroundColor3 = loc
  1085. else
  1086. LockOn.BackgroundColor3 = col
  1087. end
  1088. end
  1089. end
  1090. end)
  1091.  
  1092. pushing = false
  1093. Push.MouseButton1Click:connect(function()
  1094. pushing = not pushing
  1095. if pushing then
  1096. Push.BackgroundColor3 = loc
  1097. local b = Instance.new("RocketPropulsion")
  1098. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1099. b.TurnP = 2500
  1100. b.MaxThrust = 50000
  1101. b.MaxSpeed = 1000
  1102. b.ThrustP = 50000
  1103. b.CartoonFactor = 1
  1104. b.Name = "Push"
  1105. for i,v in pairs(shortnames(UserBox.Text))do
  1106. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  1107. b:Fire()
  1108. game:GetService('RunService').Stepped:connect(function()
  1109. if pushing then
  1110. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1111. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1112. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1113. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1114. end
  1115. end)
  1116. b:Fire()
  1117. end
  1118. else
  1119. game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
  1120. Push.BackgroundColor3 = col
  1121. end
  1122. end)
  1123.  
  1124. local Anim = Instance.new("Animation")
  1125. Anim.AnimationId = "rbxassetid://215384594"
  1126. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1127. experi = false
  1128. Experimental.MouseButton1Click:connect(function()
  1129. experi = not experi
  1130. if experi then
  1131. Experimental.BackgroundColor3 = loc
  1132. local h = Instance.new("RocketPropulsion")
  1133. h.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1134. h.Name = "Experimental"
  1135. for i,v in pairs(shortnames(UserBox.Text))do
  1136. h.Target = game.Players[v.Name].Character.HumanoidRootPart
  1137. h:Fire()
  1138. track:Play(.1,1,1)
  1139. game:GetService('RunService').Stepped:connect(function()
  1140. if experi then
  1141. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1142. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1143. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1144. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1145. end
  1146. end)
  1147. end
  1148. else
  1149. game.Players.LocalPlayer.Character.HumanoidRootPart.Experimental:Destroy()
  1150. track:Stop()
  1151. Stick.BackgroundColor3 = col
  1152. end
  1153. end)
  1154.  
  1155. stuck = false
  1156. Stick.MouseButton1Click:connect(function()
  1157. stuck = not stuck
  1158. if stuck then
  1159. Stick.BackgroundColor3 = loc
  1160. local h = Instance.new("RocketPropulsion")
  1161. h.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1162. h.MaxSpeed = 1000
  1163. h.MaxThrust = 10000
  1164. h.Name = "Stick"
  1165. for i,v in pairs(shortnames(UserBox.Text))do
  1166. h.Target = game.Players[v.Name].Character.HumanoidRootPart
  1167. h:Fire()
  1168. game:GetService('RunService').Stepped:connect(function()
  1169. if stuck then
  1170. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1171. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1172. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1173. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1174. end
  1175. end)
  1176. end
  1177. else
  1178. game.Players.LocalPlayer.Character.HumanoidRootPart.Stick:Destroy()
  1179. Stick.BackgroundColor3 = col
  1180. end
  1181. end)
  1182. end)
  1183.  
  1184.  
  1185. FEFloatinghead.Name = "FE Floating head"
  1186. FEFloatinghead.Parent = MainBody
  1187. FEFloatinghead.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  1188. FEFloatinghead.Position = UDim2.new(0.347598583, 0, 0.653591216, 0)
  1189. FEFloatinghead.Size = UDim2.new(0, 106, 0, 27)
  1190. FEFloatinghead.Font = Enum.Font.SciFi
  1191. FEFloatinghead.Text = "FE FloatingHead"
  1192. FEFloatinghead.TextColor3 = Color3.new(1, 1, 1)
  1193. FEFloatinghead.TextSize = 14
  1194.  
  1195. FEFloatinghead.MouseButton1Down:connect(function()
  1196. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  1197. local c
  1198. local h
  1199. local bv
  1200. local bav
  1201. local cam
  1202. local flying
  1203. local p = game:GetService'Players'.LocalPlayer
  1204. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  1205. local startFly = function () -- Call this function to begin flying
  1206. if not p.Character or not p.Character.Head or flying then return end
  1207. c = p.Character
  1208. h = c.Humanoid
  1209. h.PlatformStand = true
  1210. cam = workspace:WaitForChild('Camera')
  1211. bv = Instance.new("BodyVelocity")
  1212. bav = Instance.new("BodyAngularVelocity")
  1213. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  1214. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  1215. bv.Parent = c.Head
  1216. bav.Parent = c.Head
  1217. flying = true
  1218. h.Died:connect(function() flying = false end)
  1219. end
  1220. local endFly = function () -- Call this function to stop flying
  1221. if not p.Character or not flying then return end
  1222. h.PlatformStand = false
  1223. bv:Destroy()
  1224. bav:Destroy()
  1225. flying = false
  1226. end
  1227. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  1228. if GPE then return end
  1229. for i, e in pairs(buttons) do
  1230. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  1231. buttons[i] = true
  1232. buttons.Moving = true
  1233. end
  1234. end
  1235. end)
  1236. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  1237. if GPE then return end
  1238. local a = false
  1239. for i, e in pairs(buttons) do
  1240. if i ~= "Moving" then
  1241. if input.KeyCode == Enum.KeyCode[i] then
  1242. buttons[i] = false
  1243. end
  1244. if buttons[i] then a = true end
  1245. end
  1246. end
  1247. buttons.Moving = a
  1248. end)
  1249. local setVec = function (vec)
  1250. return vec * (speed / vec.Magnitude)
  1251. end
  1252. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  1253. if flying and c and c.PrimaryPart then
  1254. local p = c.PrimaryPart.Position
  1255. local cf = cam.CFrame
  1256. local ax, ay, az = cf:toEulerAnglesXYZ()
  1257. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  1258. if buttons.Moving then
  1259. local t = Vector3.new()
  1260. if buttons.W then t = t + (setVec(cf.lookVector)) end
  1261. if buttons.S then t = t - (setVec(cf.lookVector)) end
  1262. if buttons.A then t = t - (setVec(cf.rightVector)) end
  1263. if buttons.D then t = t + (setVec(cf.rightVector)) end
  1264. c:TranslateBy(t * step)
  1265. end
  1266. end
  1267. end)
  1268. FEFloatinghead.MouseButton1Down:connect(function()
  1269. local lol = game:GetService'Players'.LocalPlayer.Character
  1270. pcall(function()
  1271. for i,v in pairs(lol:GetChildren()) do
  1272. if v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
  1273. v:Destroy()
  1274. end
  1275. end
  1276. local ok = lol:FindFirstChild'Torso'
  1277. if ok then ok = ok:FindFirstChild'roblox' if ok then ok:Destroy() end end
  1278. Instance.new('Humanoid', lol)
  1279. if lol.HumanoidRootPart:FindFirstChild'Rank' then lol.HumanoidRootPart:FindFirstChild'Rank':Destroy() end
  1280. local nouxd = lol:FindFirstChild'Torso'
  1281. wait'1'
  1282. lol.Head.Position = lol.Head.Position + Vector3.new(1,1,1)
  1283. if nouxd then nouxd.Transparency = 1 end
  1284. wait'.3'
  1285. startFly()
  1286. end)
  1287. end)
  1288. end)
  1289.  
  1290.  
  1291.  
  1292. Inform.Name = "Inform"
  1293. Inform.Parent = MainBody
  1294. Inform.BackgroundColor3 = Color3.new(0, 0.615686, 1)
  1295. Inform.Position = UDim2.new(0.698873401, 0, 0.653591216, 0)
  1296. Inform.Size = UDim2.new(0, 106, 0, 27)
  1297. Inform.Font = Enum.Font.SciFi
  1298. Inform.Text = "ChatLogs"
  1299. Inform.TextColor3 = Color3.new(1, 1, 1)
  1300. Inform.TextSize = 14
  1301.  
  1302. Inform.MouseButton1Down:connect(function()
  1303. loadstring(game:GetObjects("rbxassetid://1295331911")[1].Source)()
  1304. end)
  1305.  
  1306. TextLabel_2.Parent = MainBody
  1307. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1308. TextLabel_2.BorderSizePixel = 0
  1309. TextLabel_2.Position = UDim2.new(0, 0, 0.940740705, 0)
  1310. TextLabel_2.Size = UDim2.new(0, 200, 0, 16)
  1311. TextLabel_2.Font = Enum.Font.ArialBold
  1312. TextLabel_2.Text = "Made by LegionHub"
  1313. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1314. TextLabel_2.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement