Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by Solu#0382
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Drag = Instance.new("Frame")
- local Name = Instance.new("TextLabel")
- local Phantoms = Instance.new("TextButton")
- local More = Instance.new("TextButton")
- local Lx = Instance.new("TextButton")
- local Ghosts = Instance.new("TextButton")
- local More_2 = Instance.new("Frame")
- local InfiniteJump = Instance.new("TextButton")
- local CtrlDelete = Instance.new("TextButton")
- local CtrlDelete_2 = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local X = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
- Main.BackgroundTransparency = 0.30000001192093
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.152156219, 0, 0.372590959, 0)
- Main.Size = UDim2.new(0, 185, 0, 245)
- Main.Visible = false
- Main.Active = true
- Main.Draggable = true
- Drag.Name = "Drag"
- Drag.Parent = Main
- Drag.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Drag.BackgroundTransparency = 0.20000000298023
- Drag.BorderSizePixel = 0
- Drag.Size = UDim2.new(0, 185, 0, 29)
- Name.Name = "Name"
- Name.Parent = Drag
- Name.BackgroundColor3 = Color3.new(1, 1, 1)
- Name.BackgroundTransparency = 99
- Name.Position = UDim2.new(0.345945954, 0, 0, 0)
- Name.Size = UDim2.new(0, 71, 0, 29)
- Name.Font = Enum.Font.SciFi
- Name.Text = "PhantomKiller"
- Name.TextColor3 = Color3.new(1, 1, 1)
- Name.TextSize = 17
- Phantoms.Name = "Phantoms"
- Phantoms.Parent = Main
- Phantoms.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Phantoms.BorderSizePixel = 0
- Phantoms.Position = UDim2.new(0.0702702701, 0, 0.159183666, 0)
- Phantoms.Size = UDim2.new(0, 158, 0, 39)
- Phantoms.Font = Enum.Font.SciFi
- Phantoms.Text = "Kill Phantoms"
- Phantoms.TextColor3 = Color3.new(1, 1, 1)
- Phantoms.TextSize = 14
- Phantoms.TextStrokeColor3 = Color3.new(1, 1, 1)
- Phantoms.MouseButton1Down:connect(function()
- local team = "Phantoms" --//-- Change "Ghosts"to enemy team(Ghosts or Phantoms) --\\--
- game:GetService("RunService").RenderStepped:connect(function()
- for i,v in pairs(game.Teams[team]:GetPlayers()) do
- v.Character.HumanoidRootPart.Anchored = true
- v.Character.HumanoidRootPart.CFrame = game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(8,0,0)
- end
- end)
- end)
- More.Name = "More"
- More.Parent = Main
- More.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- More.BorderSizePixel = 0
- More.Position = UDim2.new(0.0702702701, 0, 0.775510192, 0)
- More.Size = UDim2.new(0, 158, 0, 39)
- More.Font = Enum.Font.SciFi
- More.Text = "More"
- More.TextColor3 = Color3.new(1, 1, 1)
- More.TextSize = 14
- More.TextStrokeColor3 = Color3.new(1, 1, 1)
- More.MouseButton1Down:connect(function()
- More_2.Visible = true
- end)
- Lx.Name = "Lx"
- Lx.Parent = Main
- Lx.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Lx.BorderSizePixel = 0
- Lx.Position = UDim2.new(0.0702702701, 0, 0.575510204, 0)
- Lx.Size = UDim2.new(0, 158, 0, 39)
- Lx.Font = Enum.Font.SciFi
- Lx.Text = "Phantom Lx 4"
- Lx.TextColor3 = Color3.new(1, 1, 1)
- Lx.TextSize = 14
- Lx.TextStrokeColor3 = Color3.new(1, 1, 1)
- Lx.MouseButton1Down:connect(function()
- loadstring(game:GetObjects('rbxassetid://2174390318')[1].Source)()
- end)
- Ghosts.Name = "Ghosts"
- Ghosts.Parent = Main
- Ghosts.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Ghosts.BorderSizePixel = 0
- Ghosts.Position = UDim2.new(0.0702702701, 0, 0.367346942, 0)
- Ghosts.Size = UDim2.new(0, 158, 0, 39)
- Ghosts.Font = Enum.Font.SciFi
- Ghosts.Text = "Kill Ghosts"
- Ghosts.TextColor3 = Color3.new(1, 1, 1)
- Ghosts.TextSize = 14
- Ghosts.TextStrokeColor3 = Color3.new(1, 1, 1)
- Ghosts.MouseButton1Down:connect(function()
- local team = "Ghosts" --//-- Change "Ghosts"to enemy team(Ghosts or Phantoms) --\\--
- game:GetService("RunService").RenderStepped:connect(function()
- for i,v in pairs(game.Teams[team]:GetPlayers()) do
- v.Character.HumanoidRootPart.Anchored = true
- v.Character.HumanoidRootPart.CFrame = game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(8,0,0)
- end
- end)
- end)
- More_2.Name = "More"
- More_2.Parent = Main
- More_2.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
- More_2.BackgroundTransparency = 0.30000001192093
- More_2.BorderSizePixel = 0
- More_2.Position = UDim2.new(1.0702703, 0, 0, 0)
- More_2.Size = UDim2.new(0, 185, 0, 245)
- More_2.Visible = false
- InfiniteJump.Name = "Infinite Jump"
- InfiniteJump.Parent = More_2
- InfiniteJump.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- InfiniteJump.BorderSizePixel = 0
- InfiniteJump.Position = UDim2.new(0.0702702701, 0, 0.159183666, 0)
- InfiniteJump.Size = UDim2.new(0, 158, 0, 39)
- InfiniteJump.Font = Enum.Font.SciFi
- InfiniteJump.Text = "Infinite Jump"
- InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
- InfiniteJump.TextSize = 14
- InfiniteJump.TextStrokeColor3 = Color3.new(1, 1, 1)
- InfiniteJump.MouseButton1Down:connect(function()
- _G.infinjump = not _G.infinjump
- local plr = game:GetService'Players'.LocalPlayer
- local m = plr:GetMouse()
- m.KeyDown:connect(function(k)
- if _G.infinjump then
- if k:byte() == 32 then
- plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
- plrh:ChangeState('Jumping')
- wait()
- plrh:ChangeState('Seated')
- end
- end
- end)
- end)
- CtrlDelete.Name = "Ctrl Delete"
- CtrlDelete.Parent = More_2
- CtrlDelete.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- CtrlDelete.BorderSizePixel = 0
- CtrlDelete.Position = UDim2.new(0.0702702701, 0, 0.367346942, 0)
- CtrlDelete.Size = UDim2.new(0, 158, 0, 39)
- CtrlDelete.Font = Enum.Font.SciFi
- CtrlDelete.Text = "Ctrl Delete"
- CtrlDelete.TextColor3 = Color3.new(1, 1, 1)
- CtrlDelete.TextSize = 14
- CtrlDelete.TextStrokeColor3 = Color3.new(1, 1, 1)
- CtrlDelete.MouseButton1Down:connect(function()
- local Plr = game:GetService("Players").LocalPlayer
- local Mouse = Plr:GetMouse()
- Mouse.Button1Down:connect(function()
- if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
- if not Mouse.Target then return end
- Mouse.Target:Destroy()
- end)
- end)
- CtrlDelete_2.Name = "Ctrl Delete"
- CtrlDelete_2.Parent = More_2
- CtrlDelete_2.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- CtrlDelete_2.BorderSizePixel = 0
- CtrlDelete_2.Position = UDim2.new(0.0702702701, 0, 0.775510192, 0)
- CtrlDelete_2.Size = UDim2.new(0, 158, 0, 39)
- CtrlDelete_2.Font = Enum.Font.SciFi
- CtrlDelete_2.Text = "Destroy GUI"
- CtrlDelete_2.TextColor3 = Color3.new(1, 1, 1)
- CtrlDelete_2.TextSize = 14
- CtrlDelete_2.TextStrokeColor3 = Color3.new(1, 1, 1)
- CtrlDelete_2.MouseButton1Down:connect(function()
- Main.Visible = false
- Drag.Visible = false
- Open.Visible = false
- end)
- Close.Name = "Close"
- Close.Parent = More_2
- Close.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Close.BackgroundTransparency = 99
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.664864838, 0, 0, 0)
- Close.Size = UDim2.new(0, 62, 0, 23)
- Close.Font = Enum.Font.SciFi
- Close.Text = "Close"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 14
- Close.TextStrokeColor3 = Color3.new(1, 1, 1)
- Close.MouseButton1Down:connect(function()
- More_2.Visible = false
- end)
- X.Name = "X"
- X.Parent = Main
- X.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- X.BackgroundTransparency = 99
- X.BorderSizePixel = 0
- X.Position = UDim2.new(0.875675678, 0, 0, 0)
- X.Size = UDim2.new(0, 23, 0, 23)
- X.Font = Enum.Font.SourceSansBold
- X.Text = "X"
- X.TextColor3 = Color3.new(1, 1, 1)
- X.TextSize = 17
- X.TextStrokeColor3 = Color3.new(1, 1, 1)
- X.MouseButton1Down:connect(function()
- Main.Visible = false
- Open.Visible = true
- end)
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0, 0, 0.317987144, 0)
- Open.Size = UDim2.new(0, 81, 0, 37)
- Open.Font = Enum.Font.SourceSansBold
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 17
- Open.MouseButton1Down:connect(function()
- Open.Visible = false
- Main.Visible = true
- end)
Add Comment
Please, Sign In to add comment