What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

INFINITE GRASS / INFINITE POP

Version / Update: v1.0.0
Download / Script Link
-- INFINITE GRASS ( it collects the grass for you)

while wait() do
local args = {
{
normal = 100,
ruby = 100,
silver = 100,
golden = 100,
diamond = 100
}
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("GrassCollect"):FireServer(unpack(args))
end

-- Autoclicks the POP button for you

while wait() do
local args = {
false
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("IncreasePop"):FireServer(unpack(args))
end
[ View More ]
e83a16c9-69d4-4da0-b875-d6535412d325.webp


Once again with 2 simple scripts to help you reach the leaderboards.Don't change the values they already at max!Like if it worked and leave me a comment if anything happens.Thank you!
 
Works on mobile
  1. Yes
Back
Top