Advertisement
Loaf2

Roblox FE Trolling Script (OP)

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