What this script does
The Everything Factory is a conveyor-belt tycoon on Roblox where you buy items, build a factory, and rebirth to make your best gear permanent. The overhub.dev script automates the entire loop across four tabs — Automation, Factory, Stats, and Info — buying smart, building, collecting, and rebirthing while you're AFK. It's a single Lua file and it's completely free — no key.
Paste the one line and run. The loader detects the game from game.PlaceId and pulls the right script — no menus, no file picking.
How to use
- Paste the snippet into your executor:
loadstring(game:HttpGet("https://overhub.dev/loader.lua"))() - Execute. You'll see a small "Loaded The Everything Factory ✓" status panel confirm the script attached.
Factory automation
Auto-buy grabs belt items that fill empty factory space or upgrade a placed item, filtered by rarity and mutation — it never buys a worse or equal duplicate of a type you already have. Multipliers are bought before adders. Auto Reserve and Auto Build round out the loop, and Auto Junkyard Buy/Reserve teleports out to the hub junkyard to grab filtered items, then returns.
Collect, rebirth & permanence
Auto-collect keeps income flowing at any range. Auto Rebirths farms to your rebirth gate and makes your best items permanent — highest multipliers first, then adders, then droppers — with an adjustable rebirth delay (0–30s) or an instant option.
Extras & index
Auto Scrap clears spare permanent items by a rarity/mutation filter, Auto Gold Pickup catches gold reliably (with a gold rarity filter), and Auto Reroll Mutation spins your permanent items to a target mutation using gems. Sacrifice Index automation and Index Auto Complete fill the index for permanent buffs.
Feature Diagnostic
The Info tab has a built-in diagnostic: click Run Diagnostic and every feature is reported PASS / WARN / FAIL with a reason, wrapped in the GUI and copied to your clipboard. Use it to confirm a game update hasn't broken a toggle before you go AFK. Anti-AFK resets the idle timer proactively (every 8 min) to beat the game's own 17.5-minute kick.
Notes
- No key needed — just paste the one line and run.
- Some servers have Roblox's Byfron / Hyperion anti-cheat; the script is not Byfron-bypassing. Use at your own risk on those servers.
- The script reads
game.PlaceIdon load. If you're testing in a private server, setscript_name = "everythingfactory"before loadstring to force the right script.
How to use
- Paste the snippet. Open a supported Roblox executor and paste:
loadstring(game:HttpGet("https://overhub.dev/loader.lua"))() - Execute. The loader detects
The Everything Factoryfromgame.PlaceId, fetches the script from the overhub.dev API, then runs it. You’ll see a small “Loaded The Everything Factory ✓” status panel confirm the script attached.
Keyless script
This script currently runs without a key. Some overhub.dev scripts are key-gated; those require a paid premium key from the Premium page.
The full script is never embedded in the loader. The API seals each payload in transit and serves it straight to your executor.