Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 9498006165 then
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "8kSebbz Hub", HidePremium = false, IntroText="8kSebbz Hub",SaveConfig = true, ConfigFolder = "8kSebbz Hub"})
- --Values
- _G.autoTap = true
- _G.autoRebirth = true
- --Functions
- function autoTap()
- while _G.autoTap == true do
- game:GetService("ReplicatedStorage").Events.Tap:FireServer(1)
- wait(.00001)
- end
- end
- function autoRebirth()
- while _G.autoRebirth == true do
- game:GetService("ReplicatedStorage").Events.Rebirth:FireServer(1)
- wait(1)
- end
- end
- --Tabs
- local FarmTab = Window:MakeTab({
- Name = "Main",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local TeleportTab = Window:MakeTab({
- Name = "Teleport",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --Buttons
- TeleportTab:AddButton({
- Name = "Forest island",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-164.9431, 976.918213, -440.394806, 0.999961913, -3.73380438e-09, 0.00872694887, 3.60657726e-09, 1, 1.45944128e-08, -0.00872694887, -1.45623833e-08, 0.999961913)
- end
- })
- TeleportTab:AddButton({
- Name = "Flower Island",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-176.647705, 1514.15344, -646.24115, -0.999948084, -6.82727785e-09, -0.0101896049, -6.26700691e-09, 1, -5.50164749e-08, 0.0101896049, -5.49497585e-08, -0.999948084)
- end
- })
- TeleportTab:AddButton({
- Name = "Swamp island",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-264.019501, 2113.09375, -659.982971, -0.997935712, 1.56234083e-08, -0.0642209798, 1.57623141e-08, 1, -1.65627578e-09, 0.0642209798, -2.6651279e-09, -0.997935712)
- end
- })
- TeleportTab:AddButton({
- Name = "Snow island",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-241.029938, 2933.95288, -470.761505, -0.151743904, 4.17599715e-08, 0.988419831, -8.07942513e-08, 1, -5.46528938e-08, -0.988419831, -8.81518858e-08, -0.151743904)
- end
- })
- TeleportTab:AddButton({
- Name = "Desert island",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-202.519577, 4225.05127, -778.198242, -0.0261591896, -8.52846327e-08, 0.99965781, 4.53601174e-08, 1, 8.6500819e-08, -0.99965781, 4.76073865e-08, -0.0261591896)
- end
- })
- TeleportTab:AddButton({
- Name = "Death island",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-311.146118, 5415.19092, -479.421661, -0.0394735709, 7.79337128e-08, 0.99922061, 3.43888829e-09, 1, -7.78586511e-08, -0.99922061, 3.62848945e-10, -0.0394735709)
- end
- })
- TeleportTab:AddButton({
- Name = "Beach island",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-140.345093, 6881.63086, -495.682129, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- end
- })
- TeleportTab:AddButton({
- Name = "Mines island",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-243.258667, 8376.5166, -483.889771, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- end
- })
- --Toggles
- FarmTab:AddToggle({
- Name = "Auto Tap",
- Default = false,
- Callback = function(Value)
- _G.autoTap = Value
- autoTap()
- end
- })
- FarmTab:AddToggle({
- Name = "Auto Rebirth",
- Default = false,
- Callback = function(Value)
- _G.autoRebirth = Value
- autoRebirth()
- end
- })
- end
- OrionLib:Init()
- --Please subscribe!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement