Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Finity = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/UI-Librarys/main/Finity%20UI%20Lib"))()
- local FinityWindow = Finity.new(true)
- FinityWindow.ChangeToggleKey(Enum.KeyCode.RightControl)
- local catHome = FinityWindow:Category("Home")
- local catTeleport = FinityWindow:Category("Teleport")
- local secTeleports = catTeleport:Sector("Teleports")
- local secHome = catHome:Sector("Player")
- local finButton = secTeleports:Cheat("Button", "Caves", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1124.6484375, 2491.5166015625, -1376.89208984375)
- end)
- local finButton = secTeleports:Cheat("Button", "Crystal Beneaths", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3558.93994140625, 1553.7626953125, 41.23609161376953)
- end)
- local finButton = secTeleports:Cheat("Button", "Iron Shafts", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1258.8157958984375, -31, -2310.48583984375)
- end)
- local finButton = secTeleports:Cheat("Button", "Golden Quarry", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1674.6153564453125, 973.4730834960938, 5099.421875)
- end)
- local finButton = secTeleports:Cheat("Button", "Quartz Walkway", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3014.059814453125, -3135.213623046875, 10934.4140625)
- end)
- local finButton = secTeleports:Cheat("Button", "Jade Forest", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-13493.375, 11272.68359375, -12670.048828125)
- end)
- local finButton = secTeleports:Cheat("Button", "Obsidian Abyss", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-6706.2548828125, 5528.84326171875, -802.5372314453125)
- end)
- local finButton = secTeleports:Cheat("Button", "Colour Temples", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-400.9637145996094, 7089.4736328125, 4954.98876953125)
- end)
- local finButton = secTeleports:Cheat("Button", "Extraterrestrial Orbits", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10139.7265625, 7280.99853515625, -8105.337890625)
- end)
- local finButton = secTeleports:Cheat("Button", "Empyrean Islands", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10122.869140625, 4595.6611328125, 16130.16796875)
- end)
- local finButton = secTeleports:Cheat("Button", "Uranium Wastelands", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-14002.076171875, 358.0426940917969, -25545.37109375)
- end)
- local finButton = secTeleports:Cheat("Button", "Smooth Depths", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(20473.392578125, 10059.997073125, 6245.466796875)
- end)
- local finButton = secTeleports:Cheat("Button", "Icy Palace", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-44051.31640625, 12850.9970703125, 57218.4921875)
- end)
- local finButton = secTeleports:Cheat("Button", "Floating Purgatory", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-78015.390625, 15907.24609375, 14096.4453125)
- end)
- local finButton = secTeleports:Cheat("Button", "Tetratum", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10672.552734375, 7777.15478515625, 14374.5048828125)
- end)
- local finButton = secTeleports:Cheat("Button", "Voltaic Sector", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(82.49986267089844, 7148.162109375, 8954.5283203125)
- end)
- local finButton = secTeleports:Cheat("Button", "Minty Grooves", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1698.0308837890625, 399.16015625, 1993.005493160625)
- end)
- local finButton = secTeleports:Cheat("Button", "Stardustry", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Cframe.new(-5720.0478515625, 2656.999267578125)
- end)
- local finSlider = secHome:Cheat("Slider", "Walkspeed", function(value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (value)
- end, {min = 16.75, max = 100, suffix = "*"})
- local finSlider = secHome:Cheat("Slider", "Jumppower", function(value)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = (value)
- end, {min = 50, max = 100, suffix = "*"})
- local finButton = secHome:Cheat("Button", "Item Pack #1", function()
- game.ReplicatedStorage.Assets["ItemPack#1"]["Rodrigo Bomb"] :Clone().Parent = game.Players.LocalPlayer.Backpack
- game.ReplicatedStorage.Assets["ItemPack#1"]["Rodrigo Plushie"] :Clone().Parent = game.Players.LocalPlayer.Backpack
- game.ReplicatedStorage.Assets["ItemPack#1"]["T-Pose"] :Clone().Parent = game.Players.LocalPlayer.Backpack
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement