ADVERTISEMENTREMOVE ADS
Game icon

Auto Collect! Keyless

Script preview thumbnail
Script Preview

Description

Hey guys this script is just auto collecting without you doing anything. you can just upgrade and upgrade without needing to go side to side

Features:

  • Keyless
  • free
  • auto
  • collect
  • autocollect

Tested with

ADVERTISEMENTREMOVE ADS
10 Lines • 326 Bytes
Raw
while true do
for _, obj in pairs(game:GetService("Workspace").Objects:GetChildren()) do
local args = {
tonumber(obj.Name)
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("CollectObject"):FireServer(unpack(args))
end
wait(0.5) -- small delay to prevent lag or detection
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS