Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rainbow = Color3.fromRGB(0, 0, 0)
- spawn(function()
- while wait() do
- for i=1,25 do
- wait()
- Rainbow = Color3.new(Rainbow .r,Rainbow .g+(1/25),Rainbow .b)
- end
- for i=1,25 do
- wait()
- Rainbow = Color3.new(Rainbow .r-(1/25),Rainbow .g,Rainbow .b)
- end
- for i=1,25 do
- wait()
- Rainbow = Color3.new(Rainbow .r,Rainbow .g,Rainbow .b+(1/25))
- end
- for i=1,25 do
- wait()
- Rainbow = Color3.new(Rainbow .r,Rainbow .g-(1/25),Rainbow .b)
- end
- for i=1,25 do
- wait()
- Rainbow = Color3.new(Rainbow .r+(1/25),Rainbow .g,Rainbow .b)
- end
- for i=1,25 do
- wait()
- Rainbow = Color3.new(Rainbow .r,Rainbow .g,Rainbow .b-(1/25))
- end
- end
- end)
- local cb
- CreateGui = function()
- local ScreenGui = Instance.new("ScreenGui")
- local Header = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local CloseButton = Instance.new("TextButton")
- local Frame_3 = Instance.new("Frame")
- local Frame_4 = Instance.new("Frame")
- local ImageLabel_2 = Instance.new("ImageLabel")
- local HideButton = Instance.new("TextButton")
- local Body = Instance.new("Frame")
- local ImageLabel_3 = Instance.new("ImageLabel")
- local Frame_5 = Instance.new("Frame")
- local Navigation = Instance.new("Frame")
- local Frame_6 = Instance.new("Frame")
- local PlayersButton = Instance.new("TextButton")
- local CommandsButton = Instance.new("TextButton")
- local LocalPlayerButton = Instance.new("TextButton")
- local ServerButton = Instance.new("TextButton")
- local ExtraButton = Instance.new("TextButton")
- local Content = Instance.new("Frame")
- local Frame_7 = Instance.new("Frame")
- local Extra = Instance.new("Frame")
- local ShowEveryoneButton = Instance.new("TextButton")
- local MVPRoomButton = Instance.new("TextButton")
- local PanicButton = Instance.new("TextButton")
- local BringGunButton = Instance.new("TextButton")
- local PlayerList = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local PlayerCommands = Instance.new("Frame")
- local KillButton = Instance.new("TextButton")
- local GodButton = Instance.new("TextButton")
- local CloakButton = Instance.new("TextButton")
- local UncloakButton = Instance.new("TextButton")
- local LoopKillButton = Instance.new("TextButton")
- local UnLoopKillButton = Instance.new("TextButton")
- local LoopGodButton = Instance.new("TextButton")
- local UnLoopGodButton = Instance.new("TextButton")
- local Credits = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local CreditName1 = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local CreditName2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local SampleButton = Instance.new("TextButton")
- local LayoutUI = Instance.new("UIListLayout")
- LayoutUI.Parent = Frame_6
- LayoutUI.Padding = UDim.new(0, 5)
- LayoutUI.FillDirection = Enum.FillDirection.Vertical
- LayoutUI.HorizontalAlignment = Enum.HorizontalAlignment.Left
- LayoutUI.SortOrder = Enum.SortOrder.LayoutOrder
- LayoutUI.VerticalAlignment = Enum.VerticalAlignment.Top
- local LayoutUI2 = Instance.new("UIGridLayout")
- LayoutUI2.Parent = ScrollingFrame
- LayoutUI2.CellPadding = UDim2.new(0, 5, 0, 5)
- LayoutUI2.CellSize = UDim2.new(0, 120, 0, 20)
- LayoutUI2.FillDirection = Enum.FillDirection.Horizontal
- LayoutUI2.HorizontalAlignment = Enum.HorizontalAlignment.Center
- local LayoutUI3 = Instance.new("UIGridLayout")
- LayoutUI3.Parent = PlayerCommands
- LayoutUI3.CellPadding = UDim2.new(0, 5, 0, 5)
- LayoutUI3.CellSize = UDim2.new(0, 120, 0, 20)
- LayoutUI3.FillDirection = Enum.FillDirection.Horizontal
- LayoutUI3.HorizontalAlignment = Enum.HorizontalAlignment.Center
- local LayoutUI4 = Instance.new("UIGridLayout")
- LayoutUI4.Parent = Extra
- LayoutUI4.CellPadding = UDim2.new(0, 5, 0, 5)
- LayoutUI4.CellSize = UDim2.new(0, 90, 0, 20)
- LayoutUI4.FillDirection = Enum.FillDirection.Horizontal
- LayoutUI4.HorizontalAlignment = Enum.HorizontalAlignment.Center
- ScreenGui.Parent = game.StarterGui
- Header.Name = "Header"
- Header.Parent = ScreenGui
- Header.Active = true
- Header.BackgroundColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
- Header.Draggable = true
- Header.Position = UDim2.new(0, 10, 0, 10)
- Header.Selectable = true
- Header.Size = UDim2.new(0, 400, 0, 15)
- Frame.Parent = Header
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(1, -15, 0, 0)
- Frame.Size = UDim2.new(0, 15, 1, 0)
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.new(1, 0.27451, 0.25098)
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0.25, 0, 0.25, 0)
- Frame_2.Size = UDim2.new(0.5, 0, 0.5, 0)
- ImageLabel.Parent = Frame_2
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.BackgroundTransparency = 1
- ImageLabel.Size = UDim2.new(1, 0, 1, 0)
- ImageLabel.Image = "rbxassetid://277037193"
- ImageLabel.ImageColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
- ImageLabel.ImageTransparency = 0.69999998807907
- CloseButton.Name = "CloseButton"
- CloseButton.Parent = Frame_2
- CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
- CloseButton.BackgroundTransparency = 1
- CloseButton.Size = UDim2.new(1, 0, 1, 0)
- CloseButton.Font = Enum.Font.SourceSans
- CloseButton.FontSize = Enum.FontSize.Size14
- CloseButton.Text = ""
- CloseButton.TextSize = 14
- Frame_3.Parent = Header
- Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame_3.BackgroundTransparency = 1
- Frame_3.BorderSizePixel = 0
- Frame_3.Position = UDim2.new(1, -30, 0, 0)
- Frame_3.Size = UDim2.new(0, 15, 1, 0)
- Frame_4.Parent = Frame_3
- Frame_4.BackgroundColor3 = Color3.new(1, 0.721569, 0.235294)
- Frame_4.BorderSizePixel = 0
- Frame_4.Position = UDim2.new(0.25, 0, 0.25, 0)
- Frame_4.Size = UDim2.new(0.5, 0, 0.5, 0)
- ImageLabel_2.Parent = Frame_4
- ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel_2.BackgroundTransparency = 1
- ImageLabel_2.Size = UDim2.new(1, 0, 1, 0)
- ImageLabel_2.Image = "rbxassetid://277037193"
- ImageLabel_2.ImageColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
- ImageLabel_2.ImageTransparency = 0.69999998807907
- HideButton.Name = "HideButton"
- HideButton.Parent = Frame_4
- HideButton.BackgroundColor3 = Color3.new(1, 1, 1)
- HideButton.BackgroundTransparency = 1
- HideButton.Size = UDim2.new(1, 0, 1, 0)
- HideButton.Font = Enum.Font.SourceSans
- HideButton.FontSize = Enum.FontSize.Size14
- HideButton.Text = ""
- HideButton.TextSize = 14
- Body.Name = "Body"
- Body.Parent = Header
- Body.BackgroundColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- Body.BackgroundTransparency = 0.30000001192093
- Body.BorderColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
- Body.ClipsDescendants = true
- Body.Position = UDim2.new(0, 0, 1, 0)
- Body.Size = UDim2.new(1, 0, 0, 150)
- ImageLabel_3.Parent = Body
- ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel_3.BackgroundTransparency = 1
- ImageLabel_3.Size = UDim2.new(1, 0, 1, 0)
- ImageLabel_3.Image = "rbxassetid://277037193"
- ImageLabel_3.ImageColor3 = Color3.new(0.47451, 0.47451, 0.47451)
- ImageLabel_3.ImageTransparency = 0.69999998807907
- Frame_5.Parent = Body
- Frame_5.BackgroundColor3 = Color3.new(0.00392157, 0.176471, 0.254902)
- Frame_5.BorderSizePixel = 0
- Frame_5.Position = UDim2.new(0, 125, 0.100000001, 0)
- Frame_5.Size = UDim2.new(0, 1, 0.800000012, 0)
- Navigation.Name = "Navigation"
- Navigation.Parent = Body
- Navigation.BackgroundColor3 = Color3.new(1, 1, 1)
- Navigation.BackgroundTransparency = 1
- Navigation.Size = UDim2.new(0, 120, 1, 0)
- Frame_6.Parent = Navigation
- Frame_6.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame_6.BackgroundTransparency = 1
- Frame_6.Position = UDim2.new(0, 10, 0, 10)
- Frame_6.Size = UDim2.new(1, -20, 0, 20)
- PlayersButton.Name = "PlayersButton"
- PlayersButton.Parent = Frame_6
- PlayersButton.BackgroundColor3 = Color3.new(1, 1, 1)
- PlayersButton.BackgroundTransparency = 0.20000000298023
- PlayersButton.BorderColor3 = Color3.new(0, 0, 0)
- PlayersButton.Size = UDim2.new(1, 0, 1, 0)
- PlayersButton.Font = Enum.Font.SourceSansBold
- PlayersButton.FontSize = Enum.FontSize.Size14
- PlayersButton.Text = "Players"
- PlayersButton.TextColor3 = Color3.new(1, 1, 1)
- PlayersButton.TextSize = 14
- PlayersButton.TextStrokeTransparency = 0.20000000298023
- CommandsButton.Name = "CommandsButton"
- CommandsButton.Parent = Frame_6
- CommandsButton.BackgroundColor3 = Color3.new(1, 1, 1)
- CommandsButton.BackgroundTransparency = 0.20000000298023
- CommandsButton.BorderColor3 = Color3.new(0, 0, 0)
- CommandsButton.Size = UDim2.new(1, 0, 1, 0)
- CommandsButton.Font = Enum.Font.SourceSansBold
- CommandsButton.FontSize = Enum.FontSize.Size14
- CommandsButton.Text = "Commands"
- CommandsButton.TextColor3 = Color3.new(1, 1, 1)
- CommandsButton.TextSize = 14
- CommandsButton.TextStrokeTransparency = 0.20000000298023
- LocalPlayerButton.Name = "LocalPlayerButton"
- LocalPlayerButton.Parent = Frame_6
- LocalPlayerButton.BackgroundColor3 = Color3.new(1, 1, 1)
- LocalPlayerButton.BackgroundTransparency = 0.20000000298023
- LocalPlayerButton.BorderColor3 = Color3.new(0, 0, 0)
- LocalPlayerButton.Size = UDim2.new(1, 0, 1, 0)
- LocalPlayerButton.Font = Enum.Font.SourceSansBold
- LocalPlayerButton.FontSize = Enum.FontSize.Size14
- LocalPlayerButton.Text = "LocalPlayer - Indev"
- LocalPlayerButton.TextColor3 = Color3.new(1, 1, 1)
- LocalPlayerButton.TextSize = 14
- LocalPlayerButton.TextStrokeTransparency = 0.20000000298023
- ServerButton.Name = "ServerButton"
- ServerButton.Parent = Frame_6
- ServerButton.BackgroundColor3 = Color3.new(1, 1, 1)
- ServerButton.BackgroundTransparency = 0.20000000298023
- ServerButton.BorderColor3 = Color3.new(0, 0, 0)
- ServerButton.Size = UDim2.new(1, 0, 1, 0)
- ServerButton.Font = Enum.Font.SourceSansBold
- ServerButton.FontSize = Enum.FontSize.Size14
- ServerButton.Text = "Server - Indev"
- ServerButton.TextColor3 = Color3.new(1, 1, 1)
- ServerButton.TextSize = 14
- ServerButton.TextStrokeTransparency = 0.20000000298023
- ExtraButton.Name = "ExtraButton"
- ExtraButton.Parent = Frame_6
- ExtraButton.BackgroundColor3 = Color3.new(1, 1, 1)
- ExtraButton.BackgroundTransparency = 0.20000000298023
- ExtraButton.BorderColor3 = Color3.new(0, 0, 0)
- ExtraButton.Size = UDim2.new(1, 0, 1, 0)
- ExtraButton.Font = Enum.Font.SourceSansBold
- ExtraButton.FontSize = Enum.FontSize.Size14
- ExtraButton.Text = "Extra"
- ExtraButton.TextColor3 = Color3.new(1, 1, 1)
- ExtraButton.TextSize = 14
- ExtraButton.TextStrokeTransparency = 0.20000000298023
- Content.Name = "Content"
- Content.Parent = Body
- Content.BackgroundColor3 = Color3.new(1, 1, 1)
- Content.BackgroundTransparency = 1
- Content.Position = UDim2.new(0, 125, 0, 0)
- Content.Size = UDim2.new(1, -125, 1, 0)
- Frame_7.Parent = Content
- Frame_7.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame_7.BackgroundTransparency = 1
- Frame_7.Position = UDim2.new(0, 10, 0, 10)
- Frame_7.Size = UDim2.new(1, -20, 1, -20)
- Extra.Name = "Extra"
- Extra.Parent = Frame_7
- Extra.BackgroundColor3 = Color3.new(1, 1, 1)
- Extra.BackgroundTransparency = 1
- Extra.Size = UDim2.new(1, 0, 1, 0)
- Extra.Visible = false
- ShowEveryoneButton.Name = "ShowEveryoneButton"
- ShowEveryoneButton.Parent = Extra
- ShowEveryoneButton.BackgroundColor3 = Color3.new(1, 1, 1)
- ShowEveryoneButton.BackgroundTransparency = 0.20000000298023
- ShowEveryoneButton.BorderColor3 = Color3.new(0, 0, 0)
- ShowEveryoneButton.Size = UDim2.new(1, 0, 1, 0)
- ShowEveryoneButton.Font = Enum.Font.SourceSansBold
- ShowEveryoneButton.FontSize = Enum.FontSize.Size14
- ShowEveryoneButton.Text = "Show Everyone"
- ShowEveryoneButton.TextColor3 = Color3.new(1, 1, 1)
- ShowEveryoneButton.TextSize = 14
- ShowEveryoneButton.TextStrokeTransparency = 0.20000000298023
- MVPRoomButton.Name = "MVPRoomButton"
- MVPRoomButton.Parent = Extra
- MVPRoomButton.BackgroundColor3 = Color3.new(1, 1, 1)
- MVPRoomButton.BackgroundTransparency = 0.20000000298023
- MVPRoomButton.BorderColor3 = Color3.new(0, 0, 0)
- MVPRoomButton.Size = UDim2.new(1, 0, 1, 0)
- MVPRoomButton.Font = Enum.Font.SourceSansBold
- MVPRoomButton.FontSize = Enum.FontSize.Size14
- MVPRoomButton.Text = "Free MVP Room"
- MVPRoomButton.TextColor3 = Color3.new(1, 1, 1)
- MVPRoomButton.TextSize = 14
- MVPRoomButton.TextStrokeTransparency = 0.20000000298023
- PanicButton.Name = "PanicButton"
- PanicButton.Parent = Extra
- PanicButton.BackgroundColor3 = Color3.new(1, 1, 1)
- PanicButton.BackgroundTransparency = 0.20000000298023
- PanicButton.BorderColor3 = Color3.new(0, 0, 0)
- PanicButton.Size = UDim2.new(1, 0, 1, 0)
- PanicButton.Font = Enum.Font.SourceSansBold
- PanicButton.FontSize = Enum.FontSize.Size14
- PanicButton.Text = "Suicidal Murderer -- Try me ;)"
- PanicButton.TextColor3 = Color3.new(1, 1, 1)
- PanicButton.TextSize = 14
- PanicButton.TextStrokeTransparency = 0.20000000298023
- BringGunButton.Name = "BringGunButton"
- BringGunButton.Parent = Extra
- BringGunButton.BackgroundColor3 = Color3.new(1, 1, 1)
- BringGunButton.BackgroundTransparency = 0.20000000298023
- BringGunButton.BorderColor3 = Color3.new(0, 0, 0)
- BringGunButton.Size = UDim2.new(1, 0, 1, 0)
- BringGunButton.Font = Enum.Font.SourceSansBold
- BringGunButton.FontSize = Enum.FontSize.Size14
- BringGunButton.Text = "Gun me"
- BringGunButton.TextColor3 = Color3.new(1, 1, 1)
- BringGunButton.TextSize = 14
- BringGunButton.TextStrokeTransparency = 0.20000000298023
- PlayerList.Name = "PlayerList"
- PlayerList.Parent = Frame_7
- PlayerList.BackgroundColor3 = Color3.new(1, 1, 1)
- PlayerList.BackgroundTransparency = 1
- PlayerList.Size = UDim2.new(1, 0, 1, 0)
- ScrollingFrame.Parent = PlayerList
- ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ScrollingFrame.BackgroundTransparency = 1
- ScrollingFrame.Size = UDim2.new(1, 0, 1, 0)
- ScrollingFrame.BottomImage = "rbxassetid://129985930"
- ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 200)
- ScrollingFrame.MidImage = "rbxassetid://129985930"
- ScrollingFrame.ScrollBarThickness = 5
- ScrollingFrame.TopImage = "rbxassetid://129985930"
- TextButton.Parent = ScrollingFrame
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.BackgroundTransparency = 0.20000000298023
- TextButton.BorderColor3 = Color3.new(0, 0, 0)
- TextButton.Size = UDim2.new(1, 0, 1, 0)
- TextButton.Font = Enum.Font.SourceSansBold
- TextButton.FontSize = Enum.FontSize.Size14
- TextButton.Text = "Shedletsky"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextSize = 14
- TextButton.TextStrokeTransparency = 0.20000000298023
- TextButton_2.Parent = ScrollingFrame
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.BackgroundTransparency = 0.20000000298023
- TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
- TextButton_2.Size = UDim2.new(1, 0, 1, 0)
- TextButton_2.Font = Enum.Font.SourceSansBold
- TextButton_2.FontSize = Enum.FontSize.Size14
- TextButton_2.Text = "Builderman"
- TextButton_2.TextColor3 = Color3.new(1, 1, 1)
- TextButton_2.TextSize = 14
- TextButton_2.TextStrokeTransparency = 0.20000000298023
- TextButton_3.Parent = ScrollingFrame
- TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_3.BackgroundTransparency = 0.20000000298023
- TextButton_3.BorderColor3 = Color3.new(0, 0, 0)
- TextButton_3.Size = UDim2.new(1, 0, 1, 0)
- TextButton_3.Font = Enum.Font.SourceSansBold
- TextButton_3.FontSize = Enum.FontSize.Size14
- TextButton_3.Text = "ROBLOX"
- TextButton_3.TextColor3 = Color3.new(1, 1, 1)
- TextButton_3.TextSize = 14
- TextButton_3.TextStrokeTransparency = 0.20000000298023
- PlayerCommands.Name = "PlayerCommands"
- PlayerCommands.Parent = Frame_7
- PlayerCommands.BackgroundColor3 = Color3.new(1, 1, 1)
- PlayerCommands.BackgroundTransparency = 1
- PlayerCommands.Size = UDim2.new(1, 0, 1, 0)
- KillButton.Name = "KillButton"
- KillButton.Parent = PlayerCommands
- KillButton.BackgroundColor3 = Color3.new(1, 1, 1)
- KillButton.BackgroundTransparency = 0.20000000298023
- KillButton.BorderColor3 = Color3.new(0, 0, 0)
- KillButton.Size = UDim2.new(1, 0, 1, 0)
- KillButton.Font = Enum.Font.SourceSansBold
- KillButton.FontSize = Enum.FontSize.Size14
- KillButton.Text = "Kill"
- KillButton.TextColor3 = Color3.new(1, 1, 1)
- KillButton.TextSize = 14
- KillButton.TextStrokeTransparency = 0.20000000298023
- GodButton.Name = "GodButton"
- GodButton.Parent = PlayerCommands
- GodButton.BackgroundColor3 = Color3.new(1, 1, 1)
- GodButton.BackgroundTransparency = 0.20000000298023
- GodButton.BorderColor3 = Color3.new(0, 0, 0)
- GodButton.Size = UDim2.new(1, 0, 1, 0)
- GodButton.Font = Enum.Font.SourceSansBold
- GodButton.FontSize = Enum.FontSize.Size14
- GodButton.Text = "God"
- GodButton.TextColor3 = Color3.new(1, 1, 1)
- GodButton.TextSize = 14
- GodButton.TextStrokeTransparency = 0.20000000298023
- CloakButton.Name = "CloakButton"
- CloakButton.Parent = PlayerCommands
- CloakButton.BackgroundColor3 = Color3.new(1, 1, 1)
- CloakButton.BackgroundTransparency = 0.20000000298023
- CloakButton.BorderColor3 = Color3.new(0, 0, 0)
- CloakButton.Size = UDim2.new(1, 0, 1, 0)
- CloakButton.Font = Enum.Font.SourceSansBold
- CloakButton.FontSize = Enum.FontSize.Size14
- CloakButton.Text = "Cloak"
- CloakButton.TextColor3 = Color3.new(1, 1, 1)
- CloakButton.TextSize = 14
- CloakButton.TextStrokeTransparency = 0.20000000298023
- UncloakButton.Name = "UncloakButton"
- UncloakButton.Parent = PlayerCommands
- UncloakButton.BackgroundColor3 = Color3.new(1, 1, 1)
- UncloakButton.BackgroundTransparency = 0.20000000298023
- UncloakButton.BorderColor3 = Color3.new(0, 0, 0)
- UncloakButton.Size = UDim2.new(1, 0, 1, 0)
- UncloakButton.Font = Enum.Font.SourceSansBold
- UncloakButton.FontSize = Enum.FontSize.Size14
- UncloakButton.Text = "Uncloak"
- UncloakButton.TextColor3 = Color3.new(1, 1, 1)
- UncloakButton.TextSize = 14
- UncloakButton.TextStrokeTransparency = 0.20000000298023
- LoopKillButton.Name = "LoopKillButton"
- LoopKillButton.Parent = PlayerCommands
- LoopKillButton.BackgroundColor3 = Color3.new(1, 1, 1)
- LoopKillButton.BackgroundTransparency = 0.20000000298023
- LoopKillButton.BorderColor3 = Color3.new(0, 0, 0)
- LoopKillButton.Size = UDim2.new(1, 0, 1, 0)
- LoopKillButton.Font = Enum.Font.SourceSansBold
- LoopKillButton.FontSize = Enum.FontSize.Size14
- LoopKillButton.Text = "Loop Kill"
- LoopKillButton.TextColor3 = Color3.new(1, 1, 1)
- LoopKillButton.TextSize = 14
- LoopKillButton.TextStrokeTransparency = 0.20000000298023
- UnLoopKillButton.Name = "UnLoopKillButton"
- UnLoopKillButton.Parent = PlayerCommands
- UnLoopKillButton.BackgroundColor3 = Color3.new(1, 1, 1)
- UnLoopKillButton.BackgroundTransparency = 0.20000000298023
- UnLoopKillButton.BorderColor3 = Color3.new(0, 0, 0)
- UnLoopKillButton.Size = UDim2.new(1, 0, 1, 0)
- UnLoopKillButton.Font = Enum.Font.SourceSansBold
- UnLoopKillButton.FontSize = Enum.FontSize.Size14
- UnLoopKillButton.Text = "Stop Loop Kill"
- UnLoopKillButton.TextColor3 = Color3.new(1, 1, 1)
- UnLoopKillButton.TextSize = 14
- UnLoopKillButton.TextStrokeTransparency = 0.20000000298023
- LoopGodButton.Name = "LoopGodButton"
- LoopGodButton.Parent = PlayerCommands
- LoopGodButton.BackgroundColor3 = Color3.new(1, 1, 1)
- LoopGodButton.BackgroundTransparency = 0.20000000298023
- LoopGodButton.BorderColor3 = Color3.new(0, 0, 0)
- LoopGodButton.Size = UDim2.new(1, 0, 1, 0)
- LoopGodButton.Font = Enum.Font.SourceSansBold
- LoopGodButton.FontSize = Enum.FontSize.Size14
- LoopGodButton.Text = "Loop God"
- LoopGodButton.TextColor3 = Color3.new(1, 1, 1)
- LoopGodButton.TextSize = 14
- LoopGodButton.TextStrokeTransparency = 0.20000000298023
- UnLoopGodButton.Name = "UnLoopGodButton"
- UnLoopGodButton.Parent = PlayerCommands
- UnLoopGodButton.BackgroundColor3 = Color3.new(1, 1, 1)
- UnLoopGodButton.BackgroundTransparency = 0.20000000298023
- UnLoopGodButton.BorderColor3 = Color3.new(0, 0, 0)
- UnLoopGodButton.Size = UDim2.new(1, 0, 1, 0)
- UnLoopGodButton.Font = Enum.Font.SourceSansBold
- UnLoopGodButton.FontSize = Enum.FontSize.Size14
- UnLoopGodButton.Text = "Stop Loop God"
- UnLoopGodButton.TextColor3 = Color3.new(1, 1, 1)
- UnLoopGodButton.TextSize = 14
- UnLoopGodButton.TextStrokeTransparency = 0.20000000298023
- Credits.Name = "Credits"
- Credits.Parent = Body
- Credits.BackgroundColor3 = Color3.new(1, 1, 1)
- Credits.BackgroundTransparency = 1
- Credits.Position = UDim2.new(0.5, -100, 1, 2)
- Credits.Size = UDim2.new(0, 200, 0, 12)
- TextLabel.Parent = Credits
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 50, 0, 12)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "Scripting -"
- TextLabel.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextStrokeTransparency = 0.5
- TextLabel.TextWrapped = true
- CreditName1.Name = "CreditName1"
- CreditName1.Parent = Credits
- CreditName1.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditName1.BackgroundTransparency = 1
- CreditName1.Position = UDim2.new(0, 50, 0, 0)
- CreditName1.Size = UDim2.new(0, 30, 0, 12)
- CreditName1.Font = Enum.Font.SourceSans
- CreditName1.FontSize = Enum.FontSize.Size14
- CreditName1.Text = "Ymera"
- CreditName1.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
- CreditName1.TextScaled = true
- CreditName1.TextSize = 14
- CreditName1.TextStrokeTransparency = 0.5
- CreditName1.TextWrapped = true
- CreditName1.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_2.Parent = Credits
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0, 80, 0, 0)
- TextLabel_2.Size = UDim2.new(0, 75, 0, 12)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.FontSize = Enum.FontSize.Size14
- TextLabel_2.Text = "| Design / Ideas - "
- TextLabel_2.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextStrokeTransparency = 0.5
- TextLabel_2.TextWrapped = true
- CreditName2.Name = "CreditName2"
- CreditName2.Parent = Credits
- CreditName2.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditName2.BackgroundTransparency = 1
- CreditName2.Position = UDim2.new(0, 157, 0, 0)
- CreditName2.Size = UDim2.new(0, 40, 0, 12)
- CreditName2.Font = Enum.Font.SourceSans
- CreditName2.FontSize = Enum.FontSize.Size14
- CreditName2.Text = "<3 Epmis"
- CreditName2.TextColor3 = Color3.new(0.854902, 0.92549, 0.952941)
- CreditName2.TextScaled = true
- CreditName2.TextSize = 14
- CreditName2.TextStrokeTransparency = 0.5
- CreditName2.TextWrapped = true
- CreditName2.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_3.Parent = Header
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Position = UDim2.new(0, 10, 0, 0)
- TextLabel_3.Size = UDim2.new(0, 150, 0, 12)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.FontSize = Enum.FontSize.Size14
- TextLabel_3.Text = "Twisted Murderer Gui Special Edition: LGBT Free Full Edition yw bb's ;)"
- TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_3.TextSize = 14
- TextLabel_3.TextStrokeTransparency = 0.5
- TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
- SampleButton.Name = "SampleButton"
- SampleButton.Parent = ScreenGui
- SampleButton.BackgroundColor3 = Color3.new(1, 1, 1)
- SampleButton.BorderColor3 = Color3.new(0, 0, 0)
- SampleButton.ClipsDescendants = true
- SampleButton.Size = UDim2.new(1, 0, 1, 0)
- SampleButton.Visible = false
- SampleButton.Font = Enum.Font.SourceSans
- SampleButton.FontSize = Enum.FontSize.Size14
- SampleButton.Text = "<3 :3"
- SampleButton.TextColor3 = Color3.new(0.909804, 0.866667, 0.85098)
- SampleButton.TextSize = 14
- SampleButton.TextStrokeTransparency = 0.20000000298023
- Credits.Parent = Header
- for i, v in pairs(Content.Frame:GetChildren()) do
- if(v:IsA("Frame"))then
- v.Visible = false
- end
- end
- PlayerList.Visible = true
- local hideDebounce, hideOn = false, false
- spawn(function()
- while wait() do
- Credits.Position = UDim2.new(0.5, -100, 1, (Body.Size.Y.Offset)+5)
- end
- end)
- HideButton.MouseButton1Down:Connect(function()
- if(hideDebounce == false)then
- hideDebounce = false
- if(hideOn == false)then
- hideOn = true
- Body:TweenSize(UDim2.new(1, 0, 0, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
- else
- hideOn = false
- Body:TweenSize(UDim2.new(1, 0, 0, 150), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 1, true)
- end
- wait()
- hideDebounce = false
- end
- end)
- cb = CloseButton
- spawn(function()
- while wait() do
- Header.BackgroundColor3 = Rainbow
- Header.BorderColor3 = Rainbow
- Body.BorderColor3 = Rainbow
- CreditName1.TextColor3 = Rainbow
- CreditName2.TextColor3 = Rainbow
- ScrollingFrame.BorderColor3 = Rainbow
- end
- end)
- return ScreenGui
- end
- local Player = game:GetService("Players").LocalPlayer
- local Functions = {}
- local Loops = {
- Kill = {},
- God = {}
- }
- local Gui = CreateGui()
- Gui.Parent = game.CoreGui
- local Button = Gui.SampleButton:Clone()
- Button.Visible = true
- Gui.SampleButton:remove()
- cb.MouseButton1Down:Connect(function()
- for i,v in pairs(Loops.Kill) do
- Loops.Kill[i] = false
- end
- wait()
- Gui:Destroy()
- end)
- function Functions.RemoveAntiCheat()
- spawn(function()
- warn("[ Debug ]:", "Loaded anti-cheat removal")
- local Blacklist = {
- ["AntiSpeedHack"] = true,
- ["AntiDataTheft"] = true,
- ["NO FF"] = true
- }
- local PlayerGui = game:GetService("Players").LocalPlayer.PlayerGui
- while wait() do
- for _, v in pairs(PlayerGui:GetChildren()) do
- if(Blacklist[v.Name]~=nil)then
- v:Destroy()
- end
- end
- end
- end)
- end
- function Functions.LoadPlayers()
- for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
- if(v:IsA("TextButton"))then
- v:Destroy()
- end
- end
- local b = Button:Clone()
- b.Text = "Me"
- b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
- b.MouseButton1Down:Connect(function()
- for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
- if(v:IsA("TextButton"))then
- v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- end
- end
- SelectedPlayer = "Me"
- b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
- end)
- local b = Button:Clone()
- b.Text = "Friends"
- b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
- b.MouseButton1Down:Connect(function()
- for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
- if(v:IsA("TextButton"))then
- v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- end
- end
- SelectedPlayer = "Friends"
- b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
- end)
- local b = Button:Clone()
- b.Text = "Others"
- b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
- b.MouseButton1Down:Connect(function()
- for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
- if(v:IsA("TextButton"))then
- v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- end
- end
- SelectedPlayer = "Others"
- b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
- end)
- local b = Button:Clone()
- b.Text = "All"
- b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
- b.MouseButton1Down:Connect(function()
- for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
- if(v:IsA("TextButton"))then
- v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- end
- end
- SelectedPlayer = "All"
- b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
- end)
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- local b = Button:Clone()
- if(SelectedPlayer~=nil)then
- if(v.Name == SelectedPlayer.Name)then
- b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
- end
- end
- b.Text = v.Name
- b.Parent = Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame
- b.MouseButton1Down:Connect(function()
- for i, v in pairs(Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame:GetChildren()) do
- if(v:IsA("TextButton"))then
- v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- end
- end
- SelectedPlayer = v
- b.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
- end)
- end
- local plrs = #game:GetService("Players"):GetChildren()/2
- Gui.Header.Body.Content.Frame.PlayerList.ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, (math.floor(plrs)*25)+50)
- end
- game:GetService("Players").PlayerAdded:Connect(function(Player)
- Functions.LoadPlayers()
- end)
- game:GetService("Players").PlayerRemoving:Connect(function(Player)
- Functions.LoadPlayers()
- end)
- Gui.Header.Body.Navigation.Frame.CommandsButton.MouseButton1Down:Connect(function()
- for i, v in pairs(Gui.Header.Body.Navigation.Frame:GetChildren()) do
- if(v:IsA("TextButton"))then
- v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- end
- end
- Gui.Header.Body.Navigation.Frame.CommandsButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
- for _, v in pairs(Gui.Header.Body.Content.Frame:GetChildren()) do
- if(v:IsA("Frame"))then
- v.Visible = false
- end
- end
- Gui.Header.Body.Content.Frame.PlayerCommands.Visible = true
- end)
- Gui.Header.Body.Navigation.Frame.PlayersButton.MouseButton1Down:Connect(function()
- for i, v in pairs(Gui.Header.Body.Navigation.Frame:GetChildren()) do
- if(v:IsA("TextButton"))then
- v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- end
- end
- Gui.Header.Body.Navigation.Frame.PlayersButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
- for _, v in pairs(Gui.Header.Body.Content.Frame:GetChildren()) do
- if(v:IsA("Frame"))then
- v.Visible = false
- end
- end
- Gui.Header.Body.Content.Frame.PlayerList.Visible = true
- end)
- Gui.Header.Body.Navigation.Frame.ExtraButton.MouseButton1Down:Connect(function()
- for i, v in pairs(Gui.Header.Body.Navigation.Frame:GetChildren()) do
- if(v:IsA("TextButton"))then
- v.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- end
- end
- Gui.Header.Body.Navigation.Frame.ExtraButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
- for _, v in pairs(Gui.Header.Body.Content.Frame:GetChildren()) do
- if(v:IsA("Frame"))then
- v.Visible = false
- end
- end
- Gui.Header.Body.Content.Frame.Extra.Visible = true
- end)
- Gui.Header.Body.Content.Frame.PlayerCommands.GodButton.MouseButton1Down:Connect(function()
- if(SelectedPlayer=="Me")then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, Player.Character.Humanoid)
- end
- if(SelectedPlayer=="Others")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, v.Character.Humanoid)
- end
- end
- end
- if(SelectedPlayer=="Friends")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, v.Character.Humanoid)
- end
- end
- end
- if(SelectedPlayer=="All")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Character and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, v.Character.Humanoid)
- end
- end
- end
- if(SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", -1000000, SelectedPlayer.Character.Humanoid)
- end
- end)
- Gui.Header.Body.Content.Frame.PlayerCommands.CloakButton.MouseButton1Down:Connect(function()
- if(SelectedPlayer=="Me")then
- game:GetService("ReplicatedStorage").Event:FireServer("Cloak", Player.Character)
- for i, a in pairs(Player.Character:GetChildren()) do
- if(a:IsA("BasePart"))then
- a.Transparency = 0.5
- end
- end
- end
- if(SelectedPlayer=="Others")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("Cloak", v.Character)
- for i, a in pairs(v.Character:GetChildren()) do
- if(a:IsA("BasePart"))then
- a.Transparency = 0.5
- end
- end
- end
- end
- end
- if(SelectedPlayer=="Friends")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
- game:GetService("ReplicatedStorage").Event:FireServer("Cloak", v.Character)
- for i, a in pairs(v.Character:GetChildren()) do
- if(a:IsA("BasePart"))then
- a.Transparency = 0.5
- end
- end
- end
- end
- end
- if(SelectedPlayer=="All")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Character and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("Cloak", v.Character)
- for i, a in pairs(v.Character:GetChildren()) do
- if(a:IsA("BasePart"))then
- a.Transparency = 0.5
- end
- end
- end
- end
- end
- if(SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
- game:GetService("ReplicatedStorage").Event:FireServer("Cloak", SelectedPlayer.Character)
- for i, v in pairs(SelectedPlayer.Character:GetChildren()) do
- if(v:IsA("BasePart"))then
- v.Transparency = 0.5
- end
- end
- end
- end)
- Gui.Header.Body.Content.Frame.PlayerCommands.UncloakButton.MouseButton1Down:Connect(function()
- if(SelectedPlayer=="Me")then
- game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", Player.Character)
- for i, a in pairs(Player.Character:GetChildren()) do
- if(a:IsA("BasePart"))then
- a.Transparency = 0
- end
- end
- end
- if(SelectedPlayer=="Others")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", v.Character)
- for i, a in pairs(v.Character:GetChildren()) do
- if(a:IsA("BasePart"))then
- a.Transparency = 0
- end
- end
- end
- end
- end
- if(SelectedPlayer=="Friends")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
- game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", v.Character)
- for i, a in pairs(v.Character:GetChildren()) do
- if(a:IsA("BasePart"))then
- a.Transparency = 0
- end
- end
- end
- end
- end
- if(SelectedPlayer=="All")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Character and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", v.Character)
- for i, a in pairs(v.Character:GetChildren()) do
- if(a:IsA("BasePart"))then
- a.Transparency = 0
- end
- end
- end
- end
- end
- if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
- game:GetService("ReplicatedStorage").Event:FireServer("UnCloak", SelectedPlayer.Character)
- for i, a in pairs(v.Character:GetChildren()) do
- if(a:IsA("BasePart"))then
- a.Transparency = 0
- end
- end
- end
- end)
- --[[
- Gui.Header.Body.Content.Frame.PlayerCommands.UngodButton.MouseButton1Down:Connect(function()
- if(SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", (1000000-100), SelectedPlayer.Character.Humanoid)
- end
- end)]]
- Gui.Header.Body.Content.Frame.PlayerCommands.KillButton.MouseButton1Down:Connect(function()
- if(SelectedPlayer=="Me")then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20001231231231230, Player.Character.Humanoid)
- end
- if(SelectedPlayer=="Others")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
- end
- end
- end
- if(SelectedPlayer=="Friends")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
- end
- end
- end
- if(SelectedPlayer=="All")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Character and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
- end
- end
- end
- if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", 200123123123123100, SelectedPlayer.Character.Humanoid)
- end
- end)
- Gui.Header.Body.Content.Frame.PlayerCommands.LoopKillButton.MouseButton1Down:Connect(function()
- if(SelectedPlayer=="Me")then
- Loops.Kill[Player.Name] = true
- spawn(function()
- while Loops.Kill[Player.Name] == true and wait() do
- if(Player.Character~=nil and Player.Character and Player.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, Player.Character.Humanoid)
- end
- end
- end)
- end
- if(SelectedPlayer=="Others")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
- Loops.Kill[v.Name] = true
- spawn(function()
- while Loops.Kill[v.Name] == true and wait() do
- if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
- end
- end
- end)
- end
- end
- end
- if(SelectedPlayer=="Friends")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
- Loops.Kill[v.Name] = true
- spawn(function()
- while Loops.Kill[v.Name] == true and wait() do
- if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
- end
- end
- end)
- end
- end
- end
- if(SelectedPlayer=="All")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Character and v.Character:FindFirstChild("Humanoid"))then
- Loops.Kill[v.Name] = true
- spawn(function()
- while Loops.Kill[v.Name] == true and wait() do
- if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, v.Character.Humanoid)
- end
- end
- end)
- end
- end
- end
- if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
- Loops.Kill[SelectedPlayer.Name] = true
- spawn(function()
- while Loops.Kill[SelectedPlayer.Name] == true and wait() do
- if(SelectedPlayer.Character~=nil and SelectedPlayer.Character and SelectedPlayer.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", 20012312312300, SelectedPlayer.Character.Humanoid)
- end
- end
- end)
- end
- end)
- Gui.Header.Body.Content.Frame.PlayerCommands.UnLoopKillButton.MouseButton1Down:Connect(function()
- if(SelectedPlayer=="Me")then
- Loops.Kill[Player.Name] = false
- end
- if(SelectedPlayer=="Others")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
- Loops.Kill[v.Name] = false
- end
- end
- end
- if(SelectedPlayer=="Friends")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
- Loops.Kill[v.Name] = false
- end
- end
- end
- if(SelectedPlayer=="All")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Character and v.Character:FindFirstChild("Humanoid"))then
- Loops.Kill[v.Name] = false
- end
- end
- end
- if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
- Loops.Kill[SelectedPlayer.Name] = false
- end
- end)
- Gui.Header.Body.Content.Frame.PlayerCommands.LoopGodButton.MouseButton1Down:Connect(function()
- if(SelectedPlayer=="Me")then
- Loops.God[Player.Name] = true
- spawn(function()
- while Loops.God[Player.Name] == true and wait() do
- if(Player.Character~=nil and Player.Character and Player.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, Player.Character.Humanoid)
- end
- end
- end)
- end
- if(SelectedPlayer=="Others")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
- Loops.God[v.Name] = true
- spawn(function()
- while Loops.God[v.Name] == true and wait() do
- if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, v.Character.Humanoid)
- end
- end
- end)
- end
- end
- end
- if(SelectedPlayer=="Friends")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
- Loops.God[v.Name] = true
- spawn(function()
- while Loops.God[v.Name] == true and wait() do
- if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, v.Character.Humanoid)
- end
- end
- end)
- end
- end
- end
- if(SelectedPlayer=="All")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Character and v.Character:FindFirstChild("Humanoid"))then
- Loops.God[v.Name] = true
- spawn(function()
- while Loops.God[v.Name] == true and wait() do
- if(v.Character~=nil and v.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, v.Character.Humanoid)
- end
- end
- end)
- end
- end
- end
- if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
- Loops.God[SelectedPlayer.Name] = true
- spawn(function()
- while Loops.God[SelectedPlayer.Name] == true and wait() do
- if(SelectedPlayer.Character~=nil and SelectedPlayer.Character and SelectedPlayer.Character:FindFirstChild("Humanoid"))then
- game:GetService("ReplicatedStorage").Event:FireServer("TPD", -10000000, SelectedPlayer.Character.Humanoid)
- end
- end
- end)
- end
- end)
- Gui.Header.Body.Content.Frame.PlayerCommands.UnLoopGodButton.MouseButton1Down:Connect(function()
- if(SelectedPlayer=="Me")then
- Loops.God[Player.Name] = false
- end
- if(SelectedPlayer=="Others")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name~=Player.Name and v.Character and v.Character:FindFirstChild("Humanoid"))then
- Loops.God[v.Name] = false
- end
- end
- end
- if(SelectedPlayer=="Friends")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Name==Player.Name or Player:IsFriendsWith(v.UserId)==true)then
- Loops.God[v.Name] = false
- end
- end
- end
- if(SelectedPlayer=="All")then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Character and v.Character:FindFirstChild("Humanoid"))then
- Loops.God[v.Name] = false
- end
- end
- end
- if(game:GetService("Players"):FindFirstChild(tostring(SelectedPlayer)) and SelectedPlayer~=nil and SelectedPlayer.Character~=nil and SelectedPlayer.Character:FindFirstChild("Humanoid")~=nil)then
- Loops.God[SelectedPlayer.Name] = false
- end
- end)
- function getDescendants(root)
- local descendants = {root}
- for _, v in next, descendants do
- for _, descendant in pairs(v:GetChildren()) do
- descendants[#descendants+1] = descendant
- end
- end
- table.remove(descendants,1)
- return descendants
- end
- Gui.Header.Body.Content.Frame.Extra.ShowEveryoneButton.MouseButton1Down:Connect(function()
- for i,v in pairs(game:GetService("Players"):GetChildren()) do
- if(v.Character and v.Character:FindFirstChild("Humanoid")~=nil)then
- v.Character.Humanoid.NameOcclusion = Enum.NameOcclusion.NoOcclusion
- v.Character.Humanoid.NameDisplayDistance = 5000
- for _, a in pairs(getDescendants(v.Character)) do
- if(a:IsA("BasePart") and a.Name~="HumanoidRootPart")then
- a.Transparency = 0
- end
- if(a:IsA("Decal"))then
- a.Transparency = 0
- end
- end
- end
- end
- end)
- Gui.Header.Body.Content.Frame.Extra.BringGunButton.MouseButton1Down:Connect(function()
- if(game:GetService("Workspace"):FindFirstChild("Gun")~=nil)then
- game:GetService("Workspace").Gun.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end)
- Gui.Header.Body.Content.Frame.Extra.MVPRoomButton.MouseButton1Down:Connect(function()
- if(game:GetService("Workspace").Lobby:FindFirstChild("MVPDoor")~=nil)then
- local Door = game:GetService("Workspace").Lobby.MVPDoor:Clone()
- game:GetService("Workspace").Lobby.MVPDoor:Destroy()
- Door.Parent = game:GetService("Workspace")
- Door.Name = "<3"
- Door.SurfaceGui.Frame.TextLabel.Text = "Unlocked client-side[p by " .. game:GetService("Players").LocalPlayer.Name
- Door.SurfaceGui.Frame.TextLabel.TextLabel.Text = "No MVP required!"
- Door.SurfaceGui.Frame.bt:Destroy()
- for i, v in pairs(Door.SurfaceGui.Frame.TextLabel.TextLabel:GetChildren()) do
- v.Text = "Coded by Reddex aka Daniel <3"
- end
- end
- end)
- Gui.Header.Body.Content.Frame.Extra.PanicButton.MouseButton1Down:Connect(function()
- for i,v in pairs(game.Players:GetChildren()) do
- if(v.Character:FindFirstChild("Role") and v.Character:FindFirstChild("Role")~=nil and v.Character.Role.Value=="Murderer")then
- game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
- end
- end
- end)
- wait()
- Gui.Header.Body.Navigation.Frame.PlayersButton.BackgroundColor3 = Color3.fromRGB(208, 208, 208)
- Functions.LoadPlayers()
- Functions.RemoveAntiCheat()
Add Comment
Please, Sign In to add comment