[ad_1]
Created by BaconLord
Features:
getgenv().Auto = true
local function Collect()
for i,v in pairs(game:GetService("Workspace").FX:GetChildren()) do
if v:IsA("Part") and v:FindFirstChild("BodyForce") then
local args = {
[1] = "Collect",
[2] = v
}
game:GetService("ReplicatedStorage").Remotes.Coins:FireServer(unpack(args))
end
end
end
local function Collects()
for i,v in pairs(game:GetService("Workspace").FX:GetDescendants()) do
if v:IsA("Part") and v:FindFirstChild("BodyForce") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
end
end
end
local function get()
for i,v in pairs(game.Workspace:GetDescendants()) do
if v.Name == "Center" then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
end
end
end
spawn(function()
while Auto do task.wait(0.5)
pcall(function()
local args = {
[1] = "Melee"
}
game:GetService("ReplicatedStorage").Remotes.Melee:FireServer(unpack(args))
end) end end)
while Auto do task.wait(0.3)
pcall(function()
get()
Collects()
Collect()
end)
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]