Roblox FE Trolling Script (OP) - Pastebin.com (2024)

  1. -- Works with most populair games. (So not all)

  2. -- Objects

  3. local FEGui = Instance.new("ScreenGui")

  4. local MainBody = Instance.new("Frame")

  5. local Title = Instance.new("Frame")

  6. local Bottom = Instance.new("Frame")

  7. local TextLabel = Instance.new("TextLabel")

  8. local Animations = Instance.new("TextButton")

  9. local CreeperR6 = Instance.new("TextButton")

  10. local CreeperR15 = Instance.new("TextButton")

  11. local AnimationsR15 = Instance.new("TextButton")

  12. local FEDropHats = Instance.new("TextButton")

  13. local NoLimbs = Instance.new("TextButton")

  14. local FEbtools = Instance.new("TextButton")

  15. local FlyR6 = Instance.new("TextButton")

  16. local FEinvisible = Instance.new("TextButton")

  17. local Glitchmax = Instance.new("TextButton")

  18. local FEFloatinghead = Instance.new("TextButton")

  19. local Inform = Instance.new("TextButton")

  20. local TextLabel_2 = Instance.new("TextLabel")

  21. -- Properties

  22. FEGui.Name = "FE Gui"

  23. FEGui.Parent = game.Players.LocalPlayer.PlayerGui

  24. FEGui.ResetOnSpawn = false

  25. MainBody.Name = "Main Body"

  26. MainBody.Parent = FEGui

  27. MainBody.Active = true

  28. MainBody.BackgroundColor3 = Color3.new(0, 0, 0)

  29. MainBody.Draggable = true

  30. MainBody.Position = UDim2.new(0.536635697, 0, 0.0425101332, 0)

  31. MainBody.Size = UDim2.new(0, 353, 0, 270)

  32. Title.Name = "Title"

  33. Title.Parent = MainBody

  34. Title.BackgroundColor3 = Color3.new(0.0313726, 0.321569, 1)

  35. Title.Position = UDim2.new(0.000818580389, 0, -0.000419855118, 0)

  36. Title.Size = UDim2.new(0, 353, 0, 27)

  37. Bottom.Name = "Bottom"

  38. Bottom.Parent = MainBody

  39. Bottom.BackgroundColor3 = Color3.new(0.0235294, 0.627451, 1)

  40. Bottom.Position = UDim2.new(0.000818580389, 0, 0.0986804739, 0)

  41. Bottom.Size = UDim2.new(0, 353, 0, 16)

  42. TextLabel.Parent = MainBody

  43. TextLabel.BackgroundColor3 = Color3.new(0.0313726, 0.321569, 1)

  44. TextLabel.BorderSizePixel = 0

  45. TextLabel.Size = UDim2.new(0, 200, 0, 19)

  46. TextLabel.Font = Enum.Font.SourceSansBold

  47. TextLabel.Text = "Troll FE"

  48. TextLabel.TextColor3 = Color3.new(1, 1, 1)

  49. TextLabel.TextSize = 14

  50. TextLabel.TextWrapped = true

  51. TextLabel.TextXAlignment = Enum.TextXAlignment.Left

  52. Animations.Name = "Animations"

  53. Animations.Parent = MainBody

  54. Animations.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  55. Animations.Position = UDim2.new(0.698873341, 0, 0.194331974, 0)

  56. Animations.Size = UDim2.new(0, 106, 0, 27)

  57. Animations.Font = Enum.Font.SciFi

  58. Animations.Text = "Animations"

  59. Animations.TextColor3 = Color3.new(1, 1, 1)

  60. Animations.TextSize = 14

  61. Animations.MouseButton1Down:connect(function()

  62. local Gui = Instance.new("ScreenGui", game.CoreGui)

  63. Gui.Name = "FE Animations"

  64. local Background = Instance.new("Frame",Gui)

  65. Background.Name = "Background"

  66. Background.Active = true

  67. Background.BackgroundColor3 = Color3.fromRGB(220,220,255)

  68. Background.Transparency = 0.3

  69. Background.BorderSizePixel = 5

  70. Background.Draggable = true

  71. Background.Position = UDim2.new(0,300,0,300)

  72. Background.Size = UDim2.new(0,345,0,190)

  73. local Title = Instance.new("TextLabel",Background)

  74. Title.BackgroundTransparency = 1

  75. Title.Position = UDim2.new(0,0,0,-80)

  76. Title.Size = UDim2.new(0,290,1,0)

  77. Title.Font = "SourceSansLight"

  78. Title.FontSize = "Size18"

  79. Title.Text = "FE Animations [by illremember]"

  80. Title.TextColor3 = Color3.fromRGB(20,20,25)

  81. local Chop = Instance.new("TextButton", Background)

  82. Chop.Name = "Chop"

  83. Chop.BackgroundColor3 = Color3.fromRGB(20,20,20)

  84. Chop.BackgroundTransparency = 0.1

  85. Chop.BorderSizePixel = 0

  86. Chop.Position = UDim2.new(0,120,0,30)

  87. Chop.Size = UDim2.new(0,100,0,30)

  88. Chop.Font = "SourceSansItalic"

  89. Chop.FontSize = "Size18"

  90. Chop.Text = "Chop"

  91. Chop.TextColor3 = Color3.fromRGB(230,230,230)

  92. Chop.TextWrapped = true

  93. local Dance = Chop:Clone()

  94. Dance.Name = "Dance"

  95. Dance.Parent = Background

  96. Dance.Position = UDim2.new(0,120,0,70)

  97. Dance.Text = "Dance"

  98. local ArmsOut = Chop:Clone()

  99. ArmsOut.Name = "ArmsOut"

  100. ArmsOut.Parent = Background

  101. ArmsOut.Position = UDim2.new(0,10,0,110)

  102. ArmsOut.Text = "ArmsOut"

  103. local Stab = Chop:Clone()

  104. Stab.Name = "Stab"

  105. Stab.Parent = Background

  106. Stab.Position = UDim2.new(0,10,0,30)

  107. Stab.Text = "Stab"

  108. local SmellyRun = Chop:Clone()

  109. SmellyRun.Name = "SmellyRun"

  110. SmellyRun.Parent = Background

  111. SmellyRun.Position = UDim2.new(0,10,0,70)

  112. SmellyRun.Text = "SmellyRun"

  113. local rando = Chop:Clone()

  114. rando.Name = "rando"

  115. rando.Parent = Background

  116. rando.Position = UDim2.new(0,120,0,110)

  117. rando.Text = "rando"

  118. local hmm = Chop:Clone()

  119. hmm.Name = "hmm"

  120. hmm.Parent = Background

  121. hmm.Position = UDim2.new(0,120,0,150)

  122. hmm.Text = "hmm"

  123. local Kick = Chop:Clone()

  124. Kick.Name = "Kick"

  125. Kick.Parent = Background

  126. Kick.Position = UDim2.new(0,10,0,150)

  127. Kick.Size = UDim2.new(0,100,0,30)

  128. Kick.Text = "Kick"

  129. local Flying = Chop:Clone()

  130. Flying.Name = "Flying"

  131. Flying.Parent = Background

  132. Flying.Position = UDim2.new(0,230,0,30)

  133. Flying.Size = UDim2.new(0,100,0,30)

  134. Flying.Text = "Flying"

  135. local Arms = Chop:Clone()

  136. Arms.Name = "Arms"

  137. Arms.Parent = Background

  138. Arms.Position = UDim2.new(0,230,0,70)

  139. Arms.Size = UDim2.new(0,100,0,30)

  140. Arms.Text = "Arms"

  141. local Sword = Chop:Clone()

  142. Sword.Name = "Sword"

  143. Sword.Parent = Background

  144. Sword.Position = UDim2.new(0,230,0,110)

  145. Sword.Size = UDim2.new(0,100,0,30)

  146. Sword.Text = "Sword"

  147. local Insane = Chop:Clone()

  148. Insane.Name = "Insane"

  149. Insane.Parent = Background

  150. Insane.Position = UDim2.new(0,230,0,150)

  151. Insane.Size = UDim2.new(0,100,0,30)

  152. Insane.Text = "Insane"

  153. --

  154. local plr = game.Players.LocalPlayer

  155. local mouse = plr:GetMouse()

  156. lpc = game.Players.LocalPlayer.Character

  157. weld1 = Instance.new("Weld")

  158. Chop.MouseButton1Down:connect(function()

  159. local gg = mouse.Target

  160. if gg ~= nil then

  161. for i,v in pairs(game.Players:GetPlayers()) do

  162. AnimationId = "33169596"

  163. local Anim = Instance.new("Animation")

  164. Anim.AnimationId = "rbxassetid://"..AnimationId

  165. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  166. k:Play()

  167. k:AdjustSpeed(1)

  168. end

  169. end

  170. end)

  171. Insane.MouseButton1Down:connect(function()

  172. local gg = mouse.Target

  173. if gg ~= nil then

  174. for i,v in pairs(game.Players:GetPlayers()) do

  175. AnimationId = "33796059"

  176. local Anim = Instance.new("Animation")

  177. Anim.AnimationId = "rbxassetid://"..AnimationId

  178. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  179. k:Play()

  180. k:AdjustSpeed(10000)

  181. end

  182. end

  183. end)

  184. Arms.MouseButton1Down:connect(function()

  185. local gg = mouse.Target

  186. if gg ~= nil then

  187. for i,v in pairs(game.Players:GetPlayers()) do

  188. AnimationId = "33169583"

  189. local Anim = Instance.new("Animation")

  190. Anim.AnimationId = "rbxassetid://"..AnimationId

  191. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  192. k:Play()

  193. k:AdjustSpeed(1)

  194. end

  195. end

  196. end)

  197. Sword.MouseButton1Click:connect(function()

  198. local gg = mouse.Target

  199. if gg ~= nil then

  200. for i,v in pairs(game.Players:GetPlayers()) do

  201. AnimationId = "35978879"

  202. local Anim = Instance.new("Animation")

  203. Anim.AnimationId = "rbxassetid://"..AnimationId

  204. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  205. k:Play()

  206. k:AdjustSpeed(1)

  207. end

  208. end

  209. end)

  210. hmm.MouseButton1Down:connect(function()

  211. local gg = mouse.Target

  212. if gg ~= nil then

  213. for i,v in pairs(game.Players:GetPlayers()) do

  214. AnimationId = "33855276"

  215. local Anim = Instance.new("Animation")

  216. Anim.AnimationId = "rbxassetid://"..AnimationId

  217. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  218. k:Play()

  219. k:AdjustSpeed(1)

  220. end

  221. end

  222. end)

  223. rando.MouseButton1Down:connect(function()

  224. local gg = mouse.Target

  225. if gg ~= nil then

  226. for i,v in pairs(game.Players:GetPlayers()) do

  227. AnimationId = "48977286"

  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. Dance.MouseButton1Down:connect(function()

  237. local gg = mouse.Target

  238. if gg ~= nil then

  239. for i,v in pairs(game.Players:GetPlayers()) do

  240. AnimationId = "35654637"

  241. local Anim = Instance.new("Animation")

  242. Anim.AnimationId = "rbxassetid://"..AnimationId

  243. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  244. k:Play()

  245. k:AdjustSpeed(1)

  246. end

  247. end

  248. end)

  249. Stab.MouseButton1Down:connect(function()

  250. local gg = mouse.Target

  251. if gg ~= nil then

  252. for i,v in pairs(game.Players:GetPlayers()) do

  253. AnimationId = "66703241"

  254. local Anim = Instance.new("Animation")

  255. Anim.AnimationId = "rbxassetid://"..AnimationId

  256. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  257. k:Play()

  258. k:AdjustSpeed(1)

  259. end

  260. end

  261. end)

  262. Kick.MouseButton1Down:connect(function()

  263. local gg = mouse.Target

  264. if gg ~= nil then

  265. for i,v in pairs(game.Players:GetPlayers()) do

  266. AnimationId = "45737360"

  267. local Anim = Instance.new("Animation")

  268. Anim.AnimationId = "rbxassetid://"..AnimationId

  269. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  270. k:Play()

  271. k:AdjustSpeed(1)

  272. end

  273. end

  274. end)

  275. Flying.MouseButton1Down:connect(function()

  276. flying = not flying

  277. repeat wait()

  278. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")

  279. local mouse = game.Players.LocalPlayer:GetMouse()

  280. repeat wait() until mouse

  281. local plr = game.Players.LocalPlayer

  282. local torso = plr.Character.Torso

  283. local deb = true

  284. local ctrl = {f = 0, b = 0, l = 0, r = 0}

  285. local lastctrl = {f = 0, b = 0, l = 0, r = 0}

  286. local maxspeed = 70

  287. local speed = 0

  288. if flying then

  289. Fly.BackgroundColor3 = loc

  290. else

  291. Fly.BackgroundColor3 = col

  292. end

  293. function FlyFunction()

  294. local bg = Instance.new("BodyGyro", torso)

  295. bg.P = 9e4

  296. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)

  297. bg.cframe = torso.CFrame

  298. local bv = Instance.new("BodyVelocity", torso)

  299. bv.velocity = Vector3.new(0,0.1,0)

  300. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)

  301. repeat wait()

  302. plr.Character.Humanoid.PlatformStand = true

  303. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then

  304. speed = speed+.5+(speed/maxspeed)

  305. if speed > maxspeed then

  306. speed = maxspeed

  307. end

  308. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then

  309. speed = speed-1

  310. if speed < 0 then

  311. speed = 0

  312. end

  313. end

  314. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then

  315. 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

  316. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}

  317. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then

  318. 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

  319. else

  320. bv.velocity = Vector3.new(0,0.1,0)

  321. end

  322. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)

  323. until not flying

  324. ctrl = {f = 0, b = 0, l = 0, r = 0}

  325. lastctrl = {f = 0, b = 0, l = 0, r = 0}

  326. speed = 0

  327. bg:Destroy()

  328. bv:Destroy()

  329. plr.Character.Humanoid.PlatformStand = false

  330. end

  331. mouse.KeyDown:connect(function(key)

  332. if key:lower() == "w" then

  333. ctrl.f = 1

  334. elseif key:lower() == "s" then

  335. ctrl.b = -1

  336. elseif key:lower() == "a" then

  337. ctrl.l = -1

  338. elseif key:lower() == "d" then

  339. ctrl.r = 1

  340. end

  341. end)

  342. mouse.KeyUp:connect(function(key)

  343. if key:lower() == "w" then

  344. ctrl.f = 0

  345. elseif key:lower() == "s" then

  346. ctrl.b = 0

  347. elseif key:lower() == "a" then

  348. ctrl.l = 0

  349. elseif key:lower() == "d" then

  350. ctrl.r = 0

  351. end

  352. end)

  353. FlyFunction()

  354. end)

  355. SmellyRun.MouseButton1Down:connect(function()

  356. local gg = mouse.Target

  357. if gg ~= nil then

  358. for i,v in pairs(game.Players:GetPlayers()) do

  359. AnimationId = "30235165"

  360. local Anim = Instance.new("Animation")

  361. Anim.AnimationId = "rbxassetid://"..AnimationId

  362. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  363. k:Play()

  364. k:AdjustSpeed(1)

  365. end

  366. end

  367. end)

  368. ArmsOut.MouseButton1Down:connect(function()

  369. local gg = mouse.Target

  370. if gg ~= nil then

  371. for i,v in pairs(game.Players:GetPlayers()) do

  372. AnimationId = "27432691"

  373. local Anim = Instance.new("Animation")

  374. Anim.AnimationId = "rbxassetid://"..AnimationId

  375. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  376. k:Play()

  377. k:AdjustSpeed(1)

  378. end

  379. end

  380. end)

  381. end)

  382. CreeperR6.Name = "Creeper R6"

  383. CreeperR6.Parent = MainBody

  384. CreeperR6.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  385. CreeperR6.Position = UDim2.new(-0.000271856785, 0, 0.194331974, 0)

  386. CreeperR6.Size = UDim2.new(0, 106, 0, 27)

  387. CreeperR6.Font = Enum.Font.SciFi

  388. CreeperR6.Text = "Creeper (R6)"

  389. CreeperR6.TextColor3 = Color3.new(1, 1, 1)

  390. CreeperR6.TextSize = 14

  391. CreeperR6.MouseButton1Down:connect(function()

  392. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()

  393. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()

  394. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()

  395. end)

  396. CreeperR15.Name = "Creeper R15"

  397. CreeperR15.Parent = MainBody

  398. CreeperR15.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  399. CreeperR15.Position = UDim2.new(0.349042743, 0, 0.192480117, 0)

  400. CreeperR15.Size = UDim2.new(0, 106, 0, 27)

  401. CreeperR15.Font = Enum.Font.SciFi

  402. CreeperR15.Text = "Creeper (R15)"

  403. CreeperR15.TextColor3 = Color3.new(1, 1, 1)

  404. CreeperR15.TextSize = 14

  405. CreeperR15.MouseButton1Down:connect(function()

  406. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()

  407. game.Players.LocalPlayer.Character.LeftHand:Destroy()

  408. game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()

  409. game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()

  410. game.Players.LocalPlayer.Character.RightHand:Destroy()

  411. game.Players.LocalPlayer.Character.RightLowerArm:Destroy()

  412. game.Players.LocalPlayer.Character.RightUpperArm:Destroy()

  413. end)

  414. AnimationsR15.Name = "Animations R15"

  415. AnimationsR15.Parent = MainBody

  416. AnimationsR15.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  417. AnimationsR15.Position = UDim2.new(0.698873341, 0, 0.34988755, 0)

  418. AnimationsR15.Size = UDim2.new(0, 106, 0, 27)

  419. AnimationsR15.Font = Enum.Font.SciFi

  420. AnimationsR15.Text = "Animations (R15)"

  421. AnimationsR15.TextColor3 = Color3.new(1, 1, 1)

  422. AnimationsR15.TextSize = 14

  423. AnimationsR15.MouseButton1Down:connect(function()

  424. loadstring(Game:GetObjects("rbxassetid://1202558084")[1].Source)()

  425. end)

  426. FEDropHats.Name = "FE DropHats"

  427. FEDropHats.Parent = MainBody

  428. FEDropHats.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  429. FEDropHats.Position = UDim2.new(0.347598553, 0, 0.34988755, 0)

  430. FEDropHats.Size = UDim2.new(0, 106, 0, 27)

  431. FEDropHats.Font = Enum.Font.SciFi

  432. FEDropHats.Text = "FE DropHats"

  433. FEDropHats.TextColor3 = Color3.new(1, 1, 1)

  434. FEDropHats.TextSize = 14

  435. FEDropHats.MouseButton1Down:connect(function()

  436. 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)

  437. end)

  438. NoLimbs.Name = "No Limbs"

  439. NoLimbs.Parent = MainBody

  440. NoLimbs.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  441. NoLimbs.Position = UDim2.new(-0.000843375921, 0, 0.34988755, 0)

  442. NoLimbs.Size = UDim2.new(0, 106, 0, 27)

  443. NoLimbs.Font = Enum.Font.SciFi

  444. NoLimbs.Text = "No lmbs"

  445. NoLimbs.TextColor3 = Color3.new(1, 1, 1)

  446. NoLimbs.TextSize = 14

  447. NoLimbs.MouseButton1Down:connect(function()

  448. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()

  449. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()

  450. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()

  451. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()

  452. end)

  453. FEbtools.Name = "FE btools"

  454. FEbtools.Parent = MainBody

  455. FEbtools.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  456. FEbtools.Position = UDim2.new(-0.000843375921, 0, 0.501739383, 0)

  457. FEbtools.Size = UDim2.new(0, 106, 0, 27)

  458. FEbtools.Font = Enum.Font.SciFi

  459. FEbtools.Text = "FE btools"

  460. FEbtools.TextColor3 = Color3.new(1, 1, 1)

  461. FEbtools.TextSize = 14

  462. FEbtools.MouseButton1Down:connect(function()

  463. maind = nil

  464. if workspace:FindFirstChild'GiveSystem' then

  465. if workspace.GiveSystem:FindFirstChild'GiveItem' then

  466. maind = workspace.GiveSystem.GiveItem

  467. end

  468. end

  469. if workspace:FindFirstChild'HandToCentre' then

  470. if workspace.HandToCentre:FindFirstChild'SendItem' then

  471. maind = workspace.HandToCentre.SendItem

  472. end

  473. end

  474. if maind == nil then

  475. print'could not find give event :('

  476. return

  477. end

  478. tool = Instance.new'Tool'

  479. me = game:GetService'Players'.LocalPlayer

  480. tool.RequiresHandle = false

  481. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'

  482. tool.Name = 'ya like jazz?'

  483. tool.Parent = me.Backpack

  484. buttonf = nil

  485. tool.Equipped:connect(function()

  486. local m = game:GetService'Players'.LocalPlayer:GetMouse()

  487. m.Icon = 'rbxasset://textures/HammerCursor.png'

  488. buttonf = m.Button1Down:connect(function()

  489. if m.Target == nil then return end

  490. local ob = m.Target

  491. if ob:IsA'BasePart' or ob:IsA'WedgePart' then

  492. if ob:IsDescendantOf(me.Character) then return end

  493. m.Icon = 'rbxasset://textures/HammerOverCursor.png'

  494. local ex = Instance.new'Explosion'

  495. ex.BlastRadius = 0

  496. ex.Position = ob.Position

  497. ex.Parent = workspace

  498. maind:FireServer(workspace, ob)

  499. wait(0.3)

  500. m.Icon = 'rbxasset://textures/HammerCursor.png'

  501. end

  502. end)

  503. end)

  504. tool.Unequipped:connect(function()

  505. if buttonf ~= nil then

  506. buttonf:Disconnect()

  507. buttonf = nil

  508. end

  509. local m = game:GetService'Players'.LocalPlayer:GetMouse()

  510. m.Icon = ''

  511. end)

  512. end)

  513. FlyR6.Name = "Fly (R6)"

  514. FlyR6.Parent = MainBody

  515. FlyR6.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  516. FlyR6.Position = UDim2.new(0.347598553, 0, 0.501739383, 0)

  517. FlyR6.Size = UDim2.new(0, 106, 0, 27)

  518. FlyR6.Font = Enum.Font.SciFi

  519. FlyR6.Text = "Fly (R6)"

  520. FlyR6.TextColor3 = Color3.new(1, 1, 1)

  521. FlyR6.TextSize = 14

  522. FlyR6.MouseButton1Down:connect(function()

  523. -- FLY SCRIPT BY RGEENEUS

  524. -- The following code should be in a local script.

  525. -- Only works on PC, not xbox or mobile. I do not have devices to test on.

  526. -- Call the start fly function AFTER the character exists to fly. The function does not run if there is no character.

  527. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running

  528. local c

  529. local h

  530. local bv

  531. local bav

  532. local cam

  533. local flying

  534. local p = game.Players.LocalPlayer

  535. local buttons = {W = false, S = false, A = false, D = false, Moving = false}

  536. local startFly = function () -- Call this function to begin flying

  537. if not p.Character or not p.Character.Head or flying then return end

  538. c = p.Character

  539. h = c.Humanoid

  540. h.PlatformStand = true

  541. cam = workspace:WaitForChild('Camera')

  542. bv = Instance.new("BodyVelocity")

  543. bav = Instance.new("BodyAngularVelocity")

  544. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000

  545. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000

  546. bv.Parent = c.Head

  547. bav.Parent = c.Head

  548. flying = true

  549. h.Died:connect(function() flying = false end)

  550. end

  551. local endFly = function () -- Call this function to stop flying

  552. if not p.Character or not flying then return end

  553. h.PlatformStand = false

  554. bv:Destroy()

  555. bav:Destroy()

  556. flying = false

  557. end

  558. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)

  559. if GPE then return end

  560. for i, e in pairs(buttons) do

  561. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then

  562. buttons[i] = true

  563. buttons.Moving = true

  564. end

  565. end

  566. end)

  567. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)

  568. if GPE then return end

  569. local a = false

  570. for i, e in pairs(buttons) do

  571. if i ~= "Moving" then

  572. if input.KeyCode == Enum.KeyCode[i] then

  573. buttons[i] = false

  574. end

  575. if buttons[i] then a = true end

  576. end

  577. end

  578. buttons.Moving = a

  579. end)

  580. local setVec = function (vec)

  581. return vec * (speed / vec.Magnitude)

  582. end

  583. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame

  584. if flying and c and c.PrimaryPart then

  585. local p = c.PrimaryPart.Position

  586. local cf = cam.CFrame

  587. local ax, ay, az = cf:toEulerAnglesXYZ()

  588. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))

  589. if buttons.Moving then

  590. local t = Vector3.new()

  591. if buttons.W then t = t + (setVec(cf.lookVector)) end

  592. if buttons.S then t = t - (setVec(cf.lookVector)) end

  593. if buttons.A then t = t - (setVec(cf.rightVector)) end

  594. if buttons.D then t = t + (setVec(cf.rightVector)) end

  595. c:TranslateBy(t * step)

  596. end

  597. end

  598. end)

  599. end)

  600. FEinvisible.Name = "FE invisible"

  601. FEinvisible.Parent = MainBody

  602. FEinvisible.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  603. FEinvisible.Position = UDim2.new(0.698873341, 0, 0.501739383, 0)

  604. FEinvisible.Size = UDim2.new(0, 106, 0, 27)

  605. FEinvisible.Font = Enum.Font.SciFi

  606. FEinvisible.Text = "FE Invisible (R6)"

  607. FEinvisible.TextColor3 = Color3.new(1, 1, 1)

  608. FEinvisible.TextSize = 14

  609. FEinvisible.MouseButton1Down:connect(function()

  610. Local = game:GetService('Players').LocalPlayer

  611. Char = Local.Character

  612. touched,tpdback = false, false

  613. Local.CharacterAdded:connect(function(char)

  614. if script.Disabled ~= true then

  615. wait(.25)

  616. loc = Char.HumanoidRootPart.Position

  617. Char:MoveTo(box.Position + Vector3.new(0,.5,0))

  618. end

  619. end)

  620. game:GetService('UserInputService').InputBegan:connect(function(key)

  621. if key.KeyCode == Enum.KeyCode.Equals then

  622. if script.Disabled ~= true then

  623. script.Disabled = true

  624. print'you may re-execute'

  625. end

  626. end

  627. end)

  628. box = Instance.new('Part',workspace)

  629. box.Anchored = true

  630. box.CanCollide = true

  631. box.Size = Vector3.new(10,1,10)

  632. box.Position = Vector3.new(0,10000,0)

  633. box.Touched:connect(function(part)

  634. if (part.Parent.Name == Local.Name) then

  635. if touched == false then

  636. touched = true

  637. function apply()

  638. if script.Disabled ~= true then

  639. no = Char.HumanoidRootPart:Clone()

  640. wait(.25)

  641. Char.HumanoidRootPart:Destroy()

  642. no.Parent = Char

  643. Char:MoveTo(loc)

  644. touched = false

  645. end end

  646. if Char then

  647. apply()

  648. end

  649. end

  650. end

  651. end)

  652. repeat wait() until Char

  653. loc = Char.HumanoidRootPart.Position

  654. Char:MoveTo(box.Position + Vector3.new(0,.5,0))

  655. end)

  656. Glitchmax.Name = "Glitchmax"

  657. Glitchmax.Parent = MainBody

  658. Glitchmax.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  659. Glitchmax.Position = UDim2.new(-0.000843346119, 0, 0.653591216, 0)

  660. Glitchmax.Size = UDim2.new(0, 106, 0, 27)

  661. Glitchmax.Font = Enum.Font.SciFi

  662. Glitchmax.Text = "Glitchmax GUI"

  663. Glitchmax.TextColor3 = Color3.new(1, 1, 1)

  664. Glitchmax.TextSize = 14

  665. Glitchmax.MouseButton1Down:connect(function()

  666. -- Objects

  667. local GlitchMax = Instance.new("ScreenGui")

  668. local MainFrame = Instance.new("Frame")

  669. local TopFrame = Instance.new("Frame")

  670. local Title = Instance.new("TextLabel")

  671. local CloseGUI = Instance.new("TextButton")

  672. local Credit = Instance.new("TextLabel")

  673. local DetailTopFrame = Instance.new("Frame")

  674. local ButtonFrame = Instance.new("Frame")

  675. local UserBox = Instance.new("TextBox")

  676. local Flatten = Instance.new("TextButton")

  677. local Push = Instance.new("TextButton")

  678. local LockOn = Instance.new("TextButton")

  679. local Float = Instance.new("TextButton")

  680. local Stick = Instance.new("TextButton")

  681. local Experimental = Instance.new("TextButton")

  682. local SideFrame = Instance.new("Frame")

  683. local OpenGUI = Instance.new("TextButton")

  684. local SideCredit = Instance.new("TextLabel")

  685. local SideTitle = Instance.new("TextLabel")

  686. -- Properties

  687. GlitchMax.Name = "GlitchMax"

  688. GlitchMax.Parent = game.CoreGui

  689. MainFrame.Name = "MainFrame"

  690. MainFrame.Parent = GlitchMax

  691. MainFrame.Active = true

  692. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)

  693. MainFrame.BackgroundTransparency = 1

  694. MainFrame.Draggable = true

  695. MainFrame.Position = UDim2.new(0, 570, 0, 61)

  696. MainFrame.Size = UDim2.new(0, 376, 0, 285)

  697. TopFrame.Name = "TopFrame"

  698. TopFrame.Parent = MainFrame

  699. TopFrame.BackgroundColor3 = Color3.new(0.466667, 0.47451, 1)

  700. TopFrame.Size = UDim2.new(0, 376, 0, 36)

  701. Title.Name = "Title"

  702. Title.Parent = TopFrame

  703. Title.BackgroundColor3 = Color3.new(1, 1, 1)

  704. Title.BackgroundTransparency = 1

  705. Title.Size = UDim2.new(0, 376, 0, 36)

  706. Title.Font = Enum.Font.Highway

  707. Title.FontSize = Enum.FontSize.Size14

  708. Title.Text = "GlitchMax"

  709. Title.TextColor3 = Color3.new(0.243137, 0.372549, 0.4)

  710. Title.TextScaled = true

  711. Title.TextSize = 14

  712. Title.TextStrokeColor3 = Color3.new(1, 1, 1)

  713. Title.TextStrokeTransparency = 0

  714. Title.TextWrapped = true

  715. CloseGUI.Name = "CloseGUI"

  716. CloseGUI.Parent = TopFrame

  717. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)

  718. CloseGUI.BackgroundTransparency = 1

  719. CloseGUI.Position = UDim2.new(0, 327, 0, 0)

  720. CloseGUI.Size = UDim2.new(0, 49, 0, 36)

  721. CloseGUI.Font = Enum.Font.SourceSans

  722. CloseGUI.FontSize = Enum.FontSize.Size60

  723. CloseGUI.Text = "X"

  724. CloseGUI.TextSize = 50

  725. Credit.Name = "Credit"

  726. Credit.Parent = TopFrame

  727. Credit.BackgroundColor3 = Color3.new(1, 1, 1)

  728. Credit.BackgroundTransparency = 1

  729. Credit.Position = UDim2.new(0, 16, 0, 0)

  730. Credit.Size = UDim2.new(0, 96, 0, 36)

  731. Credit.Font = Enum.Font.Highway

  732. Credit.FontSize = Enum.FontSize.Size14

  733. Credit.Text = "illremember"

  734. Credit.TextColor3 = Color3.new(0.431373, 0.662745, 0.709804)

  735. Credit.TextScaled = true

  736. Credit.TextSize = 14

  737. Credit.TextStrokeColor3 = Color3.new(1, 1, 1)

  738. Credit.TextStrokeTransparency = 0

  739. Credit.TextWrapped = true

  740. DetailTopFrame.Name = "DetailTopFrame"

  741. DetailTopFrame.Parent = MainFrame

  742. DetailTopFrame.BackgroundColor3 = Color3.new(0.541176, 0.678431, 1)

  743. DetailTopFrame.Position = UDim2.new(0, 0, 0, 37)

  744. DetailTopFrame.Size = UDim2.new(0, 376, 0, 11)

  745. ButtonFrame.Name = "ButtonFrame"

  746. ButtonFrame.Parent = MainFrame

  747. ButtonFrame.BackgroundColor3 = Color3.new(0.945098, 0.945098, 0.945098)

  748. ButtonFrame.Position = UDim2.new(0, 0, 0, 49)

  749. ButtonFrame.Size = UDim2.new(0, 376, 0, 236)

  750. UserBox.Name = "UserBox"

  751. UserBox.Parent = ButtonFrame

  752. UserBox.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)

  753. UserBox.BorderColor3 = Color3.new(0.360784, 0.384314, 0.392157)

  754. UserBox.BorderSizePixel = 5

  755. UserBox.Position = UDim2.new(0, 33, 0, 15)

  756. UserBox.Size = UDim2.new(0, 310, 0, 31)

  757. UserBox.Font = Enum.Font.SourceSans

  758. UserBox.FontSize = Enum.FontSize.Size14

  759. UserBox.Text = ""

  760. UserBox.TextScaled = true

  761. UserBox.TextSize = 14

  762. UserBox.TextWrapped = true

  763. Flatten.Name = "Flatten"

  764. Flatten.Parent = ButtonFrame

  765. Flatten.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)

  766. Flatten.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)

  767. Flatten.BorderSizePixel = 2

  768. Flatten.Position = UDim2.new(0, 22, 0, 66)

  769. Flatten.Size = UDim2.new(0, 135, 0, 36)

  770. Flatten.Font = Enum.Font.Highway

  771. Flatten.FontSize = Enum.FontSize.Size32

  772. Flatten.Text = "Flatten"

  773. Flatten.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)

  774. Flatten.TextScaled = true

  775. Flatten.TextSize = 30

  776. Flatten.TextWrapped = true

  777. Push.Name = "Push"

  778. Push.Parent = ButtonFrame

  779. Push.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)

  780. Push.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)

  781. Push.BorderSizePixel = 2

  782. Push.Position = UDim2.new(0, 22, 0, 126)

  783. Push.Size = UDim2.new(0, 135, 0, 36)

  784. Push.Font = Enum.Font.Highway

  785. Push.FontSize = Enum.FontSize.Size32

  786. Push.Text = "Push"

  787. Push.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)

  788. Push.TextScaled = true

  789. Push.TextSize = 30

  790. Push.TextWrapped = true

  791. LockOn.Name = "LockOn"

  792. LockOn.Parent = ButtonFrame

  793. LockOn.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)

  794. LockOn.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)

  795. LockOn.BorderSizePixel = 2

  796. LockOn.Position = UDim2.new(0, 22, 0, 186)

  797. LockOn.Size = UDim2.new(0, 135, 0, 36)

  798. LockOn.Font = Enum.Font.Highway

  799. LockOn.FontSize = Enum.FontSize.Size32

  800. LockOn.Text = "LockOn"

  801. LockOn.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)

  802. LockOn.TextSize = 30

  803. LockOn.TextWrapped = true

  804. Float.Name = "Float"

  805. Float.Parent = ButtonFrame

  806. Float.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)

  807. Float.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)

  808. Float.BorderSizePixel = 2

  809. Float.Position = UDim2.new(0, 218, 0, 66)

  810. Float.Size = UDim2.new(0, 135, 0, 36)

  811. Float.Font = Enum.Font.Highway

  812. Float.FontSize = Enum.FontSize.Size32

  813. Float.Text = "Float"

  814. Float.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)

  815. Float.TextScaled = true

  816. Float.TextSize = 30

  817. Float.TextWrapped = true

  818. Stick.Name = "Stick"

  819. Stick.Parent = ButtonFrame

  820. Stick.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)

  821. Stick.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)

  822. Stick.BorderSizePixel = 2

  823. Stick.Position = UDim2.new(0, 218, 0, 126)

  824. Stick.Size = UDim2.new(0, 135, 0, 36)

  825. Stick.Font = Enum.Font.Highway

  826. Stick.FontSize = Enum.FontSize.Size32

  827. Stick.Text = "Stick"

  828. Stick.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)

  829. Stick.TextSize = 30

  830. Stick.TextWrapped = true

  831. Experimental.Name = "Experimental"

  832. Experimental.Parent = ButtonFrame

  833. Experimental.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)

  834. Experimental.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)

  835. Experimental.BorderSizePixel = 2

  836. Experimental.Position = UDim2.new(0, 218, 0, 186)

  837. Experimental.Size = UDim2.new(0, 135, 0, 36)

  838. Experimental.Font = Enum.Font.Highway

  839. Experimental.FontSize = Enum.FontSize.Size28

  840. Experimental.Text = "Experimental"

  841. Experimental.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)

  842. Experimental.TextSize = 25

  843. Experimental.TextWrapped = true

  844. SideFrame.Name = "SideFrame"

  845. SideFrame.Parent = GlitchMax

  846. SideFrame.Active = true

  847. SideFrame.BackgroundColor3 = Color3.new(0.466667, 0.47451, 1)

  848. SideFrame.Draggable = true

  849. SideFrame.Position = UDim2.new(0, 570, 0, 61)

  850. SideFrame.Size = UDim2.new(0, 376, 0, 36)

  851. SideFrame.Visible = false

  852. OpenGUI.Name = "OpenGUI"

  853. OpenGUI.Parent = SideFrame

  854. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)

  855. OpenGUI.BackgroundTransparency = 1

  856. OpenGUI.Position = UDim2.new(0, 327, 0, 0)

  857. OpenGUI.Size = UDim2.new(0, 49, 0, 36)

  858. OpenGUI.Font = Enum.Font.SourceSans

  859. OpenGUI.FontSize = Enum.FontSize.Size60

  860. OpenGUI.Text = "X"

  861. OpenGUI.TextSize = 50

  862. SideCredit.Name = "SideCredit"

  863. SideCredit.Parent = SideFrame

  864. SideCredit.BackgroundColor3 = Color3.new(1, 1, 1)

  865. SideCredit.BackgroundTransparency = 1

  866. SideCredit.Position = UDim2.new(0, 16, 0, 0)

  867. SideCredit.Size = UDim2.new(0, 96, 0, 36)

  868. SideCredit.Font = Enum.Font.Highway

  869. SideCredit.FontSize = Enum.FontSize.Size14

  870. SideCredit.Text = "illremember"

  871. SideCredit.TextColor3 = Color3.new(0.431373, 0.662745, 0.709804)

  872. SideCredit.TextScaled = true

  873. SideCredit.TextSize = 14

  874. SideCredit.TextStrokeColor3 = Color3.new(1, 1, 1)

  875. SideCredit.TextStrokeTransparency = 0

  876. SideCredit.TextWrapped = true

  877. SideTitle.Name = "SideTitle"

  878. SideTitle.Parent = SideFrame

  879. SideTitle.BackgroundColor3 = Color3.new(1, 1, 1)

  880. SideTitle.BackgroundTransparency = 1

  881. SideTitle.Size = UDim2.new(0, 376, 0, 36)

  882. SideTitle.Font = Enum.Font.Highway

  883. SideTitle.FontSize = Enum.FontSize.Size14

  884. SideTitle.Text = "GlitchMax"

  885. SideTitle.TextColor3 = Color3.new(0.243137, 0.372549, 0.4)

  886. SideTitle.TextScaled = true

  887. SideTitle.TextSize = 14

  888. SideTitle.TextStrokeColor3 = Color3.new(1, 1, 1)

  889. SideTitle.TextStrokeTransparency = 0

  890. SideTitle.TextWrapped = true

  891. -- Buttons

  892. col = Color3.new(0.254902, 0.254902, 0.254902)

  893. loc = Color3.new(0.40, 0.40, 0.40)

  894. CloseGUI.MouseButton1Click:connect(function()

  895. MainFrame.Visible = false

  896. SideFrame.Visible = true

  897. SideFrame.Position = MainFrame.Position

  898. end)

  899. OpenGUI.MouseButton1Click:connect(function()

  900. MainFrame.Visible = true

  901. SideFrame.Visible = false

  902. MainFrame.Position = SideFrame.Position

  903. end)

  904. function shortnames(username)

  905. local nameshort = {}

  906. for i,v in pairs(game.Players:GetPlayers()) do

  907. if v.Name:lower():sub(1, #username) == username:lower() then

  908. table.insert(nameshort,v)

  909. end

  910. end

  911. return nameshort

  912. end

  913. local Anim = Instance.new("Animation")

  914. Anim.AnimationId = "rbxassetid://282574440"

  915. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  916. flattening = false

  917. Flatten.MouseButton1Click:connect(function()

  918. flattening = not flattening

  919. if flattening then

  920. Flatten.BackgroundColor3 = loc

  921. local y = Instance.new("RocketPropulsion")

  922. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart

  923. y.CartoonFactor = 1

  924. y.MaxThrust = 50000

  925. y.MaxSpeed = 1000

  926. y.ThrustP = 50000

  927. y.Name = "Flatten"

  928. for i,v in pairs(shortnames(UserBox.Text))do

  929. y.Target = game.Players[v.name].Character["Left Leg"]

  930. y:Fire()

  931. track:Play(.1, 1, 1)

  932. game:GetService('RunService').Stepped:connect(function()

  933. if flattening then

  934. game.Players.LocalPlayer.Character.Head.CanCollide = false

  935. game.Players.LocalPlayer.Character.Torso.CanCollide = false

  936. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false

  937. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false

  938. end

  939. end)

  940. while wait(0.3) do

  941. if flattening then

  942. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)

  943. end

  944. end

  945. end

  946. else

  947. game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()

  948. track:Stop()

  949. Flatten.BackgroundColor3 = col

  950. end

  951. end)

  952. floating = false

  953. Float.MouseButton1Click:connect(function()

  954. floating = not floating

  955. if floating then

  956. Float.BackgroundColor3 = loc

  957. local y = Instance.new("RocketPropulsion")

  958. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart

  959. y.CartoonFactor = 1

  960. y.MaxThrust = 50000

  961. y.MaxSpeed = 1000

  962. y.ThrustP = 50000

  963. y.Name = "Float"

  964. for i,v in pairs(shortnames(UserBox.Text))do

  965. y.Target = game.Players[v.Name].Character.Head

  966. y:Fire()

  967. game:GetService('RunService').Stepped:connect(function()

  968. if floating then

  969. game.Players.LocalPlayer.Character.Head.CanCollide = false

  970. game.Players.LocalPlayer.Character.Torso.CanCollide = false

  971. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false

  972. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false

  973. end

  974. end)

  975. while wait(0.3) do

  976. if floating then

  977. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame

  978. end

  979. end

  980. end

  981. else

  982. game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()

  983. Float.BackgroundColor3 = col

  984. end

  985. end)

  986. LockOnACTIVE = false

  987. LockOn.MouseButton1Click:connect(function()

  988. LockOnACTIVE = not LockOnACTIVE

  989. for i,v in pairs(shortnames(UserBox.Text))do

  990. while wait() do

  991. if LockOnACTIVE then

  992. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame

  993. LockOn.BackgroundColor3 = loc

  994. else

  995. LockOn.BackgroundColor3 = col

  996. end

  997. end

  998. end

  999. end)

  1000. pushing = false

  1001. Push.MouseButton1Click:connect(function()

  1002. pushing = not pushing

  1003. if pushing then

  1004. Push.BackgroundColor3 = loc

  1005. local b = Instance.new("RocketPropulsion")

  1006. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart

  1007. b.TurnP = 2500

  1008. b.MaxThrust = 50000

  1009. b.MaxSpeed = 1000

  1010. b.ThrustP = 50000

  1011. b.CartoonFactor = 1

  1012. b.Name = "Push"

  1013. for i,v in pairs(shortnames(UserBox.Text))do

  1014. b.Target = game.Players[v.Name].Character.HumanoidRootPart

  1015. b:Fire()

  1016. game:GetService('RunService').Stepped:connect(function()

  1017. if pushing then

  1018. game.Players.LocalPlayer.Character.Head.CanCollide = false

  1019. game.Players.LocalPlayer.Character.Torso.CanCollide = false

  1020. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false

  1021. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false

  1022. end

  1023. end)

  1024. b:Fire()

  1025. end

  1026. else

  1027. game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()

  1028. Push.BackgroundColor3 = col

  1029. end

  1030. end)

  1031. local Anim = Instance.new("Animation")

  1032. Anim.AnimationId = "rbxassetid://215384594"

  1033. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1034. experi = false

  1035. Experimental.MouseButton1Click:connect(function()

  1036. experi = not experi

  1037. if experi then

  1038. Experimental.BackgroundColor3 = loc

  1039. local h = Instance.new("RocketPropulsion")

  1040. h.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart

  1041. h.Name = "Experimental"

  1042. for i,v in pairs(shortnames(UserBox.Text))do

  1043. h.Target = game.Players[v.Name].Character.HumanoidRootPart

  1044. h:Fire()

  1045. track:Play(.1,1,1)

  1046. game:GetService('RunService').Stepped:connect(function()

  1047. if experi then

  1048. game.Players.LocalPlayer.Character.Head.CanCollide = false

  1049. game.Players.LocalPlayer.Character.Torso.CanCollide = false

  1050. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false

  1051. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false

  1052. end

  1053. end)

  1054. end

  1055. else

  1056. game.Players.LocalPlayer.Character.HumanoidRootPart.Experimental:Destroy()

  1057. track:Stop()

  1058. Stick.BackgroundColor3 = col

  1059. end

  1060. end)

  1061. stuck = false

  1062. Stick.MouseButton1Click:connect(function()

  1063. stuck = not stuck

  1064. if stuck then

  1065. Stick.BackgroundColor3 = loc

  1066. local h = Instance.new("RocketPropulsion")

  1067. h.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart

  1068. h.MaxSpeed = 1000

  1069. h.MaxThrust = 10000

  1070. h.Name = "Stick"

  1071. for i,v in pairs(shortnames(UserBox.Text))do

  1072. h.Target = game.Players[v.Name].Character.HumanoidRootPart

  1073. h:Fire()

  1074. game:GetService('RunService').Stepped:connect(function()

  1075. if stuck then

  1076. game.Players.LocalPlayer.Character.Head.CanCollide = false

  1077. game.Players.LocalPlayer.Character.Torso.CanCollide = false

  1078. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false

  1079. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false

  1080. end

  1081. end)

  1082. end

  1083. else

  1084. game.Players.LocalPlayer.Character.HumanoidRootPart.Stick:Destroy()

  1085. Stick.BackgroundColor3 = col

  1086. end

  1087. end)

  1088. end)

  1089. FEFloatinghead.Name = "FE Floating head"

  1090. FEFloatinghead.Parent = MainBody

  1091. FEFloatinghead.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  1092. FEFloatinghead.Position = UDim2.new(0.347598583, 0, 0.653591216, 0)

  1093. FEFloatinghead.Size = UDim2.new(0, 106, 0, 27)

  1094. FEFloatinghead.Font = Enum.Font.SciFi

  1095. FEFloatinghead.Text = "FE FloatingHead"

  1096. FEFloatinghead.TextColor3 = Color3.new(1, 1, 1)

  1097. FEFloatinghead.TextSize = 14

  1098. FEFloatinghead.MouseButton1Down:connect(function()

  1099. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running

  1100. local c

  1101. local h

  1102. local bv

  1103. local bav

  1104. local cam

  1105. local flying

  1106. local p = game:GetService'Players'.LocalPlayer

  1107. local buttons = {W = false, S = false, A = false, D = false, Moving = false}

  1108. local startFly = function () -- Call this function to begin flying

  1109. if not p.Character or not p.Character.Head or flying then return end

  1110. c = p.Character

  1111. h = c.Humanoid

  1112. h.PlatformStand = true

  1113. cam = workspace:WaitForChild('Camera')

  1114. bv = Instance.new("BodyVelocity")

  1115. bav = Instance.new("BodyAngularVelocity")

  1116. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000

  1117. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000

  1118. bv.Parent = c.Head

  1119. bav.Parent = c.Head

  1120. flying = true

  1121. h.Died:connect(function() flying = false end)

  1122. end

  1123. local endFly = function () -- Call this function to stop flying

  1124. if not p.Character or not flying then return end

  1125. h.PlatformStand = false

  1126. bv:Destroy()

  1127. bav:Destroy()

  1128. flying = false

  1129. end

  1130. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)

  1131. if GPE then return end

  1132. for i, e in pairs(buttons) do

  1133. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then

  1134. buttons[i] = true

  1135. buttons.Moving = true

  1136. end

  1137. end

  1138. end)

  1139. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)

  1140. if GPE then return end

  1141. local a = false

  1142. for i, e in pairs(buttons) do

  1143. if i ~= "Moving" then

  1144. if input.KeyCode == Enum.KeyCode[i] then

  1145. buttons[i] = false

  1146. end

  1147. if buttons[i] then a = true end

  1148. end

  1149. end

  1150. buttons.Moving = a

  1151. end)

  1152. local setVec = function (vec)

  1153. return vec * (speed / vec.Magnitude)

  1154. end

  1155. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame

  1156. if flying and c and c.PrimaryPart then

  1157. local p = c.PrimaryPart.Position

  1158. local cf = cam.CFrame

  1159. local ax, ay, az = cf:toEulerAnglesXYZ()

  1160. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))

  1161. if buttons.Moving then

  1162. local t = Vector3.new()

  1163. if buttons.W then t = t + (setVec(cf.lookVector)) end

  1164. if buttons.S then t = t - (setVec(cf.lookVector)) end

  1165. if buttons.A then t = t - (setVec(cf.rightVector)) end

  1166. if buttons.D then t = t + (setVec(cf.rightVector)) end

  1167. c:TranslateBy(t * step)

  1168. end

  1169. end

  1170. end)

  1171. FEFloatinghead.MouseButton1Down:connect(function()

  1172. local lol = game:GetService'Players'.LocalPlayer.Character

  1173. pcall(function()

  1174. for i,v in pairs(lol:GetChildren()) do

  1175. if v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then

  1176. v:Destroy()

  1177. end

  1178. end

  1179. local ok = lol:FindFirstChild'Torso'

  1180. if ok then ok = ok:FindFirstChild'roblox' if ok then ok:Destroy() end end

  1181. Instance.new('Humanoid', lol)

  1182. if lol.HumanoidRootPart:FindFirstChild'Rank' then lol.HumanoidRootPart:FindFirstChild'Rank':Destroy() end

  1183. local nouxd = lol:FindFirstChild'Torso'

  1184. wait'1'

  1185. lol.Head.Position = lol.Head.Position + Vector3.new(1,1,1)

  1186. if nouxd then nouxd.Transparency = 1 end

  1187. wait'.3'

  1188. startFly()

  1189. end)

  1190. end)

  1191. end)

  1192. Inform.Name = "Inform"

  1193. Inform.Parent = MainBody

  1194. Inform.BackgroundColor3 = Color3.new(0, 0.615686, 1)

  1195. Inform.Position = UDim2.new(0.698873401, 0, 0.653591216, 0)

  1196. Inform.Size = UDim2.new(0, 106, 0, 27)

  1197. Inform.Font = Enum.Font.SciFi

  1198. Inform.Text = "ChatLogs"

  1199. Inform.TextColor3 = Color3.new(1, 1, 1)

  1200. Inform.TextSize = 14

  1201. Inform.MouseButton1Down:connect(function()

  1202. loadstring(game:GetObjects("rbxassetid://1295331911")[1].Source)()

  1203. end)

  1204. TextLabel_2.Parent = MainBody

  1205. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)

  1206. TextLabel_2.BorderSizePixel = 0

  1207. TextLabel_2.Position = UDim2.new(0, 0, 0.940740705, 0)

  1208. TextLabel_2.Size = UDim2.new(0, 200, 0, 16)

  1209. TextLabel_2.Font = Enum.Font.ArialBold

  1210. TextLabel_2.Text = "Made by 1x7x9x0x3x1x9"

  1211. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)

  1212. TextLabel_2.TextSize = 14

Roblox FE Trolling Script (OP) - Pastebin.com (2024)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Roderick King

Last Updated:

Views: 5447

Rating: 4 / 5 (71 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Roderick King

Birthday: 1997-10-09

Address: 3782 Madge Knoll, East Dudley, MA 63913

Phone: +2521695290067

Job: Customer Sales Coordinator

Hobby: Gunsmithing, Embroidery, Parkour, Kitesurfing, Rock climbing, Sand art, Beekeeping

Introduction: My name is Roderick King, I am a cute, splendid, excited, perfect, gentle, funny, vivacious person who loves writing and wants to share my knowledge and understanding with you.