Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- the library
- local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
- local Window = Library.CreateLib("99% fail impossible obby teleports","Serpent")
- -- tp tab
- local tp = Window:NewTab("Areas")
- local tpSection = tp:NewSection("areas")
- local tpSection = tp:NewSection("99% fail impossible obby lokations")
- --teleport buttons
- tpSection:NewButton("CHEST", "teleport to the xhest",
- function()-- teleport to xhest
- Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-911.98291015625, 2005.8095703125, -149.64857482910156)
- end)
- tpSection:NewButton("BEHIND THE CHEST", "teleport to the xhest",
- function()-- teleport behind xhest
- Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-921.2446899414062, 1995.87255859375, -150.1106719970703)
- end)
- tpSection:NewButton("WINNERS ROOM", "teleport to the xhest",
- function()-- teleport to winning room
- Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(314.3387451171875, 17002.197265625, 202.53802490234375)
- end)
- tpSection:NewButton("SIT IN THE OFFIXE", "sits u in the offixe seat",
- function()-- sit in the offixe
- Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(259.6474304199219, 17004.259765625,
- 162.38287353515625)
- -- sit while tp
- game.Players.LocalPlayer.Character.Humanoid.Sit = true
- end)
- tpSection:NewButton("UNKNOWN AREA", "teleport to hidden area",
- function()-- teleport to hidden 99
- Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(269.36907958984375, 17024.74609375,
- 139.19142150878906)
- end)
- -- on top of LB
- tpSection:NewButton("LEADERBOARD", "teleport on top of leaderboard",
- function()-- teleport to hidden 99
- Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(292.2870178222656,
- 2009.8431396484375,
- -138.30145263671875)
- end)
- -- thru the pinkdoors
- tpSection:NewButton("GO THRU THE PINKDOORS", "teleport inside the pinkdoors",
- function()-- teleport inside pinkdoors
- Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(250.82974243164062, 17002.197265625,
- 188.3524932861328)
- end)
- -- art room
- tpSection:NewButton("ART ROOM", "teleport to the artroom",
- function()-- teleport inside pinkdoors
- Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(291.7353210449219, 17002.197265625,
- 207.9307861328125)
- end)
- -- sit in livingroom
- tpSection:NewButton("SIT IN THE LIVING ROOM", "makes u sit in the livingroom",
- function()-- sit in livingroom
- Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(313.2320861816406, 17004.416015625, 188.51646423339844)
- -- livingroom sit tp
- game.Players.LocalPlayer.Character.Humanoid.Sit = true
- end)
- local player = Window:NewTab("Player")
- local playerSection = player:NewSection("Player Movement")
- playerSection:NewTextBox("Walkspeed","xhanges the walkspeed", function(e)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=e
- end)
- playerSection:NewTextBox("Jump Power","xhanges the jumppower", function(e)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower=e
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement