All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Auto drops

The Auto drops code is below. Copy & inject it into the game. Enjoy!

local t = true
local f = false

getgenv().orbs = t
while orbs do task.wait()
           for _,v in pairs(game:GetService("Workspace"):GetDescendants()) do
            if v:IsA"Model" and v.Parent.Name == "Drops" then
                game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Base.CFrame
            end
        end
    end