Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- 🌐 Uro's Grow A Garden Hub – Rayfield UI Edition (2025)
- -- Full feature hub: auto farm, dupe, spawners. Modern Rayfield design.
- local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))()
- local Window = Rayfield:CreateWindow({
- Name = "Uro's Grow A Garden Hub",
- LoadingTitle = "Grow a Garden – Uro Edition",
- ConfigurationSaving = {
- Enabled = true,
- FolderName = "UroGAG"
- }
- })
- local Main = Window:CreateTab("Main Hub", 13014515132)
- -- Auto Farm
- Main:CreateToggle({
- Name = "Auto Farm All",
- CurrentValue = false,
- Callback = function(val)
- if val then
- task.spawn(function()
- while val do
- for _, plot in pairs(workspace.GardenPlots:GetChildren()) do
- game.ReplicatedStorage:FireServer("HarvestPlant", plot)
- wait(0.1)
- game.ReplicatedStorage:FireServer("PlantSeed", plot, "TomatoSeed")
- wait(0.1)
- game.ReplicatedStorage:FireServer("WaterPlant", plot)
- wait(0.1)
- end
- wait(3)
- end
- end)
- end
- end
- })
- -- Duplication
- Main:CreateInput({
- Name = "Dupe Item",
- PlaceholderText = "Enter Item Name",
- RemoveTextAfterFocusLost = false,
- Callback = function(itemName)
- for i = 1, 10 do
- game.ReplicatedStorage:FireServer("DuplicateItem", itemName)
- wait(0.2)
- end
- end
- })
- -- Pet Spawner
- Main:CreateInput({
- Name = "Spawn Pet",
- PlaceholderText = "Enter Pet Name",
- RemoveTextAfterFocusLost = false,
- Callback = function(pet)
- game.ReplicatedStorage:FireServer("SpawnPet", pet)
- end
- })
- -- Seed Spawner
- Main:CreateInput({
- Name = "Spawn Seed",
- PlaceholderText = "Enter Seed Name",
- RemoveTextAfterFocusLost = false,
- Callback = function(seed)
- game.ReplicatedStorage:FireServer("SpawnSeed", seed)
- end
- })
- print("✅ Uro's Hub Loaded with Rayfield UI")
Advertisement
Comments
-
- [UPD SUGAR APPLE 🍏] GROW A GARDEN DUPE/PET SPAWNER/INF MONEY!
- [⚠️ DONT USE FAKE SCRIPTS ⚠️]
- Dev: v2ie
- SUPPORTS: Swift, Delta, Krnl, Awp, Wave, etc.
- loadstring(game:HttpGet("https://raw.githubusercontent.com/v2ies/beta-dupe-pet-spawner-v2ie/refs/heads/main/v2ie_beta_dupe_script.lua"))()
- [EGG PREDICTOR 🔮] GROW A GARDEN HATCH ANY PETS YOU WANT!
- [⚠️ DONT USE FAKE SCRIPTS ⚠️]
- Dev: v2ie
- SUPPORTS: Swift, Delta, Krnl, Awp, Wave, etc.
- loadstring(game:HttpGet("https://raw.githubusercontent.com/VOXHOB/RiftHUB/refs/heads/main/egg-predictor.lua"))()
Add Comment
Please, Sign In to add comment
Advertisement