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