local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "catt0.hub", Icon = 0, LoadingTitle = "catt0.hub", LoadingSubtitle = "by tomipmao", ShowText = "bob", Theme = "Amethyst", ToggleUIKeybind = "Z", DisableRayfieldPrompts = false, DisableBuildWarnings = false, ConfigurationSaving = { Enabled = true, FolderName = "catt0", FileName = "catto.hub" }, Discord = { Enabled = false, Invite = "noinvitelink", RememberJoins = true }, KeySystem = true, KeySettings = { Title = "give me secret", Subtitle = "system", Note = "key is catt0lol123", FileName = "Hi", SavedKey = true, GrabKeyFromSite = false, Key = {"catt0lol123"} } }) local Tab = Window:CreateTab("Common Scripts", "rewind") local Section = Tab:CreateSection("Common Scripts") Tab:CreateButton({ Name = "Load Infinite Yield", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() end, }) Tab:CreateButton({ Name = "Load Dex Explorer", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/peyton2465/Dex/master/out.lua"))() end, }) Tab:CreateButton({ Name = "Load Boombox Hub", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/idkasd/BoomBox-Hub/main/BoomBox-Hub-V2.lua"))() end, }) Tab:CreateButton({ Name = "Load Boombox Builder", Callback = function() loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Boombox-builds-50911"))() end, }) local Tab2 = Window:CreateTab("Esp n stuff", "ambulance") local Section2 = Tab2:CreateSection("Esp n stuff") Tab2:CreateButton({ Name = "Load Homohack", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/dementiaenjoyer/homohack/main/loader.lua"))() end, }) Tab2:CreateButton({ Name = "Load Airhub V2 Remake", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Exunys/AirHub-V2/main/src/Main.lua"))() end, }) Tab2:CreateButton({ Name = "Stefanuk12 Silent aim + ESP", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Stefanuk12/Aiming/main/Load.lua"))() end, }) Tab2:CreateButton({ Name = "PasteBin aimlock + ESP (allgames)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/gMbt0JQQ"))() end, }) local Tab3 = Window:CreateTab("Trollin", "archive") local Section3 = Tab3:CreateSection("Trollin") Tab3:CreateButton({ Name = "KaterHub", Callback = function() loadstring(game:HttpGet("https://katerhub-inc.github.io/KaterHub/main.lua"))() end, }) Tab3:CreateButton({ Name = "Pizza Job + Troll Pack", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Hm5011/hussain/refs/heads/main/Work%20at%20a%20pizza%20place", true))() end }) Tab3:CreateButton({ Name = "Pizza Place Trolling GUI", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/Zawzyf43"))() end }) Tab3:CreateButton({ Name = "Solara Hub", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/samuraa1/Solara-Hub/refs/heads/main/SH.lua'))() end }) local Tab4 = Window:CreateTab("Realism", "camera") local Section4 = Tab4:CreateSection("Shaders & Visuals") Tab4:CreateButton({ Name = "PSxade Ultimate", Callback = function() local success, err = pcall(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/randomstring0/pshade-ultimate/refs/heads/main/src/cd.lua'))() end) if not success then warn("Callback error: " .. err) end end }) local Tab5 = Window:CreateTab("Troll is a pinning tower", "axe") local Section5 = Tab5:CreateSection("Troll is a pinning") Tab5:CreateButton({ Name = "Troll is a pinning tower 2 (SCRIPTBLOX)", Callback = function() loadstring(game:HttpGet("https://pastefy.app/7fK4Dsko/raw"))() end }) Tab5:CreateButton({ Name = "what?? i dont remember this", Callback = function() -- Play meow sound local sound = Instance.new("Sound", game.Players.LocalPlayer:WaitForChild("PlayerGui")) sound.SoundId = "rbxassetid://7148585764" -- Replace with actual sound ID sound.Volume = 1 sound:Play() -- Show notification Rayfield:Notify({ Title = "meow", Content = "meow", Duration = 4, Image = 4483362458 -- Optional icon }) end })