-- Kitty's and Puppy's Hub local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Kittys and Puppys Hub", LoadingTitle = "Loading...", LoadingSubtitle = "by Ashton", ConfigurationSaving = {Enabled = true, FolderName = "KittysPuppysHub"}, KeySystem = false }) local Tab = Window:CreateTab("Main", 4483362458) Tab:CreateButton({ Name = "Infinite Yield", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end }) Tab:CreateButton({ Name = "MartESP", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Martik-hub/MartESP-Universal-Script/refs/heads/main/MartESP.lua"))() end }) Tab:CreateButton({ Name = "KOHAN_SCRIPTS (aimbot esp rainbow misc works good)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/mrdgFXAk"))() end }) Tab:CreateButton({ Name = "🗑️ Destroy Hub", Callback = function() Rayfield:Destroy() end }) Rayfield:Notify({ Title = "Loaded!", Content = "Kittys and Puppys Hub is ready 🐱🐶", Duration = 3 })