Our Discord Channel Our Telegram

Script Description

Get Infinite Ores: Bypasses the standard underground extraction limits to grant you an unlimited supply of base resources, allowing you to feed your factory lines and research new technologies without ever running out of raw materials.

Key Functions

2 listed functions

✓ Get Infinite Ores: Bypasses the standard underground extraction limits to grant you an unlimited supply of base resources ✓ allowing you to feed your factory lines and research new technologies without ever running out of raw materials.

Script Code

8 lines · 352 B · Lua

Review the code before running it. Use scripts responsibly and only with tools you trust.

-- Simple Auto-Miner
local remote = game:GetService("ReplicatedStorage").Remotes.Events.PlayerDrill
local targetCrate = workspace:FindFirstChild("Iron Ore", true) -- Or whatever the resource is called

for i = 1, 9999999999999999999 do
    remote:FireServer(targetCrate)
    task.wait(0) -- Don't go too fast or the server might throttle you
end

FAQ

Is this Manufrontier script keyless?

This script is currently marked as NO KEY.

What features does this script include?

Get Infinite Ores: Bypasses the standard underground extraction limits to grant you an unlimited supply of base resources, allowing you to feed your factory lines and research new technologies without ever running out of raw materials.

How do I use this script?

Copy the Lua code from the Script Code section and review it before running it in your preferred Roblox script executor.

Comments

0

No comments yet.