local a=loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local b=game:GetService("Workspace")local c=b:WaitForChild("Obby")local d=c:WaitForChild("Money"):WaitForChild("Finish")local e=c:WaitForChild("Wool"):WaitForChild("Finish")local f,g,h=false,false,false local function i(j)local k=game.Players.LocalPlayer if k and k.Character and k.Character:FindFirstChild("HumanoidRootPart") then k.Character.HumanoidRootPart.CFrame=CFrame.new(j.Position)end end local function l()while f do i(d)wait(0)i(e)wait(0)end end local function m()while g do game:GetService("ReplicatedStorage"):WaitForChild("Signals"):WaitForChild("RemoteEvents"):WaitForChild("PutRemote"):FireServer()wait()end end local function n()while h do local o={18,Vector3.new(375.882568359375,3.2913644313812256,935.0498046875)}game:GetService("ReplicatedStorage"):WaitForChild("Signals"):WaitForChild("RemoteEvents"):WaitForChild("GetWoolRemote"):FireServer(unpack(o))wait()end end local p=a:MakeWindow({Name="\79\80\32\71\85\73\32\83\72\69\69\80\32\84\89\67\79\79\78",HidePremium=false,SaveConfig=true,ConfigFolder="TeleportConfig"})local q=p:MakeTab({Name="Main",Icon="\114\98\120\97\115\115\101\116\105\100\58\47\47\52\52\56\51\51\52\53\57\57\56",PremiumOnly=false})q:AddToggle({Name="\73\110\102\32\66\111\111\115\116",Default=false,Callback=function(r)f=r if f then l()end end})q:AddToggle({Name="\73\110\102\32\87\111\111\108",Default=false,Callback=function(r)h=r if h then n()end end})q:AddToggle({Name="\80\117\116\32\87\111\111\108",Default=false,Callback=function(r)g=r if g then m()end end})a:Init()