Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Here you go : local kavoUi = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
- local window = kavoUi.CreateLib("Coco Hub v2","Ocean")
- ---Tabs
- local Tab1 = window:NewTab("Games")
- local Tab1Section = Tab1:NewSection("Games")
- local Tab2 = window:NewTab("Credits")
- local Tab2Section = Tab2:NewSection("Made By Zachybrooo")
- local Tab2Section = Tab2:NewSection("Credits to DUHIFY")
- local Tab3= window:NewTab("Others")
- local Tab3Section = Tab3:NewSection("Others GUI'S")
- ---Buttons
- Tab1Section:NewButton("Meepcity🌁","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/synolope/mpcity/main/loader.lua",true))()
- end)
- Tab1Section:NewButton("Longest answer Wins🏆","No description",function()
- multiplier = 1000
- chatanswers = false
- Privatechatanswers = ""
- AnswerSpeed = math.random(3,9)
- loadstring(game:HttpGet("https://pastebin.com/raw/y8x6Z9Z9", true))()
- end)
- Tab1Section:NewButton("Rainbow friends","No description",function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Sempiller/RainbowTool/main/Turkish.lua'))();
- end)
- Tab1Section:NewButton("doors🚪","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ChronoAccelerator/CometRestoration/main/Main.lua"))()
- end)
- Tab1Section:NewButton("Clicker simulator","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/JumbleBumble/Scripts/main/MoneyClickerSimulator.lua",true))()
- end)
- Tab1Section:NewButton("t-titans battleground","No description",function()
- loadstring(game:HttpGet("https://pastebin.com/raw/wg9suSjr"))()
- end)
- Tab1Section:NewButton("Break in","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Main.lua"))()
- end)
- Tab1Section:NewButton("Epic Minigames","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/SlamminPig/rblxgames/main/Epic%20Minigames/EpicMinigamesGUI"))()
- end)
- Tab1Section:NewButton("Doors V2🚪","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))()
- end)
- Tab1Section:NewButton("Pick a Door🚪","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe2/ToraIsMe2/main/050door", true))()
- end)
- Tab1Section:NewButton("Escape papa Pizza's","No description",function()
- for _,v in pairs(game:GetDescendants()) do
- if v.ClassName == "RemoteEvent" then
- if v.Parent.Name == "WeaponsRemotes" or v.Parent.Name == "VipRemotes" or v.Parent.Name == "Remotes" then
- v:FireServer()
- end
- end
- end
- end)
- Tab1Section:NewButton("[🐯🍩UPDATE]Blox Friuts","No description",function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
- end)
- Tab1Section:NewButton("🎟 Evade","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Evade"))()
- end)
- Tab1Section:NewButton("Combat Warriors","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/SussyImposterRed/Scripts/main/NEW_NOVA"))()
- end)
- Tab1Section:NewButton("🔪¡Survive the Killer!","No description",function()
- local games = {
- ["SurviveTheKiller"] = 4580204640
- }
- for i,v in pairs(games) do
- if game.PlaceId == v then print("Supported!"); loadstring(game:HttpGet("https://raw.githubusercontent.com/MiloHaxx/ChairWare/main/Games/" .. i .. ".lua"))() end
- end
- loadstring(game:HttpGet("https://raw.githubusercontent.com/MiloHaxx/ChairWare/main/dcJoin.lua"))()
- end)
- Tab1Section:NewButton("Bedwars 🛰️ [NEW KIT!]","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/bojoexploitz/yooo/main/itsobfuscated/InfinityHubTooOP", true))()
- end)
- Tab1Section:NewButton("Breaking Point","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ColdStep2/Breaking-Point-Funny-Squid-Hax/main/Breaking%20Point%20Funny%20Squid%20Hax",true))();
- end)
- Tab1Section:NewButton("Knife Ability Test(Aimbot - Hydrogen/Fluxus)","No description",function()
- local Camera = game:GetService("Workspace").CurrentCamera
- local Players = game:GetService("Players")
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local function GetClosestPlayer()
- local ClosestPlayer = nil
- local FarthestDistance = math.huge
- for i, v in pairs(Players.GetPlayers(Players)) do
- if v ~= LocalPlayer and v.Character and v.Character.FindFirstChild(v.Character, "HumanoidRootPart") then
- local DistanceFromPlayer = (LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).Magnitude
- if DistanceFromPlayer < FarthestDistance then
- FarthestDistance = DistanceFromPlayer
- ClosestPlayer = v
- end
- end
- end
- if ClosestPlayer then
- return ClosestPlayer
- end
- end
- local GameMetaTable = getrawmetatable(game)
- local OldGameMetaTableNamecall = GameMetaTable.__namecall
- setreadonly(GameMetaTable, false)
- GameMetaTable.__namecall = newcclosure(function(object, ...)
- local NamecallMethod = getnamecallmethod()
- local Arguments = {...}
- if tostring(NamecallMethod) == "FindPartOnRayWithIgnoreList" then
- local ClosestPlayer = GetClosestPlayer()
- if ClosestPlayer and ClosestPlayer.Character then
- Arguments[1] = Ray.new(Camera.CFrame.Position, (ClosestPlayer.Character.Head.Position - Camera.CFrame.Position).Unit * (Camera.CFrame.Position - ClosestPlayer.Character.Head.Position).Magnitude)
- end
- end
- return OldGameMetaTableNamecall(object, unpack(Arguments))
- end)
- setreadonly(GameMetaTable, true)
- end)
- Tab1Section:NewButton("Breaking Point (H4R7N new)","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/H4R7NHacks/Obfuscated/master/Breaking%20Point%20H4R7N%20Hack%20v1.2.lua"))()
- end)
- Tab1Section:NewButton("Build A Boat For Treasure","No description",function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/XRoLLu/UWU/main/BUILD%20A%20BOAT%20FOR%20TREASURE.lua'))()
- end)
- Tab1Section:NewButton("💪Muscle Legends","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/harisiskandar178/Roblox-Script/main/Muscle%20Legend"))()
- end)
- Tab1Section:NewButton("Da Hood 🎃","No description",function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
- end)
- Tab1Section:NewButton("Legends Of Speed ⚡️","No description",function()
- loadstring(game:HttpGet("https://pastebin.com/raw/1iMHrZ50", true))()
- end)
- Tab1Section:NewButton("Zombie Attack","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Zombie%20Attack"))()
- end)
- Tab1Section:NewButton("Squid Game 🎮","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/LilFrench21/Hecta/main/Script/Squid%20Game"))()
- end)
- Tab2Section:NewButton("--- Added more games","No description",function()
- end)
- Tab2Section:NewButton("--- Theme changed","No description",function()
- end)
- Tab2Section:NewButton("--- Added the Others window","No description",function()
- end)
- Tab3Section:NewButton("Keyboard GUI","No description",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
- end)
- Tab3Section:NewButton("Infinity yield FE","No description",function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- Tab3Section:NewButton("Fly (Mobile)","No description",function()
- loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
- end)
- Tab3Section:NewButton("Hitbox","No description",function()
- _G.HeadSize = 21
- _G.Disabled = true
- game:GetService('RunService').RenderStepped:connect(function()
- if _G.Disabled then
- for i,v in next, game:GetService('Players'):GetPlayers() do
- if v.Name ~= game:GetService('Players').LocalPlayer.Name then
- pcall(function()
- v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
- v.Character.HumanoidRootPart.Transparency = 0.7
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
- v.Character.HumanoidRootPart.Material = "Neon"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement