Agar.io collect all and walkspeed changer

Description

loops walkspeed to 200 and collect all the dots, execute again to turn off.


if _G.toggle == true then
    _G.toggle = false
    return
end
_G.toggle = true
while _G.toggle do wait()
    game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 200
    for i,v in pairs(game:GetService("Workspace"):WaitForChild("Gems"):GetChildren()) do
        v:PivotTo(game:GetService("Players").LocalPlayer.Character:GetPivot())
    end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!