Advertisement
rrixh

99 teleport gui by me

Jul 13th, 2023
1,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. -- the library
  2. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  3. local Window = Library.CreateLib("99% fail impossible obby teleports","Serpent")
  4.  
  5. -- tp tab
  6. local tp = Window:NewTab("Areas")
  7. local tpSection = tp:NewSection("areas")
  8. local tpSection = tp:NewSection("99% fail impossible obby lokations")
  9.  
  10. --teleport buttons
  11. tpSection:NewButton("CHEST", "teleport to the xhest",
  12. function()-- teleport to xhest
  13. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-911.98291015625, 2005.8095703125, -149.64857482910156)
  14. end)
  15.  
  16. tpSection:NewButton("BEHIND THE CHEST", "teleport to the xhest",
  17. function()-- teleport behind xhest
  18. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-921.2446899414062, 1995.87255859375, -150.1106719970703)
  19. end)
  20.  
  21. tpSection:NewButton("WINNERS ROOM", "teleport to the xhest",
  22. function()-- teleport to winning room
  23. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(314.3387451171875, 17002.197265625, 202.53802490234375)
  24. end)
  25.  
  26. tpSection:NewButton("SIT IN THE OFFIXE", "sits u in the offixe seat",
  27. function()-- sit in the offixe
  28. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(259.6474304199219, 17004.259765625,
  29. 162.38287353515625)
  30. -- sit while tp
  31. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  32. end)
  33.  
  34. tpSection:NewButton("UNKNOWN AREA", "teleport to hidden area",
  35. function()-- teleport to hidden 99
  36. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(269.36907958984375, 17024.74609375,
  37. 139.19142150878906)
  38. end)
  39. -- on top of LB
  40. tpSection:NewButton("LEADERBOARD", "teleport on top of leaderboard",
  41. function()-- teleport to hidden 99
  42. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(292.2870178222656,
  43. 2009.8431396484375,
  44. -138.30145263671875)
  45. end)
  46. -- thru the pinkdoors
  47. tpSection:NewButton("GO THRU THE PINKDOORS", "teleport inside the pinkdoors",
  48. function()-- teleport inside pinkdoors
  49. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(250.82974243164062, 17002.197265625,
  50. 188.3524932861328)
  51. end)
  52. -- art room
  53. tpSection:NewButton("ART ROOM", "teleport to the artroom",
  54. function()-- teleport inside pinkdoors
  55. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(291.7353210449219, 17002.197265625,
  56. 207.9307861328125)
  57. end)
  58. -- sit in livingroom
  59. tpSection:NewButton("SIT IN THE LIVING ROOM", "makes u sit in the livingroom",
  60. function()-- sit in livingroom
  61. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(313.2320861816406, 17004.416015625, 188.51646423339844)
  62. -- livingroom sit tp
  63. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  64. end)
  65.  
  66. local player = Window:NewTab("Player")
  67. local playerSection = player:NewSection("Player Movement")
  68.  
  69. playerSection:NewTextBox("Walkspeed","xhanges the walkspeed", function(e)
  70. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=e
  71. end)
  72.  
  73. playerSection:NewTextBox("Jump Power","xhanges the jumppower", function(e)
  74. game.Players.LocalPlayer.Character.Humanoid.JumpPower=e
  75. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement