local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = "WolfHub", HidePremium = false,IntroText = 'WolfHub' , SaveConfig = true, ConfigFolder = "OrionTest"}) -- Functions function IY() loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Infinite%20Yield.txt"))() end function CX() loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))() end function AR() loadstring(game:HttpGet(('https://pastebin.com/raw/NPwf5R4Q'),true))() end function AU() loadstring(game:HttpGet('https://pastebin.com/raw/7eCVjmjC'))() end function LSGame() loadstring(game:HttpGet("https://raw.githubusercontent.com/Zu0aX/Life-Sentence/main/Main"))() end function CGame() loadstring(game:HttpGet("https://pastebin.com/raw/0Xxtfktr"))() end function BestHub() loadstring(game:HttpGet("https://pastebin.com/raw/zAuR0JUT"))() end function Surv() loadstring(game:HttpGet("https://raw.githubusercontent.com/qxkya/Kya-Ware/main/TheSurvivalGame.lua"))() end function LT2() loadstring(game:HttpGet('https://raw.githubusercontent.com/Butterisgood/butter-hub/main/key.txt'))() end function Septex() loadstring(game:HttpGet(('https://septex.xyz/ProjectSeptex.txt'),true))() end function Oak() loadstring(game:HttpGet("https://www.soggy-ware.cf/beta/Oaklands.lua"))() end function Islands() loadstring(game:HttpGet('https://scripts.luawl.com/12802/IslandsScriptFREE.lua'))() end function UniversalFE() loadstring(game:HttpGet('https://raw.githubusercontent.com/Dvrknvss/UniversalFEScriptHub/main/Script'))() end function WOW() loadstring(game:HttpGet("https://pastebin.com/raw/geUZHr7B"))() end function Sonic() loadstring(game:HttpGetAsync("https://pastebin.com/raw/SyF5t70A"))() end function Oak2() loadstring(game:HttpGet("https://rawscripts.net/raw/Oaklands-Ore-esp-8480"))() end function DH() loadstring(game:HttpGet("https://raw.githubusercontent.com/spacexrandom/Lua/main/DaHood", true))() end function Bypass() _G.Keybind = 'Q' -- This is usually defaulted to Q. However, you can change to whatever you want. _G.Method = 1 -- 1 for the new method, 2 for the emoji method. If not defined, it will be defaulted to 1. loadstring(game:HttpGet("https://raw.githubusercontent.com/synnyyy/synergy/additional/betterbypasser",true))() end function Steep() loadstring(game:HttpGet("https://raw.githubusercontent.com/Amenteso/robloxscripts/main/Key.lua",true))() end function PL() loadstring(game:HttpGet(('https://raw.githubusercontent.com/h17s3/TIGERADMIN/main/TIGERADMINSCRIPTFREE'),true))() end function MM2() local a,b,c,d,e=loadstring,request or http_request or (http and http.request) or (syn and syn.request),assert,tostring,"https://api.eclipsehub.xyz/auth"c(a and b,"Executor not Supported")a(b({Url=e.."\?\107e\121\61"..d(mainKey),Headers={["User-Agent"]="Eclipse"}}).Body)() end function West() loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/Exunys/westbound.pro-Utilites/main/Main.lua"))() end -- Tabs local NewsTab = Window:MakeTab({ Name = "News", Icon = "rbxassetid://12099300378", PremiumOnly = false }) local AdminTab = Window:MakeTab({ Name = "Admin", Icon = "rbxassetid://12099369296", PremiumOnly = false }) local FeTab = Window:MakeTab({ Name = "FE", Icon = "rbxassetid://12206746557", PremiumOnly = false }) local FeHatTab = Window:MakeTab({ Name = "FE: Hats", Icon = "rbxassetid://12099772102", PremiumOnly = false }) local GamesTab = Window:MakeTab({ Name = "Games", Icon = "rbxassetid://12100066225", PremiumOnly = false }) local HubsTab = Window:MakeTab({ Name = "Hubs", Icon = "rbxassetid://12206755952", PremiumOnly = false }) -- Labels NewsTab:AddLabel("Released!") NewsTab:AddLabel("Added Images To Tabs") -- Buttons AdminTab:AddButton({ Name = "Infinite Yield", Callback = function() IY() end }) FeTab:AddButton({ Name = "Among Us", Callback = function() AU() end }) FeTab:AddButton({ Name = "Walk On Walls", Callback = function() WOW() end }) FeTab:AddButton({ Name = "Sonic", Callback = function() Sonic() end }) FeHatTab:AddButton({ Name = "Assault Rifle", Callback = function() AR() end }) GamesTab:AddButton({ Name = "Life Sentence", Callback = function() LSGame() end }) GamesTab:AddButton({ Name = "Criminality", Callback = function() CGame() end }) FeHatTab:AddParagraph("Required Hats:","Spec Ops CR-L 4 [Back] , Elemental Crystal Golem - Shoulder Rock") AdminTab:AddButton({ Name = "CMD-X", Callback = function() CX() end }) HubsTab:AddButton({ Name = "Chiezzy Hub", Callback = function() BestHub() end }) GamesTab:AddButton({ Name = "Survival Games", Callback = function() Surv() end }) GamesTab:AddButton({ Name = "Lumber Tycoon 2", Callback = function() LT2() end }) GamesTab:AddButton({ Name = "Prison Life", Callback = function() Septex() end }) GamesTab:AddButton({ Name = "Oaklands", Callback = function() Oak() end }) GamesTab:AddButton({ Name = "Islands", Callback = function() Islands() end }) HubsTab:AddButton({ Name = "Universal FE", Callback = function() UniversalFE() end }) GamesTab:AddButton({ Name = "Oaklands Ore ESP", Callback = function() Oak2() end }) GamesTab:AddButton({ Name = "Da Hood", Callback = function() DH() end }) FeTab:AddButton({ Name = "Chat Bypass", Callback = function() Bypass() end }) GamesTab:AddButton({ Name = "Steep Steps", Callback = function() Steep() end }) GamesTab:AddButton({ Name = "Prison Life Tiger Admin", Callback = function() PL() end }) GamesTab:AddButton({ Name = "Murder Mystery 2", Callback = function() MM2() end }) GamesTab:AddButton({ Name = "Westbound", Callback = function() West() end }) OrionLib:Init()