Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Gui = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local nts = game.Players.LocalPlayer.PlayerGui
- -- Properties
- ScreenGui.Parent = nts
- Gui.Name = "Gui"
- Gui.Parent = ScreenGui
- Gui.BackgroundColor3 = Color3.new(1, 1, 1)
- Gui.Position = UDim2.new(0, 740, 0, 400)
- Frame.Parent = Gui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 0.44999998807907
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, -360, 0, 0)
- Frame.Size = UDim2.new(0, 750, 0, 220)
- TextButton.Parent = Gui
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.BackgroundTransparency = 0.10000000149012
- TextButton.Position = UDim2.new(0, -360, 0, 101)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "BELI"
- TextButton.TextColor3 = Color3.new(1, 0, 0)
- TextButton.TextSize = 50
- TextButton.MouseButton1Down:connect(function()
- while wait(.1) do
- for i,v in pairs (game.Workspace:GetChildren()) do
- if v.Name=='chest' then
- v.p2.Script.Disabled = false
- v.p2.Script.Disabled = true
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.p2.CFrame
- end
- end
- end
- end)
- TextButton_2.Parent = Gui
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.BackgroundTransparency = 0.10000000149012
- TextButton_2.Position = UDim2.new(0, 191, 0, 103)
- TextButton_2.Size = UDim2.new(0, 200, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "DF Tele"
- TextButton_2.TextColor3 = Color3.new(1, 0, 0)
- TextButton_2.TextSize = 50
- TextButton_2.MouseButton1Down:connect(function()
- check = function(x)
- for _,v in next, x:GetChildren() do
- if v:IsA("Tool") then
- if not v.Parent:FindFirstChild("Humanoid") then
- v.TextureId = "";
- v.Parent = game.Players.LocalPlayer.Backpack
- end
- end
- check(v)
- end
- end
- check(workspace)
- end)
- TextLabel.Parent = Gui
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(0, -359, 0, 0)
- TextLabel.Size = UDim2.new(0, 745, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Zero Two AKA AnhtuanHuynh"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 50
Advertisement
Add Comment
Please, Sign In to add comment