MoonHub
Initializing...
V1.2 — Stable Release

Moon Hub

Scripts that do what they say. No inflated feature lists, no status badges that get updated once and forgotten. We write them, we test them, we keep them working.

Join Discord
20K+
Executions
05
Scripts
1.2
Version
4
Games
Online
About MoonHub
What is MoonHub
MoonHub is a free script platform for Roblox. We focus on a small set of games instead of flooding our list with broken scripts from random contributors. Every script on here is written and maintained by us directly — if something breaks after an update, we fix it, usually within 24 hours. There are no paywalls, no key systems, no fake VIP tiers.
Why we built this
Most script hubs are abandoned after two months or turn into Discord ad farms. We got tired of maintaining a list of bookmarks that all stopped working. MoonHub is what we wanted to exist — a small, honest platform with scripts that actually load.
How updates work
Scripts are hosted on our own infrastructure. When Roblox or a game pushes a breaking patch, we push a fix to the same loadstring URL. You don't have to change anything on your end — the same line you copied today will still work after the next game update.
Features
Performance
Optimized execution paths. No unnecessary loops, no memory leaks. Scripts run clean from first execution to last.
🔄
Auto-Updated
Same loadstring, always current. We push patches server-side so you never have to touch your executor again.
🛡
Tested Before Release
Nothing ships without manual testing. If a build shows issues in internal testing, it doesn't go live.
No Bloat
No telemetry, no webhooks phoning home, no injected ads. Just the script, nothing else running.
Scripts
05
Before you execute
Make sure your executor supports HttpGet. Most modern executors do. If you get an error on loadstring, check that HTTP requests are enabled in your executor settings.
Rivals
Undetected
Updated Today
Emergency Hamburg — Main
Undetected
Emergency Hamburg — AutoRob
Updating
Emergency Hamburg — Vending
Undetected
Universal
Undetected
How To Use
01
Get an executor
You need a Roblox script executor to run any script from this site. Make sure the executor you pick supports HttpGet — most modern executors do by default.
02
Join the game
Open Roblox and join the game the script is made for. Scripts are game-specific — the Emergency Hamburg scripts only work inside Emergency Hamburg. Running the wrong script in the wrong game will just error out silently.
03
Inject your executor
Attach your executor to the Roblox process after the game has fully loaded. Injecting too early can cause scripts to fail or your executor to crash. Wait for the loading screen to disappear completely.
04
Copy and run the loadstring
Click the copy button next to the script you want. Paste it into your executor's script box and hit execute. The loadstring always pulls the latest version from our servers.
loadstring(game:HttpGet("https://moon-hub.xyz/api/emh-main"))()
05
Use the GUI
A GUI will appear in-game after execution. Most scripts toggle with RightShift. Each feature has its own toggle so you can disable anything you don't need.
Requirements
Executor
Any modern executor
Must support HttpGet and getgenv.
Internet
Active connection
Scripts load remotely. Internet access is required at execution time.
Roblox
Latest version
We only test against the current Roblox client. Older versions are unsupported.
FAQ
Is MoonHub free?
+
Yes, completely. There's no premium tier, no key system, no locked scripts. Everything on this page is free to use. We cover hosting costs through optional Discord server boosts, nothing else.
Why is a script marked as Detected?
+
Detected means the game's anti-cheat has added signatures for that script or the features it uses are being flagged. We mark it honestly rather than leaving a fake "Undetected" badge. A detected script can still run — it just carries a higher ban risk. Use it at your own discretion.
A script stopped working after a game update.
+
Check the Discord — we post update statuses there first. If a fix is in progress, the script will be marked as "Updating" on this page. Once the fix is pushed, the same loadstring will work again automatically. You don't need to do anything.
Do I need to rejoin after every update?
+
No. If you're already in-game, just re-execute the loadstring without rejoining. The script will reload with the latest version. Some major updates may require a full rejoin — we'll note that in the changelog when it applies.
Can I request a script for a different game?
+
Post it in the Discord. We take requests but we're selective — we only build scripts for games we can commit to maintaining long term. Requests for games with active player counts get prioritized.
My executor shows an error on line 1.
+
This usually means your executor doesn't support HttpGet, or your network is blocking it. Try switching to mobile hotspot and re-executing. If that fixes it, your network or firewall is blocking the request. If it still fails, post the full error in the Discord with your executor name.
Changelog
Rivals — Update
Undetected
Updated Today
loadstring(game:HttpGet("https://moon-hub.xyz/api/rivals"))()
+ Added
New Teleport, Spoof Device and Lightning tabs added to the GUI.
New Silent Aim with Xeno executor support.
Autoshoot added to Silent Aim.
Wallcheck added to Silent Aim.
Time Control added.
FOV Changer added.
Fullbright added.
Server Hop added.
Rejoin Server added.
ESP Font customization added.
Skeleton Thickness added.
Teleport To Player added.
Spoof Device added.
Enter Win Streak added.
FPS Booster added.
− Removed
Old Silent Aim removed and replaced with the reworked version.
⚙ Fixed & Improved
Trigger Bot improved overall.
Note With the executor Potassium the script will crash frequently on execution. This is a known issue on Potassium's end and not something we can fix from our side.
Note This update was pushed today specifically to address issues mobile executor users were running into when trying to execute the script.
EMH Main — V1.2 Update
V1.2
loadstring(game:HttpGet("https://moon-hub.xyz/api/emh-main"))()
+ Added
No new features in this update. Focus was entirely on stability and compatibility with the latest game patch.
− Removed
Silent Aim removed. The feature was flagged server-side and was causing bans. May return in a reworked form in a future update.
⚙ Fixed & Improved
Car Fly system overhauled. Was breaking on certain vehicle types after the game's physics update. Rewritten from scratch, now stable across all spawnable vehicles.
Teleport system reworked. Old code was using deprecated character position methods causing micro-stutters. Switched to a cleaner approach, faster and more reliable on high-ping connections.
Full compatibility update for the latest EMH patch. Several internal remotes were renamed which broke detection of certain game events. All references updated.
General cleanup pass. Removed leftover debug prints, tightened loop timings that were running too fast on high-FPS setups.