Guillotine Tycoon Script | AUTO FILL

Created by DarkRa1d3r

Features:

  • AUTO FILL

Claim a tycoon/place first then run this.

_G.AutoFill = true;

spawn(function()
while _G.AutoFill == true do
local ohNumber1 = 1

game:GetService("ReplicatedStorage").DepositHeads:FireServer(ohNumber1)
wait()
end
end)