Star Simulator Beta Script | AUTOFARM, SHOWLAND, MAX RESOURCES

Created by bungie

Features:

  • AUTOFARM
  • SHOWLAND
  • MAX RESOURCES
--[[
   made by bungie#8078
   settings are below, be careful when changing them
]]

getgenv().Autofarm = true -- set true to autofarm objects

-- // Remotes
local hitObjectRemote = game:GetService("ReplicatedStorage").Attack.UpdateHPEvent
local getResourceRemote = game:GetService("ReplicatedStorage").Resources.BuildingRemo
local landShowRemote = game:GetService("ReplicatedStorage").PlayerData.Unlocker.LandShow
local useMoneyRemote = game:GetService("ReplicatedStorage").PlayerData.Unlocker.UseMoney
  • another farm that i didn’t make, but i made it a bit faster (may be laggy)
_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
            for z = 1, 8 do
                game:GetService("ReplicatedStorage").Attack.UpdateHPEvent:FireServer(v, "Axe")        
                game:GetService("ReplicatedStorage").Attack.UpdateHPEvent:FireServer(v, "Pickaxe")  
            end
        end
    end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS