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 event autofarm

The event autofarm code is below. Copy & inject it into the game. Enjoy!

while wait() do
   pcall(function()
   for i,v in pairs(game.Workspace:GetDescendants()) do
   if string.find(v.Name, "Gold_Piece") or string.find(v.Name, "Register") then
       firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 0)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 1)
   end
   end
   end)
   end