Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local FeGuiByMigas3456 = Instance.new("ScreenGui")
- local FEGui = Instance.new("Frame")
- local Info = Instance.new("TextLabel")
- local SpawnBlocks = Instance.new("TextButton")
- local Kill = Instance.new("TextButton")
- local KillAll = Instance.new("TextButton")
- local God = Instance.new("TextButton")
- local FloatingTorso = Instance.new("TextButton")
- local Loopkill = Instance.new("TextButton")
- local Control = Instance.new("TextButton")
- local Shutdown = Instance.new("TextButton")
- local FlyingHead = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Name = Instance.new("TextBox")
- -- Properties
- FeGuiByMigas3456.Name = "FeGuiByMigas3456"
- if game.PlaceId == "843495510,843468296" then
- FeGuiByMigas3456.Parent = game.Players.LocalPlayer.PlayerGui
- FeGuiByMigas3456.ResetOnSpawn = false
- else
- FeGuiByMigas3456.Parent = game.CoreGui
- end
- FEGui.Name = "FEGui"
- FEGui.Parent = FeGuiByMigas3456
- FEGui.BackgroundColor3 = Color3.new(0, 0, 0)
- FEGui.BackgroundTransparency = 0.5
- FEGui.BorderColor3 = Color3.new(1, 0.333333, 0)
- FEGui.Position = UDim2.new(0, 0, 0, 311)
- FEGui.Size = UDim2.new(0, 642, 0, 367)
- Info.Name = "Info"
- Info.Parent = FEGui
- Info.BackgroundColor3 = Color3.new(0, 0, 0)
- Info.BackgroundTransparency = 0.5
- Info.BorderColor3 = Color3.new(1, 0.333333, 0)
- Info.Size = UDim2.new(0, 642, 0, 50)
- Info.Font = Enum.Font.SourceSans
- Info.FontSize = Enum.FontSize.Size14
- Info.Text = "FE Gui"
- Info.TextColor3 = Color3.new(1, 0.333333, 0)
- Info.TextScaled = true
- Info.TextSize = 14
- Info.TextWrapped = true
- SpawnBlocks.Name = "SpawnBlocks"
- SpawnBlocks.Parent = FEGui
- SpawnBlocks.BackgroundColor3 = Color3.new(0, 0, 0)
- SpawnBlocks.BackgroundTransparency = 0.5
- SpawnBlocks.BorderColor3 = Color3.new(1, 0.333333, 0)
- SpawnBlocks.Position = UDim2.new(0, 440, 0, 97)
- SpawnBlocks.Size = UDim2.new(0, 172, 0, 50)
- SpawnBlocks.Font = Enum.Font.SourceSans
- SpawnBlocks.FontSize = Enum.FontSize.Size14
- SpawnBlocks.Text = "FE Spawn Blocks"
- SpawnBlocks.TextColor3 = Color3.new(1, 0.333333, 0)
- SpawnBlocks.TextSize = 14
- SpawnBlocks.MouseButton1Down:connect(function()
- for i=1,20 do
- wait(1)
- for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA'Accoutrement' then
- v.Parent=game.Players.LocalPlayer.Character
- v.Parent = workspace.Terrain
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA'Accoutrement' then
- for ape,hax in pairs(v.Handle:GetChildren()) do
- hax:Destroy()
- end
- wait'.1'
- v.Parent=game.Players.LocalPlayer.StarterGear
- end
- end
- for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- v:Destroy()
- end
- local prt=Instance.new("Model", workspace);
- Instance.new("Part", prt).Name="Torso";
- Instance.new("Part", prt).Name="Head";
- Instance.new("Humanoid", prt).Name="Humanoid";
- game.Players.LocalPlayer.Character=prt
- repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
- for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if dad:IsA'Accoutrement' then
- dad.Parent = game.Players.LocalPlayer.StarterGear
- end
- end
- for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- v:Destroy()
- end
- local prt2=Instance.new("Model", workspace);
- Instance.new("Part", prt).Name="Torso";
- Instance.new("Part", prt).Name="Head";
- Instance.new("Humanoid", prt).Name="Humanoid";
- game.Players.LocalPlayer.Character=prt
- end
- end)
- Kill.Name = "Kill"
- Kill.Parent = FEGui
- Kill.BackgroundColor3 = Color3.new(0, 0, 0)
- Kill.BackgroundTransparency = 0.5
- Kill.BorderColor3 = Color3.new(1, 0.333333, 0)
- Kill.Position = UDim2.new(0, 235, 0, 96)
- Kill.Size = UDim2.new(0, 172, 0, 50)
- Kill.Font = Enum.Font.SourceSans
- Kill.FontSize = Enum.FontSize.Size14
- Kill.Text = "FE Kill"
- Kill.TextColor3 = Color3.new(1, 0.333333, 0)
- Kill.TextSize = 14
- Kill.MouseButton1Down:connect(function()
- local target = game.Players[Name.Text]
- repeat
- wait()
- target:Move(Vector3.new(math.huge*0))
- until not target:FindFirstChild("Head")
- end)
- KillAll.Name = "KillAll"
- KillAll.Parent = FEGui
- KillAll.BackgroundColor3 = Color3.new(0, 0, 0)
- KillAll.BackgroundTransparency = 0.5
- KillAll.BorderColor3 = Color3.new(1, 0.333333, 0)
- KillAll.Position = UDim2.new(0, 18, 0, 95)
- KillAll.Size = UDim2.new(0, 172, 0, 50)
- KillAll.Font = Enum.Font.SourceSans
- KillAll.FontSize = Enum.FontSize.Size14
- KillAll.Text = "FE Kill All"
- KillAll.TextColor3 = Color3.new(1, 0.333333, 0)
- KillAll.TextSize = 14
- KillAll.MouseButton1Down:connect(function()
- for i, v in next, game.Players:GetPlayers() do
- v:Move(Vector3.new(math.huge*0))
- end
- end)
- God.Name = "God"
- God.Parent = FEGui
- God.BackgroundColor3 = Color3.new(0, 0, 0)
- God.BackgroundTransparency = 0.5
- God.BorderColor3 = Color3.new(1, 0.333333, 0)
- God.Position = UDim2.new(0, 17, 0, 183)
- God.Size = UDim2.new(0, 172, 0, 50)
- God.Font = Enum.Font.SourceSans
- God.FontSize = Enum.FontSize.Size14
- God.Text = "FE God"
- God.TextColor3 = Color3.new(1, 0.333333, 0)
- God.TextSize = 14
- God.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.Name = 1
- local l = game.Players.LocalPlayer.Character["1"]:Clone()
- l.Parent = game.Players.LocalPlayer.Character
- l.Name = "Humanoid"
- wait(0.1)
- game.Players.LocalPlayer.Character["1"]:Destroy()
- game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
- game.Players.LocalPlayer.Character.Animate.Disabled = true
- wait(0.1)
- game.Players.LocalPlayer.Character.Animate.Disabled = false
- game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
- end)
- FloatingTorso.Name = "Floating Torso"
- FloatingTorso.Parent = FEGui
- FloatingTorso.BackgroundColor3 = Color3.new(0, 0, 0)
- FloatingTorso.BackgroundTransparency = 0.5
- FloatingTorso.BorderColor3 = Color3.new(1, 0.333333, 0)
- FloatingTorso.Position = UDim2.new(0, 235, 0, 183)
- FloatingTorso.Size = UDim2.new(0, 172, 0, 50)
- FloatingTorso.Font = Enum.Font.SourceSans
- FloatingTorso.FontSize = Enum.FontSize.Size14
- FloatingTorso.Text = "FE Floating Torso"
- FloatingTorso.TextColor3 = Color3.new(1, 0.333333, 0)
- FloatingTorso.TextSize = 14
- FloatingTorso.MouseButton1Down:connect(function()
- local Weld1 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- Weld1.Part0 = game.Players.LocalPlayer.Character.Head
- Weld1.Part1 = game.Players.LocalPlayer.Character.Torso
- local Weld2 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- Weld2.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
- Weld2.Part1 = game.Players.LocalPlayer.Character.Torso
- local Weld3 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- Weld3.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
- Weld3.Part1 = game.Players.LocalPlayer.Character.Torso
- local Weld4 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- Weld4.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
- Weld4.Part1 = game.Players.LocalPlayer.Character.Torso
- local Weld5 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
- Weld5.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
- Weld5.Part1 = game.Players.LocalPlayer.Character.Torso
- end)
- Loopkill.Name = "Loopkill"
- Loopkill.Parent = FEGui
- Loopkill.BackgroundColor3 = Color3.new(0, 0, 0)
- Loopkill.BackgroundTransparency = 0.5
- Loopkill.BorderColor3 = Color3.new(1, 0.333333, 0)
- Loopkill.Position = UDim2.new(0, 440, 0, 183)
- Loopkill.Size = UDim2.new(0, 172, 0, 50)
- Loopkill.Font = Enum.Font.SourceSans
- Loopkill.FontSize = Enum.FontSize.Size14
- Loopkill.Text = "FE Loopkill"
- Loopkill.TextColor3 = Color3.new(1, 0.333333, 0)
- Loopkill.TextSize = 14
- Loopkill.MouseButton1Down:connect(function()
- while true do
- local target = game.Players:FindFirstChild(Name.Text)
- target:Move(Vector3.new(math.huge,math.huge,math.huge))
- wait()
- end
- end)
- Control.Name = "Control"
- Control.Parent = FEGui
- Control.BackgroundColor3 = Color3.new(0, 0, 0)
- Control.BackgroundTransparency = 0.5
- Control.BorderColor3 = Color3.new(1, 0.333333, 0)
- Control.Position = UDim2.new(0, 16, 0, 275)
- Control.Size = UDim2.new(0, 172, 0, 50)
- Control.Font = Enum.Font.SourceSans
- Control.FontSize = Enum.FontSize.Size14
- Control.Text = "FE Control"
- Control.TextColor3 = Color3.new(1, 0.333333, 0)
- Control.TextSize = 14
- Control.MouseButton1Down:connect(function()
- v = game.Workspace.LocalPlayer
- vp = game.Players.LocalPlayer
- b = game.Players:FindFirstChild(Name.Text)
- v.Humanoid.WalkSpeed=16
- game.Workspace.CurrentCamera.CameraSubject = vp.Character.Head
- game.Players.LocalPlayer.Character.Humanoid:Destroy()
- game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
- game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
- game.Players.LocalPlayer.Character["Head"]:Destroy()
- game.Players.LocalPlayer.Character["Torso"]:Destroy()
- game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
- game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
- v.Humanoid.Parent=b
- v["Left Leg"].Parent=b
- v["Right Leg"].Parent=b
- v["Head"].Parent=b
- v["Torso"].Parent=b
- v["Left Arm"].Parent=b
- v["Right Arm"].Parent=b
- v.Humanoid.WalkSpeed=16
- b.Humanoid.WalkSpeed=16
- --You have to bhop ish to move
- end)
- Shutdown.Name = "Shutdown"
- Shutdown.Parent = FEGui
- Shutdown.BackgroundColor3 = Color3.new(0, 0, 0)
- Shutdown.BackgroundTransparency = 0.5
- Shutdown.BorderColor3 = Color3.new(1, 0.333333, 0)
- Shutdown.Position = UDim2.new(0, 235, 0, 277)
- Shutdown.Size = UDim2.new(0, 172, 0, 50)
- Shutdown.Font = Enum.Font.SourceSans
- Shutdown.FontSize = Enum.FontSize.Size14
- Shutdown.Text = "Sword(Only Works For City Life)"
- Shutdown.TextColor3 = Color3.new(1, 0.333333, 0)
- Shutdown.TextSize = 14
- Shutdown.MouseButton1Down:connect(function()
- --how to hammer 101 this only works for city life--
- plr = "LocalPlayer" --player to give tool to
- plr = game:GetService'Players'[plr]
- game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('meme', '7', '1055299')
- lp = game:GetService'Players'.LocalPlayer
- hat = lp.Character:WaitForChild'meme'
- hammer = hat.GravityHammer
- hammer.Parent = lp:FindFirstChildOfClass'Backpack'
- --DIRTY HACKS TO PARENT HAT/TOOLS WITH REPLICATION ON FE--
- hat.Parent = nil
- hammer.Parent = lp.Character
- game:GetService'RunService'.Stepped:wait()
- hammer.Parent = plr.Character
- for i = 1,3 do
- local lol = lp:FindFirstChildOfClass'Backpack':FindFirstChildOfClass'HopperBin'
- if lol:FindFirstChild'LocalScript' then lol:Destroy() end
- end
- end)
- FlyingHead.Name = "FlyingHead"
- FlyingHead.Parent = FEGui
- FlyingHead.BackgroundColor3 = Color3.new(0, 0, 0)
- FlyingHead.BackgroundTransparency = 0.5
- FlyingHead.BorderColor3 = Color3.new(1, 0.333333, 0)
- FlyingHead.Position = UDim2.new(0, 441, 0, 276)
- FlyingHead.Size = UDim2.new(0, 172, 0, 50)
- FlyingHead.Font = Enum.Font.SourceSans
- FlyingHead.FontSize = Enum.FontSize.Size14
- FlyingHead.Text = "FE BTools(only works on chicken express)"
- FlyingHead.TextColor3 = Color3.new(1, 0.333333, 0)
- FlyingHead.TextSize = 14
- FlyingHead.MouseButton1Down:connect(function()
- --fe cafe hammertool script only works for Chicken Express Restaurant!--
- maind = nil
- if workspace:FindFirstChild'GiveSystem' then
- if workspace.GiveSystem:FindFirstChild'GiveItem' then
- maind = workspace.GiveSystem.GiveItem
- end
- end
- if workspace:FindFirstChild'HandToCentre' then
- if workspace.HandToCentre:FindFirstChild'SendItem' then
- maind = workspace.HandToCentre.SendItem
- end
- end
- if maind == nil then
- print'could not find give event :('
- return
- end
- tool = Instance.new'Tool'
- me = game:GetService'Players'.LocalPlayer
- tool.RequiresHandle = false
- tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
- tool.Name = 'ya like jazz?'
- tool.Parent = me.Backpack
- buttonf = nil
- tool.Equipped:connect(function()
- local m = game:GetService'Players'.LocalPlayer:GetMouse()
- m.Icon = 'rbxasset://textures/HammerCursor.png'
- buttonf = m.Button1Down:connect(function()
- if m.Target == nil then return end
- local ob = m.Target
- if ob:IsA'BasePart' or ob:IsA'WedgePart' then
- if ob:IsDescendantOf(me.Character) then return end
- m.Icon = 'rbxasset://textures/HammerOverCursor.png'
- local ex = Instance.new'Explosion'
- ex.BlastRadius = 0
- ex.Position = ob.Position
- ex.Parent = workspace
- maind:FireServer(workspace, ob)
- wait(0.3)
- m.Icon = 'rbxasset://textures/HammerCursor.png'
- end
- end)
- end)
- tool.Unequipped:connect(function()
- if buttonf ~= nil then
- buttonf:Disconnect()
- buttonf = nil
- end
- local m = game:GetService'Players'.LocalPlayer:GetMouse()
- m.Icon = ''
- end)
- end)
- Close.Name = "Close"
- Close.Parent = FEGui
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.Position = UDim2.new(0, 516, 0, 0)
- Close.Size = UDim2.new(0, 200, 0, 50)
- Close.Font = Enum.Font.SourceSans
- Close.FontSize = Enum.FontSize.Size14
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- FeGuiByMigas3456:Remove()
- end)
- Name.Name = "Name"
- Name.Parent = FEGui
- Name.BackgroundColor3 = Color3.new(1, 1, 1)
- Name.BackgroundTransparency = 0.5
- Name.BorderColor3 = Color3.new(1, 0.333333, 0)
- Name.Position = UDim2.new(0, 221, 0, 56)
- Name.Size = UDim2.new(0, 200, 0, 33)
- Name.Font = Enum.Font.SourceSans
- Name.FontSize = Enum.FontSize.Size14
- Name.Text = "Name"
- Name.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement