Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local library = loadstring(game:HttpGet("https://pastebin.com/raw/JsdM2jiP",true))()
- library.options.underlinecolor = "rainbow"
- --\\ Teleport Tab //--
- local Teleport = library:CreateWindow("Teleportation")
- --// Teleport.DeleteBorder \\--
- local DeleteBorder = Teleport:Button("Delete Border", function()
- game.Workspace.IgnoredByMouse.LockedAreas:Destroy()
- end)
- --// Teleport.DeleteGoo \\--
- local DeleteGoo = Teleport:Button("Delete Goo", function()
- game.Workspace:FindFirstChild("Ancient Shores").Goo:Destroy()
- end)
- --// Teleport Section 1 \\--
- Teleport:Section("- Islands -")
- --// Teleport.Section1.PortJackson \\--
- local PortJackson = Teleport:Button("Port Jackson", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-65, 50, -138)
- end)
- --// Teleport.Section1.EruptionIslad \\--
- local EruptionIsland = Teleport:Button("Eruption Island", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3185, 48, 1252)
- end)
- --// Teleport.Section1.ShadowIsles \\--
- local ShadowIsles = Teleport:Button("Shadow Isles", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2194, 42, -2221)
- end)
- --// Teleport.Section1.AncientShores\\--
- local AncientShores = Teleport:Button("Ancient Shores", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2381, 44, -1701)
- end)
- --// Teleport Section 2 \\--
- Teleport:Section("- Fishing Areas -")
- --// Teleport.Section2.LavaFish \\--
- local LavaFish = Teleport:Button("Lava Fish", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3096, 311, 1743)
- end)
- --// Teleport.Section2.IslesCaveFish \\--
- local IslesCaveFish = Teleport:Button ("Isles Cave Fish", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2156, 39, -2246)
- end)
- --// Teleport.Section2.AncientRiverFish \\--
- local AncientRiverFish = Teleport:Button("Ancient River Fish", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2805, 46, -1952)
- end)
- --// Teleport Section3 \\--
- Teleport:Section("- Areas -")
- --// Teleport.Section3.LavaObbyEnd
- local LavaObbyEnd = Teleport:Button("Lava Obby End", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(48129, 2183, 13688)
- end)
- --\\ Utility Tab //--
- local Utility = library:CreateWindow("Utility")
- --// Utility.Section 1 \\-
- Utility:Section("- Toggle Incognito -")
- --// Utility.Section1.Incognito \\--
- local Incognito = Utility:Button("Incognito", function()
- game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username.Text = "N/A"
- game.Players.LocalPlayer.Character.Head.NameTag.NameLabel.Text = "N/A"
- game.CoreGui.RobloxGui.PlayerListMaster.OffsetFrame.PlayerScrollList.ScrollingFrameContainer.ScrollingFrameClippingFrame.ScollingFrame.OffsetUndoFrame.Visible = false
- game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame.Players.Visible = false
- end)
- --// Utility.Section1.Un-Incognito \\--
- local UnIncognito = Utility:Button("Un-Incognito", function()
- game.Players.LocalPlayer.Character.Head.NameTag.NameLabel.Text = game.Players.LocalPlayer.Name
- game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username.Text = game.Players.LocalPlayer.Name
- game.CoreGui.RobloxGui.PlayerListMaster.OffsetFrame.PlayerScrollList.ScrollingFrameContainer.ScrollingFrameClippingFrame.ScollingFrame.OffsetUndoFrame.Visible = true
- game.CoreGui.RobloxGui.SettingsShield.SettingsShield.MenuContainer.PageViewClipper.PageView.PageViewInnerFrame.Players.Visible = true
- end)
- --// Utility.Section 2 \\--
- Utility:Section("- Others -")
- --// Utility.Section2.UnlockGamepasses \\--
- local UnlockGamepasses = Utility:Button("Unlock Gamepasses", function()
- game.Players.LocalPlayer.LocalData.Gamepasses:FindFirstChild("2x Gold").Value=true
- game.Players.LocalPlayer.LocalData.Gamepasses:FindFirstChild("Double Chance").Value=true
- game.Players.LocalPlayer.LocalData.Gamepasses:FindFirstChild("Double Sprint").Value=true
- game.Players.LocalPlayer.LocalData.Gamepasses:FindFirstChild("Better Luck").Value=true
- game.Players.LocalPlayer.LocalData.Gamepasses:FindFirstChild("2x XP").Value=true
- game.Players.LocalPlayer.LocalData.Gamepasses:FindFirstChild("Radio").Value=true
- end)
- --// Utility.Section2.WalkSpeed \\--
- local WalkSpeed = Utility:Toggle("Super WalkSpeed", {flag = "WST"})
- spawn(function()
- while wait(0.1) do
- if Utility.flags.WST == true then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
- else
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- end
- end)
- --// Utility.Section2.JumpPower \\--
- local JumpPower = Utility:Toggle("Super JumpPower", {flag = "JPT"})
- spawn(function()
- while wait(0.1) do
- if Utility.flags.JPT == true then
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
- else
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end
- end
- end)
- --// Toggle GUI Key \\--
- Utility:Bind("Toggle GUI Key",
- {flag = "Toggle", owo = true},
- function()
- library.toggled = not library.toggled;
- for i, data in next, library.queue do
- local pos = (library.toggled and data.p or UDim2.new(-1, 0, -0.5,0))
- data.w:TweenPosition(pos, (library.toggled and 'Out' or 'In'), 'Quad', 0.15, true)
- wait();
- end
- end)
- --/ Destroy GUI \--
- local Kill = Utility:Button("Destroy GUI", function()
- game:GetService("CoreGui").ScreenGui:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement