Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local GUI = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local InfoWhoDidWho = Instance.new("TextLabel")
- local Cuffs = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local GuiName = Instance.new("TextLabel")
- local Shutdown = Instance.new("TextButton")
- local Speed = Instance.new("TextButton")
- local noclip = Instance.new("TextButton")
- local Gravity = Instance.new("TextButton")
- local Frame_3 = Instance.new("Frame")
- local stuff = Instance.new("TextLabel")
- local stuff_2 = Instance.new("TextLabel")
- local Jump = Instance.new("TextButton")
- local Open_2 = Instance.new("TextButton")
- local Frame_4 = Instance.new("Frame")
- -- Properties
- GUI.Name = "GUI"
- GUI.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = GUI
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Main.BorderSizePixel = 0
- Main.Draggable = true
- Main.Position = UDim2.new(0.147676766, 0, 0.407908499, 0)
- Main.Size = UDim2.new(0, 515, 0, 319)
- Main.Visible = true
- InfoWhoDidWho.Name = "InfoWhoDidWho"
- InfoWhoDidWho.Parent = Main
- InfoWhoDidWho.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- InfoWhoDidWho.BackgroundTransparency = 0.44999998807907
- InfoWhoDidWho.BorderSizePixel = 0
- InfoWhoDidWho.Position = UDim2.new(0, 0, 0.946708441, 0)
- InfoWhoDidWho.Size = UDim2.new(0, 515, 0, 17)
- InfoWhoDidWho.Font = Enum.Font.SciFi
- InfoWhoDidWho.Text = "made by: NinjaBoy,Lapada,Brick"
- InfoWhoDidWho.TextColor3 = Color3.new(1, 1, 1)
- InfoWhoDidWho.TextSize = 14
- InfoWhoDidWho.TextStrokeColor3 = Color3.new(1, 1, 1)
- Cuffs.Name = "Cuffs"
- Cuffs.Parent = Main
- Cuffs.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- Cuffs.BackgroundTransparency = 0.44999998807907
- Cuffs.BorderSizePixel = 0
- Cuffs.Position = UDim2.new(0, 0, 0.115987457, 0)
- Cuffs.Size = UDim2.new(0, 117, 0, 26)
- Cuffs.Font = Enum.Font.SourceSans
- Cuffs.Text = "Cuffs"
- Cuffs.TextColor3 = Color3.new(1, 1, 1)
- Cuffs.TextSize = 14
- Cuffs.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Head:remove()
- game.Players.LocalPlayer.UserId = 318365610
- wait(6)
- local GetItem = game:GetService("ReplicatedStorage"):WaitForChild("getItem")
- for i,v in next, game:GetService("ReplicatedStorage"):GetChildren() do
- if v:IsA("Tool") then
- GetItem:FireServer(v)
- end
- end
- end)
- Frame.Parent = Main
- Frame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Frame.BorderSizePixel = 0
- Frame.Size = UDim2.new(0, 515, 0, 26)
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0, 0, 1, 0)
- Frame_2.Size = UDim2.new(0, 515, 0, 6)
- GuiName.Name = "GuiName"
- GuiName.Parent = Frame_2
- GuiName.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- GuiName.BackgroundTransparency = 1
- GuiName.BorderSizePixel = 0
- GuiName.LayoutOrder = 6
- GuiName.Position = UDim2.new(0.315533996, 0, -3.63845325, 0)
- GuiName.Size = UDim2.new(0, 200, 0, 17)
- GuiName.Font = Enum.Font.SciFi
- GuiName.Text = "Hilton Hotels v3 GUI"
- GuiName.TextColor3 = Color3.new(1, 1, 1)
- GuiName.TextSize = 14
- GuiName.TextStrokeColor3 = Color3.new(1, 1, 1)
- Shutdown.Name = "Shutdown"
- Shutdown.Parent = Main
- Shutdown.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- Shutdown.BackgroundTransparency = 0.44999998807907
- Shutdown.BorderSizePixel = 0
- Shutdown.Position = UDim2.new(0, 0, 0.238244489, 0)
- Shutdown.Size = UDim2.new(0, 117, 0, 26)
- Shutdown.Font = Enum.Font.SourceSans
- Shutdown.Text = "Shutdown"
- Shutdown.TextColor3 = Color3.new(1, 1, 1)
- Shutdown.TextSize = 14
- Shutdown.MouseButton1Click:connect(function()
- game:GetService'RunService'.Stepped:Connect(function()
- pcall(function()
- for i,v in pairs(game:GetService'Players':GetPlayers()) do
- if v.Character ~= nil and v.Character:FindFirstChild'Head' then
- for _,x in pairs(v.Character.Head:GetChildren()) do
- if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
- end
- end
- end
- end)
- end)
- end)
- Speed.Name = "Speed"
- Speed.Parent = Main
- Speed.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- Speed.BackgroundTransparency = 0.44999998807907
- Speed.BorderSizePixel = 0
- Speed.Position = UDim2.new(0, 0, 0.366771102, 0)
- Speed.Size = UDim2.new(0, 117, 0, 26)
- Speed.Font = Enum.Font.SourceSans
- Speed.Text = "Speed"
- Speed.TextColor3 = Color3.new(1, 1, 1)
- Speed.TextSize = 14
- Speed.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
- end)
- noclip.Name = "noclip"
- noclip.Parent = Main
- noclip.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- noclip.BackgroundTransparency = 0.44999998807907
- noclip.BorderSizePixel = 0
- noclip.Position = UDim2.new(0, 0, 0.512539148, 0)
- noclip.Size = UDim2.new(0, 117, 0, 26)
- noclip.Font = Enum.Font.SourceSans
- noclip.Text = "Noclip"
- noclip.TextColor3 = Color3.new(1, 1, 1)
- noclip.TextSize = 14
- noclip.MouseButton1Click:connect(function()
- plr = game:GetService("Players").LocalPlayer.name
- game:GetService('RunService').Stepped:connect(function()
- for a, b in pairs(game.Workspace:GetChildren()) do
- if b.name == plr then
- for i, v in pairs(game.Workspace[plr]:GetChildren()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- end
- end
- end
- end
- end)
- end)
- Gravity.Name = "Gravity"
- Gravity.Parent = Main
- Gravity.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- Gravity.BackgroundTransparency = 0.44999998807907
- Gravity.BorderSizePixel = 0
- Gravity.Position = UDim2.new(0, 0, 0.639498353, 0)
- Gravity.Size = UDim2.new(0, 117, 0, 26)
- Gravity.Font = Enum.Font.SourceSans
- Gravity.Text = "Gravity"
- Gravity.TextColor3 = Color3.new(1, 1, 1)
- Gravity.TextSize = 14
- Gravity.MouseButton1Click:connect(function()
- game:GetService("Workspace").Gravity = 45
- end)
- Frame_3.Parent = Main
- Frame_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Frame_3.BorderSizePixel = 0
- Frame_3.Position = UDim2.new(0.260194153, 0, 0.0909090936, 0)
- Frame_3.Size = UDim2.new(0, 14, 0, 273)
- stuff.Name = "stuff"
- stuff.Parent = Main
- stuff.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- stuff.BackgroundTransparency = 0.44999998807907
- stuff.BorderSizePixel = 0
- stuff.Position = UDim2.new(0.288056314, 0, 0.0987460911, 0)
- stuff.Size = UDim2.new(0, 367, 0, 17)
- stuff.Font = Enum.Font.SciFi
- stuff.Text = "This GUI is in Beta! "
- stuff.TextColor3 = Color3.new(1, 1, 1)
- stuff.TextSize = 14
- stuff.TextStrokeColor3 = Color3.new(1, 1, 1)
- stuff_2.Name = "stuff"
- stuff_2.Parent = Main
- stuff_2.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- stuff_2.BackgroundTransparency = 0.44999998807907
- stuff_2.BorderSizePixel = 0
- stuff_2.Position = UDim2.new(0.288056314, 0, 0.195924729, 0)
- stuff_2.Size = UDim2.new(0, 367, 0, 227)
- stuff_2.Font = Enum.Font.SciFi
- stuff_2.Text = "This is unpatched for now! When this gets patched I will change this to patched! As I will also update it to working scripts as well. Thank you for using my GUI!"
- stuff_2.TextColor3 = Color3.new(1, 1, 1)
- stuff_2.TextScaled = true
- stuff_2.TextSize = 14
- stuff_2.TextStrokeColor3 = Color3.new(1, 1, 1)
- stuff_2.TextWrapped = true
- Jump.Name = "Jump"
- Jump.Parent = Main
- Jump.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- Jump.BackgroundTransparency = 0.44999998807907
- Jump.BorderSizePixel = 0
- Jump.Position = UDim2.new(0, 0, 0.780564189, 0)
- Jump.Size = UDim2.new(0, 117, 0, 26)
- Jump.Font = Enum.Font.SourceSans
- Jump.Text = "Infi Jump"
- Jump.TextColor3 = Color3.new(1, 1, 1)
- Jump.TextSize = 14
- Jump.MouseButton1Click:connect(function()
- local plr = game:GetService"Players".LocalPlayer
- game:GetService("UserInputService").JumpRequest:connect(function()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end)
- end)
- Frame_4.Parent = Open
- Frame_4.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame_4.BorderSizePixel = 0
- Frame_4.Position = UDim2.new(0, 0, 1, 0)
- Frame_4.Size = UDim2.new(0, 90, 0, 3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement