local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("feew <3", "DarkTheme") local Main = Window:NewTab("Main") local AFS = Main:NewSection("Anime Fighters Simulator") AFS:NewButton("Platinium", "GUI", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ZaRdoOx/Loader/main/PlatiniumLoader"))() end) AFS:NewButton("Key: https://discord.gg/Y8JgFwfu27","Discord server", function() end) AFS:NewButton("Zer0 Hub", "", function() loadstring(game:HttpGet("https://zer0hub.com/script?code="..game.PlaceId))() end) local AnimeDimensionSection = Main:NewSection("Anime Dimensions") AnimeDimensionSection:NewButton("Bubble", "Auto Dimensions, Auto Raid, Auto Farm", function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/fleowo/Bubble/request/Loader.lua"))() end) local ArsenalSection = Main:NewSection("Arsenal") ArsenalSection:NewButton("OwlHub", "Aimbot, esp, tracers", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))() end) ArsenalSection:NewButton("ScriptHub", "OwlHUB, VG", function() loadstring(game:HttpGet("https://pastebin.com/raw/npNpX1eF"))() end) local ArmWrestleSimulator = Main:NewSection("Arm Wrestle Simulator") ArmWrestleSimulator:NewButton("LDS","Simple GUI",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/limaspeedy/limaspeedy/main/HubLDS"))() end) ArmWrestleSimulator:NewButton("RaCoN","Good GUI",function() loadstring(game:HttpGet('https://raw.githubusercontent.com/RaCc0oN1/RobloxObf/main/MainHub'))() end) local BloxFruitSection = Main:NewSection("Blox Fruits") BloxFruitSection:NewButton("VoidHub", "AutoFarm, AutoRace, AutoFruit", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Efe0626/VoidHub/main/Script"))() end) local BSSSection = Main:NewSection("BSS") --Bss scripts BSSSection:NewButton("Kometa V1", "BSS script", function() loadstring(game:HttpGet('https://s.kometa.pw/kometa.lua'))() end) BSSSection:NewButton("Kocmoc", "BSS script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Boxking776/kocmoc/main/kocmoc-remastered.lua", true))() end) local KingLegacy = Main:NewSection("KingLegacy") KingLegacy:NewButton("Adel Hub","AutoFarm", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AdelOnTheTop/Adel-Hub/main/Main.lua"))() end) local ProjectSlayerSection = Main:NewSection("Project Slayers") --Project Slayers ProjectSlayerSection:NewButton("Shark Hub V2(Premium)", "Very OP", function() loadstring(game:HttpGet("https://pastebin.com/raw/tnq4zt9D"))() end) ProjectSlayerSection:NewButton("Sylveon Hub","GUI for map1", function() loadstring(game:HttpGet("https://pastebin.com/raw/jm86NE4C"))() end) ProjectSlayerSection:NewButton("Shark Hub V1", "Shark hub1", function() loadstring(game:HttpGet("https://pastebin.com/raw/TcbS1i6E"))() end) local UTDSection = Main:NewSection("Ultimate Tower Defense") UTDSection:NewButton("Fishing", "AutoFish", function() loadstring(game:HttpGet("https://pastebin.com/raw/b6ehWhmM")) end) local VehicleLegends = Main:NewSection("Vehicle Legends") VehicleLegends:NewButton("FiberHUB", "OP GUI", function() loadstring(game:HttpGet('https://scripts.luawl.com/hosted/2399/18728/FiberHubFree.lua'))() end) local WarTycoonSection = Main:NewSection("War Tycoon") WarTycoonSection:NewButton("ToraIsMe", "HitBox, Esp, InfAmo, AutoBuild", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Tora"))() end) local YeetAFriend = Main:NewSection("Yeet a Friend") YeetAFriend:NewButton("YAF", "Good for AutoFarm", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/itsnoctural/Utilities/main/Closed/Yeet%20A%20Friend.lua"))() end) local ZombieWarsTycoonSection = Main:NewSection("Zombie Wars Tycoon") ZombieWarsTycoonSection:NewButton("ToraIsMe", "AutoCollect, AutoBuild", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe/ToraIsMe/main/0zombiewars"))() end) local All = Window:NewTab("All")--Scripts for all games local allgames = All:NewSection("AllGames") allgames:NewButton("AntiAfk", "AntiAFK script", function() loadstring(game:HttpGet("https://pastebin.com/raw/2SHMSRGf"))() end) allgames:NewButton("HoHo Hub", "Script Gui", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))() end) allgames:NewButton("HoHo Hub Crack", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NovazUwU/HoHoHub/main/CrackedV2"))() end) allgames:NewButton("NukeVsCity", "100+ games", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/TheALLHACKLoader/main/NukeLoader"))() end) local Player = Window:NewTab("Player") local Player1 = Player:NewSection("Player") --Player Modify Player1:NewSlider("WalkSpeed", "Player WalkSpeed", 500, 16, function(s) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s end) Player1:NewSlider("JumpPower", "Player JumpPower", 500, 50, function(j) game.Players.LocalPlayer.Character.Humanoid.JumpPower = j end) Player1:NewButton("Reset Speed/Jump", "Reset Your JumpPower/WalkSpeed", function() game.Player.LocalPlayer.Character.Humanoid.WalkSpeed = 16 game.Player.LocalPlayer.Character.Humanoid.JumpPower = 50 end) local Settings = Window:NewTab("Settings") local SettingsSection = Settings:NewSection("Settings") SettingsSection:NewKeybind("ToggleUI", "Press selected key for toggleUI", Enum.KeyCode.L, function() Library:ToggleUI() end)