[ad_1]
Created by PapierLP
Features:
_G.Collect = true
while _G.Collect and task.wait() do
for i,v in pairs(game:GetService("Workspace").GrassObjects:GetChildren()) do
v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
- — Should work now(It can break your data)
- — Modify Stats(Faster Spawn, Level Multi, Crystal Multi, Rebirth Multi, Platinium 100%)
local mod = require(game:GetService("ReplicatedStorage").Multipliers)
-- Dont change the first number, when you want to get more/less then change the second number
setconstant(mod.calculateMulti, 14, 100) -- Platinium 100%
setconstant(mod.calculateMulti, 129, 1000000000) -- Rebirth multi
setconstant(mod.calculateMulti, 150, 1000000000) -- Crystal Multi
setconstant(mod.calculateMulti, 56, 2000000000000000000) -- Level Multi
setconstant(mod.calculateMulti, 96, 100) -- Faster Spawn
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]