15K views
8.3K downloads
1 year ago
This new script for MeepCity allows you to auto dig snowpiles, which then gives you cash most likely every 2 seconds!
Script Features:
AutoDig Snow Piles
This script has remained unmodified since its initial release
--BROUGHT TO YOU BY RSCRIPTS.NET!--
while wait() do
for _,v in ipairs(game:GetService("Workspace")["Worlds"]["1"]["SnowPiles"]:GetChildren()) do
if v:IsA("MeshPart") and v:FindFirstChildOfClass("ParticleEmitter") == nil then
local A_1 = 271; --Snow Argument
local A_2 = v.Value.Value; --Value of snow pile
print(A_2);
local Event = game:GetService("ReplicatedStorage").Connection:InvokeServer(A_1, A_2);
end
end
end
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
19.3K views
1 year ago

OP Game Script Hub (Snow Hub RED)
Phantom Forces
Phantom Forces
Key System
Mobile Friendly
4K views
3 weeks ago

Snow Plow Simulator Gui
[UPD] Snow Plow Simulator
[UPD] Snow Plow Simulator
4K views
3 weeks ago

Snow Plow Simulator script GUI
[UPD] Snow Plow Simulator
[UPD] Snow Plow Simulator
0 Comments
Log in here to comment