star simulator beta script

Most OP Star Simulator Beta Scripts 2023 | Finish Planet In Seconds

These are the most OP Star Simulator Beta scripts they can help you a lot. The most OP script is the auto farm, it can finish the game for you in seconds and get you tons of materials so use it before it gets patched

  • Auto farm
  • Infinite Planks
  • Infinite Iron Plates
  • Build Without Using Resources

So with the auto farm you will get a lot of materials and you can build everything in the island in the matter of seconds

If you don’t know how to use the scripts brlow you can have a look here – How to Exploit & Safety

Build Without Using Resources

local mt = getrawmetatable(game)
 
local old = mt.__namecall
setreadonly(mt, false)
mt.__namecall =
   newcclosure(
   function(remote, ...)
       args = {...}
       method = tostring(getnamecallmethod())
       if method == "FireServer" and tostring(remote) == "UseMoney" and tonumber(args[3]) then
           args[3] = 0
           return old(remote, unpack(args))
       end
       return old(remote, ...)
   end
)
setreadonly(mt, true)

INF 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)

Auto Farm

_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

Share with:


Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *