[ad_1]
Created by Lucky gta
Features:
_G.Autofarm = true
while _G.Autofarm do
wait()
local ok = tostring("Star_"..game.Players.LocalPlayer.Name)
for i,v in pairs(game:GetService("Workspace")[ok].Player:GetDescendants()) do
if v.ClassName == "Model" and v:FindFirstChild("RefreshHP") then
game:GetService("ReplicatedStorage").Attack.UpdateHPEvent:FireServer(v, "Axe")
game:GetService("ReplicatedStorage").Attack.UpdateHPEvent:FireServer(v, "Pickaxe")
end
end
end
- Infinite Planks / Ironplates
game:GetService("ReplicatedStorage").Resources.Conversion:InvokeServer("Plank", "5")
wait()
game:GetService("ReplicatedStorage").Resources.BuildingRemo:InvokeServer("Plank", 1e308)
game:GetService("ReplicatedStorage").Resources.Conversion:InvokeServer("IronPlate", "5")
wait()
game:GetService("ReplicatedStorage").Resources.BuildingRemo:InvokeServer("IronPlate", 1e308)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]