Advertisement
DevElGatoScripts

Glass Bridge Exploits (TEST)

Aug 26th, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | Gaming | 0 0
  1. -- Squid Game Bridge Exploits (TEST)
  2.  
  3. -- Instances:
  4.  
  5. local StealTimeHacks = Instance.new("ScreenGui")
  6. local TPButton = Instance.new("TextButton")
  7.  
  8. --Properties:
  9.  
  10. StealTimeHacks.Name = "StealTimeHacks"
  11. StealTimeHacks.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. StealTimeHacks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. TPButton.Name = "TPButton"
  15. TPButton.Parent = StealTimeHacks
  16. TPButton.BackgroundColor3 = Color3.fromRGB(44, 50, 54)
  17. TPButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
  18. TPButton.BorderSizePixel = 0
  19. TPButton.Position = UDim2.new(0, 0, 0.465846986, 0)
  20. TPButton.Size = UDim2.new(0, 200, 0, 50)
  21. TPButton.Font = Enum.Font.GrenzeGotisch
  22. TPButton.Text = "Teleport to End"
  23. TPButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  24. TPButton.TextSize = 25.000
  25. TPButton.TextWrapped = true
  26.  
  27. -- Scripts:
  28.  
  29. local function YLWZ_script() -- TPButton.LocalScript
  30. local script = Instance.new('LocalScript', TPButton)
  31.  
  32. script.Parent.MouseButton1Click:Connect(function()
  33. local player = game.Players.LocalPlayer
  34. player.Character.HumanoidRootPart.CFrame = CFrame.new(-269.073, 589.382, 152.46)
  35. end)
  36. end
  37. coroutine.wrap(YLWZ_script)()
  38.  
Tags: #ignore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement