Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Haven't got a clue who made this. It got leaked by someone.--
- -- Objects
- local FEGUI = Instance.new("ScreenGui")
- local topbar = Instance.new("Frame")
- local main = Instance.new("Frame")
- local colorlabel = Instance.new("TextLabel")
- local colorgray = Instance.new("TextButton")
- local colorred = Instance.new("TextButton")
- local colorblue = Instance.new("TextButton")
- local colororange = Instance.new("TextButton")
- local killall = Instance.new("TextButton")
- local kill = Instance.new("TextButton")
- local killothers = Instance.new("TextButton")
- local goto = Instance.new("TextButton")
- local god = Instance.new("TextButton")
- local floattorso = Instance.new("TextButton")
- local name = Instance.new("TextBox")
- local exit = Instance.new("TextButton")
- -- Properties
- FEGUI.Name = "FEGUI"
- FEGUI.Parent = game.CoreGui
- topbar.Name = "topbar"
- topbar.Parent = FEGUI
- topbar.Active = true
- topbar.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- topbar.BorderSizePixel = 0
- topbar.Draggable = true
- topbar.Position = UDim2.new(0, 949, 0, 269)
- topbar.Selectable = true
- topbar.Size = UDim2.new(0, 227, 0, 27)
- main.Name = "main"
- main.Parent = topbar
- main.BackgroundColor3 = Color3.new(1, 1, 1)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0, 0, 0, 27)
- main.Size = UDim2.new(0, 227, 0, 209)
- colorlabel.Name = "colorlabel"
- colorlabel.Parent = main
- colorlabel.BackgroundColor3 = Color3.new(1, 1, 1)
- colorlabel.BackgroundTransparency = 1
- colorlabel.Position = UDim2.new(0, 13, 0, 0)
- colorlabel.Size = UDim2.new(0, 196, 0, 21)
- colorlabel.Font = Enum.Font.ArialBold
- colorlabel.FontSize = Enum.FontSize.Size18
- colorlabel.Text = "Color:"
- colorlabel.TextColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- colorlabel.TextSize = 18
- colorgray.Name = "colorgray"
- colorgray.Parent = main
- colorgray.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- colorgray.BorderSizePixel = 0
- colorgray.Position = UDim2.new(0, 35, 0, 27)
- colorgray.Size = UDim2.new(0, 33, 0, 17)
- colorgray.Font = Enum.Font.SourceSans
- colorgray.FontSize = Enum.FontSize.Size14
- colorgray.Text = ""
- colorgray.TextSize = 14
- colorred.Name = "colorred"
- colorred.Parent = main
- colorred.BackgroundColor3 = Color3.new(0.796079, 0, 0)
- colorred.BorderSizePixel = 0
- colorred.Position = UDim2.new(0, 75, 0, 27)
- colorred.Size = UDim2.new(0, 33, 0, 17)
- colorred.Font = Enum.Font.SourceSans
- colorred.FontSize = Enum.FontSize.Size14
- colorred.Text = ""
- colorred.TextSize = 14
- colorblue.Name = "colorblue"
- colorblue.Parent = main
- colorblue.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- colorblue.BorderSizePixel = 0
- colorblue.Position = UDim2.new(0, 115, 0, 27)
- colorblue.Size = UDim2.new(0, 33, 0, 17)
- colorblue.Font = Enum.Font.SourceSans
- colorblue.FontSize = Enum.FontSize.Size14
- colorblue.Text = ""
- colorblue.TextSize = 14
- colororange.Name = "colororange"
- colororange.Parent = main
- colororange.BackgroundColor3 = Color3.new(1, 0.666667, 0)
- colororange.BorderSizePixel = 0
- colororange.Position = UDim2.new(0, 155, 0, 27)
- colororange.Size = UDim2.new(0, 33, 0, 17)
- colororange.Font = Enum.Font.SourceSans
- colororange.FontSize = Enum.FontSize.Size14
- colororange.Text = ""
- colororange.TextSize = 14
- killall.Name = "killall"
- killall.Parent = main
- killall.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- killall.BorderSizePixel = 0
- killall.Position = UDim2.new(0, 15, 0, 94)
- killall.Size = UDim2.new(0, 64, 0, 50)
- killall.Font = Enum.Font.Arial
- killall.FontSize = Enum.FontSize.Size14
- killall.Text = "Kill All"
- killall.TextColor3 = Color3.new(1, 1, 1)
- killall.TextSize = 14
- kill.Name = "kill"
- kill.Parent = main
- kill.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- kill.BorderSizePixel = 0
- kill.Position = UDim2.new(0, 82, 0, 94)
- kill.Size = UDim2.new(0, 64, 0, 50)
- kill.Font = Enum.Font.Arial
- kill.FontSize = Enum.FontSize.Size14
- kill.Text = "Kill"
- kill.TextColor3 = Color3.new(1, 1, 1)
- kill.TextSize = 14
- killothers.Name = "killothers"
- killothers.Parent = main
- killothers.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- killothers.BorderSizePixel = 0
- killothers.Position = UDim2.new(0, 149, 0, 94)
- killothers.Size = UDim2.new(0, 64, 0, 50)
- killothers.Font = Enum.Font.Arial
- killothers.FontSize = Enum.FontSize.Size14
- killothers.Text = "Kill Others"
- killothers.TextColor3 = Color3.new(1, 1, 1)
- killothers.TextSize = 14
- killothers.TextWrapped = true
- goto.Name = "goto"
- goto.Parent = main
- goto.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- goto.BorderSizePixel = 0
- goto.Position = UDim2.new(0, 15, 0, 147)
- goto.Size = UDim2.new(0, 64, 0, 50)
- goto.Font = Enum.Font.Arial
- goto.FontSize = Enum.FontSize.Size14
- goto.Text = "Goto"
- goto.TextColor3 = Color3.new(1, 1, 1)
- goto.TextSize = 14
- god.Name = "god"
- god.Parent = main
- god.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- god.BorderSizePixel = 0
- god.Position = UDim2.new(0, 82, 0, 147)
- god.Size = UDim2.new(0, 64, 0, 50)
- god.Font = Enum.Font.Arial
- god.FontSize = Enum.FontSize.Size14
- god.Text = "God"
- god.TextColor3 = Color3.new(1, 1, 1)
- god.TextSize = 14
- floattorso.Name = "floattorso"
- floattorso.Parent = main
- floattorso.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- floattorso.BorderSizePixel = 0
- floattorso.Position = UDim2.new(0, 149, 0, 147)
- floattorso.Size = UDim2.new(0, 64, 0, 50)
- floattorso.Font = Enum.Font.Arial
- floattorso.FontSize = Enum.FontSize.Size14
- floattorso.Text = "Floating Torso"
- floattorso.TextColor3 = Color3.new(1, 1, 1)
- floattorso.TextSize = 14
- floattorso.TextWrapped = true
- name.Name = "name"
- name.Parent = main
- name.BorderSizePixel = 2
- name.Position = UDim2.new(0, 15, 0, 59)
- name.Size = UDim2.new(0, 197, 0, 23)
- name.Font = Enum.Font.ArialBold
- name.FontSize = Enum.FontSize.Size14
- name.Text = "Player Name"
- name.BorderColor3 = Color3.new(00.45098, 0.45098, 0.45098)
- name.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- name.TextColor3 = Color3.new(255, 255, 255)
- name.TextSize = 14
- exit.Name = "exit"
- exit.Parent = topbar
- exit.BackgroundColor3 = Color3.new(1, 1, 1)
- exit.BackgroundTransparency = 1
- exit.Position = UDim2.new(0, 194, 0, 0)
- exit.Size = UDim2.new(0, 33, 0, 27)
- exit.Font = Enum.Font.Arial
- exit.FontSize = Enum.FontSize.Size18
- exit.Text = "X"
- exit.TextColor3 = Color3.new(1, 1, 1)
- exit.TextSize = 18
- colorgray.MouseButton1Click:connect(function()
- local a = {name, floattorso, god, goto, killothers, kill, killall, topbar}
- for i,v in pairs(a) do
- v.BackgroundColor3 = Color3.new(0.607843, 0.607843, 0.607843)
- v.BorderColor3 = Color3.new(0.607843, 0.607843, 0.607843)
- if v.ClassName == "TextButton" then
- v.TextColor3 = Color3.new(255, 255, 255)
- end
- end
- end)
- colorred.MouseButton1Click:connect(function()
- local a = {name, floattorso, god, goto, killothers, kill, killall, topbar}
- for i,v in pairs(a) do
- v.BackgroundColor3 = Color3.new(0.796079, 0, 0)
- v.BorderColor3 = Color3.new(0.796079, 0, 0)
- if v.ClassName == "TextButton" then
- v.TextColor3 = Color3.new(255, 255, 255)
- if v.ClassName == "TextBox" then
- v.BackgroundColor3 = Color3.new(255, 255, 255)
- end
- end
- end
- end)
- colorblue.MouseButton1Click:connect(function()
- local a = {name, floattorso, god, goto, killothers, kill, killall, topbar}
- for i,v in pairs(a) do
- v.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- v.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
- if v.ClassName == "TextButton" then
- v.TextColor3 = Color3.new(255, 255, 255)
- if v.ClassName == "TextBox" then
- v.BackgroundColor3 = Color3.new(255, 255, 255)
- end
- end
- end
- end)
- colororange.MouseButton1Click:connect(function()
- local a = {name, floattorso, god, goto, killothers, kill, killall, topbar}
- for i,v in pairs(a) do
- v.BackgroundColor3 = Color3.new(1, 0.666667, 0)
- v.BorderColor3 = Color3.new(1, 0.666667, 0)
- if v.ClassName == "TextButton" then
- v.TextColor3 = Color3.new(255, 255, 255)
- if v.ClassName == "TextBox" then
- v.BackgroundColor3 = Color3.new(255, 255, 255)
- end
- end
- end
- end)
- god.MouseButton1Click: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)
- goto.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:FindFirstChild(name.Text).Character.HumanoidRootPart.Position)
- end)
- killothers.MouseButton1Click:connect(function()
- local move = math.huge*math.huge
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name~=game.Players.LocalPlayer.Name then
- v:Move(Vector3.new(move))
- end
- end
- end)
- kill.MouseButton1Click:connect(function()
- local victim = name.Text
- local move = math.huge*math.huge
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name == victim then
- v:Move(Vector3.new(move))
- end
- end
- end)
- killall.MouseButton1Click:connect(function()
- local move = math.huge*math.huge
- for i,v in pairs(game.Players:GetPlayers()) do
- v:Move(Vector3.new(move))
- end
- end)
- floattorso.MouseButton1Click: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)
- exit.MouseButton1Click:connect(function()
- FEGUI:ClearAllChildren()
- FEGUI:remove()
- print("Goodbye "..game.Players.LocalPlayer.Name)
- end)
Add Comment
Please, Sign In to add comment