Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by ForgottenIsBack
- -- Instances:
- local FEGUI = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local R15Creeper = Instance.new("TextButton")
- local R6Creeper = Instance.new("TextButton")
- local Insane = Instance.new("TextButton")
- local Fly = Instance.new("TextButton")
- local NoLimbs = Instance.new("TextButton")
- local Levitate = Instance.new("TextButton")
- local ClickTP = Instance.new("TextButton")
- local ChatTroll = Instance.new("TextButton")
- local Noclip = Instance.new("TextButton")
- local Crawl = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local OPEN = Instance.new("TextButton")
- local CLOSE = Instance.new("TextButton")
- --Properties:
- FEGUI.Name = "FEGUI"
- FEGUI.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = FEGUI
- Main.BackgroundColor3 = Color3.new(0, 0, 0)
- Main.BackgroundTransparency = 0.55000001192093
- Main.Position = UDim2.new(0.307135463, 0, 0.195583597, 0)
- Main.Size = UDim2.new(0, 239, 0, 374)
- Main.Visible = false
- Main.Active = true
- Main.Draggable = true
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel.Position = UDim2.new(-0.0334728025, 0, -0.0267379675, 0)
- TextLabel.Size = UDim2.new(0, 255, 0, 36)
- TextLabel.Font = Enum.Font.Fantasy
- TextLabel.Text = "FE is Gay"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 25
- TextLabel_2.Parent = Main
- TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel_2.Position = UDim2.new(-0.0334728025, 0, 0.92899406, 0)
- TextLabel_2.Size = UDim2.new(0, 255, 0, 24)
- TextLabel_2.Font = Enum.Font.Fantasy
- TextLabel_2.Text = "Made by ForgottenIsBack"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 25
- TextLabel_2.TextWrapped = true
- R15Creeper.Name = "R15Creeper"
- R15Creeper.Parent = Main
- R15Creeper.BackgroundColor3 = Color3.new(1, 1, 1)
- R15Creeper.Position = UDim2.new(0, 0, 0.273154467, 0)
- R15Creeper.Size = UDim2.new(0, 111, 0, 50)
- R15Creeper.Font = Enum.Font.Fantasy
- R15Creeper.Text = "R15 Creeper"
- R15Creeper.TextColor3 = Color3.new(0, 0, 0)
- R15Creeper.TextSize = 14
- R15Creeper.MouseButton1Down:connect(function()
- -->>Creeper R15<<--
- -->>___Made By Infinity#3369___<--
- local lol = game:GetService('Players').LocalPlayer
- lol.Character["Head"].Mesh:Destroy()
- lol.Character["LeftUpperArm"]:Destroy()
- lol.Character["RightUpperArm"]:Destroy()
- for i,v in pairs(game:GetService('Players').LocalPlayer.Character:GetDescendants()) do
- if v:IsA'Hat' or v:IsA'Accessory' then
- v.Parent = game:GetService'Workspace'
- end
- end
- local fuck = game:GetService('Players').LocalPlayer
- if game.Players.LocalPlayer == fuck then
- print("succesfully creeped u! enjoy!")
- end
- end)
- R6Creeper.Name = "R6Creeper"
- R6Creeper.Parent = Main
- R6Creeper.BackgroundColor3 = Color3.new(1, 1, 1)
- R6Creeper.Position = UDim2.new(0.53556484, 0, 0.273154438, 0)
- R6Creeper.Size = UDim2.new(0, 111, 0, 50)
- R6Creeper.Font = Enum.Font.Fantasy
- R6Creeper.Text = "R6 Creeper"
- R6Creeper.TextColor3 = Color3.new(0, 0, 0)
- R6Creeper.TextSize = 14
- R6Creeper.MouseButton1Down:connect(function()
- -->>Creeper R6<<--
- -->>___Made By Infinity#3369___<--
- local lol = game:GetService('Players').LocalPlayer
- lol.Character["Head"].Mesh:Destroy()
- lol.Character["Left Arm"]:Destroy()
- lol.Character["Right Arm"]:Destroy()
- for i,v in pairs(game:GetService('Players').LocalPlayer.Character:GetDescendants()) do
- if v:IsA'Hat' or v:IsA'Accessory' then
- v.Parent = game:GetService'Workspace'
- end
- end
- local fuck = game:GetService('Players').LocalPlayer
- if game.Players.LocalPlayer == fuck then
- print("succesfully creeped u! enjoy!")
- end
- end)
- Insane.Name = "Insane"
- Insane.Parent = Main
- Insane.BackgroundColor3 = Color3.new(1, 1, 1)
- Insane.Position = UDim2.new(0, 0, 0.450099677, 0)
- Insane.Size = UDim2.new(0, 111, 0, 50)
- Insane.Font = Enum.Font.Fantasy
- Insane.Text = "FE Insane"
- Insane.TextColor3 = Color3.new(0, 0, 0)
- Insane.TextSize = 14
- Insane.MouseButton1Down:connect(function()
- AnimationId = "33796059"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(25)
- end)
- Fly.Name = "Fly"
- Fly.Parent = Main
- Fly.BackgroundColor3 = Color3.new(1, 1, 1)
- Fly.Position = UDim2.new(0.53556484, 0, 0.450099707, 0)
- Fly.Size = UDim2.new(0, 111, 0, 50)
- Fly.Font = Enum.Font.Fantasy
- Fly.Text = "Fly [E]"
- Fly.TextColor3 = Color3.new(0, 0, 0)
- Fly.TextSize = 14
- Fly.MouseButton1Down:connect(function()
- repeat wait()
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
- local mouse = game.Players.LocalPlayer:GetMouse()
- repeat wait() until mouse
- local plr = game.Players.LocalPlayer
- local torso = plr.Character.Torso
- local flying = true
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 50
- local speed = 0
- function Fly()
- local bg = Instance.new("BodyGyro", torso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = torso.CFrame
- local bv = Instance.new("BodyVelocity", torso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- repeat wait()
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- 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
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- 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
- else
- bv.velocity = Vector3.new(0,0.1,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- until not flying
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- end
- mouse.KeyDown:connect(function(key)
- if key:lower() == "e" then
- if flying then flying = false
- else
- flying = true
- Fly()
- end
- elseif key:lower() == "w" then
- ctrl.f = 1
- elseif key:lower() == "s" then
- ctrl.b = -1
- elseif key:lower() == "a" then
- ctrl.l = -1
- elseif key:lower() == "d" then
- ctrl.r = 1
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key:lower() == "w" then
- ctrl.f = 0
- elseif key:lower() == "s" then
- ctrl.b = 0
- elseif key:lower() == "a" then
- ctrl.l = 0
- elseif key:lower() == "d" then
- ctrl.r = 0
- end
- end)
- Fly()
- end)
- NoLimbs.Name = "NoLimbs"
- NoLimbs.Parent = Main
- NoLimbs.BackgroundColor3 = Color3.new(1, 1, 1)
- NoLimbs.Position = UDim2.new(0.53556484, 0, 0.613960683, 0)
- NoLimbs.Size = UDim2.new(0, 111, 0, 50)
- NoLimbs.Font = Enum.Font.Fantasy
- NoLimbs.Text = "No Limbs"
- NoLimbs.TextColor3 = Color3.new(0, 0, 0)
- NoLimbs.TextSize = 14
- NoLimbs.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
- game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
- game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
- game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
- end)
- Levitate.Name = "Levitate"
- Levitate.Parent = Main
- Levitate.BackgroundColor3 = Color3.new(1, 1, 1)
- Levitate.Position = UDim2.new(0, 0, 0.613960683, 0)
- Levitate.Size = UDim2.new(0, 111, 0, 50)
- Levitate.Font = Enum.Font.Fantasy
- Levitate.Text = "FE Levitate"
- Levitate.TextColor3 = Color3.new(0, 0, 0)
- Levitate.TextSize = 14
- Levitate.MouseButton1Down:connect(function()
- AnimationId = "313762630"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end)
- ClickTP.Name = "ClickTP"
- ClickTP.Parent = Main
- ClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
- ClickTP.Position = UDim2.new(0, 0, 0.787662566, 0)
- ClickTP.Size = UDim2.new(0, 111, 0, 50)
- ClickTP.Font = Enum.Font.Fantasy
- ClickTP.Text = "Click TP Tool"
- ClickTP.TextColor3 = Color3.new(0, 0, 0)
- ClickTP.TextSize = 14
- ClickTP.MouseButton1Down:connect(function()
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Click Teleport"
- tool.Activated:connect(function()
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- end)
- ChatTroll.Name = "ChatTroll"
- ChatTroll.Parent = Main
- ChatTroll.BackgroundColor3 = Color3.new(1, 1, 1)
- ChatTroll.Position = UDim2.new(0.53556484, 0, 0.787662566, 0)
- ChatTroll.Size = UDim2.new(0, 111, 0, 50)
- ChatTroll.Font = Enum.Font.Fantasy
- ChatTroll.Text = "Chat Troll"
- ChatTroll.TextColor3 = Color3.new(0, 0, 0)
- ChatTroll.TextSize = 14
- Noclip.Name = "Noclip"
- Noclip.Parent = Main
- Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
- Noclip.Position = UDim2.new(0, 0, 0.0958136618, 0)
- Noclip.Size = UDim2.new(0, 111, 0, 50)
- Noclip.Font = Enum.Font.Fantasy
- Noclip.Text = "Noclip [Q]"
- Noclip.TextColor3 = Color3.new(0, 0, 0)
- Noclip.TextSize = 14
- Noclip.MouseButton1Down:connect(function()
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "q" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- print('Loaded')
- print('Press "Q" to noclip')
- end)
- Crawl.Name = "Crawl"
- Crawl.Parent = Main
- Crawl.BackgroundColor3 = Color3.new(1, 1, 1)
- Crawl.Position = UDim2.new(0.548, 0,0.096, 0)
- Crawl.Size = UDim2.new(0, 108,0, 50)
- Crawl.Font = Enum.Font.Fantasy
- Crawl.Text = "Crawl"
- Crawl.TextColor3 = Color3.new(0, 0, 0)
- Crawl.TextSize = 14
- Crawl.MouseButton1Down:connect(function()
- AnimationId = "282574440"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end)
- Frame.Parent = FEGUI
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.Position = UDim2.new(0, 0, 0.637223959, 0)
- Frame.Size = UDim2.new(0, 109, 0, 44)
- OPEN.Name = "OPEN"
- OPEN.Parent = Frame
- OPEN.BackgroundColor3 = Color3.new(0, 0, 0)
- OPEN.Position = UDim2.new(0, 0, 0.229120895, 0)
- OPEN.Size = UDim2.new(0, 109, 0, 23)
- OPEN.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- OPEN.Font = Enum.Font.Fantasy
- OPEN.Text = "OPEN"
- OPEN.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- OPEN.TextScaled = true
- OPEN.TextSize = 19
- OPEN.TextWrapped = true
- OPEN.MouseButton1Down:connect(function()
- CLOSE.Visible = true
- CLOSE.Active = true
- OPEN.Visible = false
- OPEN.Active = false
- Main.Visible = true
- end)
- CLOSE.Name = "CLOSE"
- CLOSE.Parent = Frame
- CLOSE.Active = false
- CLOSE.BackgroundColor3 = Color3.new(0, 0, 0)
- CLOSE.Position = UDim2.new(0, 0, 0.204545468, 0)
- CLOSE.Size = UDim2.new(0, 109, 0, 26)
- CLOSE.Visible = false
- CLOSE.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- CLOSE.Font = Enum.Font.Fantasy
- CLOSE.Text = "CLOSE"
- CLOSE.TextColor3 = Color3.new(1, 1, 1)
- CLOSE.TextSize = 19
- CLOSE.TextWrapped = true
- CLOSE.MouseButton1Down:connect(function()
- CLOSE.Visible = false
- CLOSE.Active = false
- OPEN.Active = true
- OPEN.Visible = true
- Main.Visible = false
- end)
Add Comment
Please, Sign In to add comment