Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Squid Game Bridge Exploits (TEST)
- -- Instances:
- local StealTimeHacks = Instance.new("ScreenGui")
- local TPButton = Instance.new("TextButton")
- --Properties:
- StealTimeHacks.Name = "StealTimeHacks"
- StealTimeHacks.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- StealTimeHacks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- TPButton.Name = "TPButton"
- TPButton.Parent = StealTimeHacks
- TPButton.BackgroundColor3 = Color3.fromRGB(44, 50, 54)
- TPButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TPButton.BorderSizePixel = 0
- TPButton.Position = UDim2.new(0, 0, 0.465846986, 0)
- TPButton.Size = UDim2.new(0, 200, 0, 50)
- TPButton.Font = Enum.Font.GrenzeGotisch
- TPButton.Text = "Teleport to End"
- TPButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TPButton.TextSize = 25.000
- TPButton.TextWrapped = true
- -- Scripts:
- local function YLWZ_script() -- TPButton.LocalScript
- local script = Instance.new('LocalScript', TPButton)
- script.Parent.MouseButton1Click:Connect(function()
- local player = game.Players.LocalPlayer
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-269.073, 589.382, 152.46)
- end)
- end
- coroutine.wrap(YLWZ_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement