Scripts

Anime Dimensions Simulator Scripts

Loadstrings, auto farm features, executor basics, and why alts matter after a kick.

Last updated:

Scripts Hub

Scripts for Anime Dimensions Simulator are third-party Lua loaders that drive dimensions, skills, and raids while you watch the GUI. They are not part of the Roblox client Albatross Games shipped in June 2021. Using one can kick the account, wipe progress, or draw a ban. If you still want the loadstrings, run them on an alt, read the feature list before you enable every toggle, and expect the file to break the next time the game patches.

This hub covers executors at a high level, the difference between keyless and key loaders, four loadstrings players currently share, and the feature names you will see on the GUIs. Step-by-step inject instructions live on how to execute scripts. Dimension farming detail lives on auto farm scripts.

Executors on PC and mobile

An executor is a separate program that injects into Roblox and runs a Lua snippet. On PC, you install an executor, join Anime Dimensions Simulator, inject, paste a loadstring, and execute. On mobile, you use a mobile executor build or a modified client, which is less stable and more likely to fail after a Roblox update.

Executors are not the game. They go stale when Roblox or Albatross Games changes a remote. A script that farmed raids last month can error on HttpGet or hang on the dimension selector this month. If the GUI never appears, the problem is usually the executor or the wrong experience, not a missing semicolon. See how to execute scripts before you stack three loaders in one session.

Ban risk, kicks, and alts

Players who used these loaders have reported kicks and bans. Treat that as the default outcome, not a rare bug. Keep the main account clean. If you experiment, use an alt that you can afford to lose. Do not share cookies, do not paste session tokens into random GUIs, and do not run unknown “free robux” files next to a farm script.

Speed hacks and teleport spam are the fastest way to get pulled. Auto farm at normal dimension pacing. If a hub offers “insane speed,” leave it off. Anti-cheat in this game is not a written spec; it is a kick that lands while you are in a raid window.

Keyless versus key loaders

Keyless loadstrings run as soon as HttpGet returns. Key loaders pause for a link you must complete in a browser, then paste a key back into the GUI. Keys expire. If a script asks for a new key every few hours, that is the loader, not Albatross Games. Never send the key to a stranger who offers to “unlock VIP farm.”

The four snippets below are the loaders this wiki currently lists. They are not official. They can pull whatever the raw file contains on GitHub the moment you execute.

Loadstrings

Auto play / auto mob / auto skill / auto raid:

loadstring(game:HttpGet("https://raw.githubusercontent.com/Yanwanlnwza/SmellLikeHacker/main/Animedimensions.lua"))()

Auto play, auto skills, teleport:

loadstring(game:HttpGet("https://raw.githubusercontent.com/borntodiekuv/KeybrewHub/main/Dimension"))()

Farm-everything hub:

loadstring(game:HttpGet("https://raw.githubusercontent.com/minhhau207/SilverHub/main/Protected_9892584729983615.lua"))()

Alternate loader:

loadstring(game:HttpGet("https://raw.githubusercontent.com/godor1010/godor/refs/heads/main/anime_dimensions_simulator"))()

If a raw file 404s, the hub moved. Do not hunt random mirrors on the first error; wait for a rebuilt loader or farm by hand with raids.

Features players look for

GUIs in this scene reuse the same labels even when the code behind them differs:

  • Auto Farm / Auto Play / Auto Mob
  • Auto Skill
  • Auto Raid
  • Auto Boss Rush
  • Auto Speed Raid
  • Auto Dodge (often keyed to attacks named telegraph)
  • Auto Redeem Codes
  • AFK
  • Equip Best Cards
  • FPS boost

Auto redeem is handy after a code drop on the codes hub, but it will also hammer expired strings if the list inside the script is stale. AFK toggles overlap with the in-game Time Chamber; if you only need the official AFK loop, use AFK tools instead of a loader.

Scripts break after updates. When a patch lands, disable auto raid first so the script does not queue you into a broken lobby during the hourly window. Then check whether the GUI still finds the dimension list. If it does not, close the executor rather than leaving a half-working farm overnight.

FAQ

Frequently Asked Questions

Quick answers for codes, raids, gems, and character picks.

Are these scripts official?

No. Albatross Games did not publish them. They are third-party loaders. Using one can kick or ban the account.

Should I run scripts on my main?

No. Use an alt you can afford to lose. Players have reported bans after farming with these loaders.

What is the difference between keyless and key scripts?

Keyless loadstrings run after `HttpGet`. Key loaders make you complete a browser step and paste a key that expires.

Which script should I start with?

If you only want dimension farming, read auto farm scripts and use one hub, not four at once. Inject steps are on how to execute scripts.

Why did the script stop after an update?

The game remotes moved or the raw file 404d. Wait for a new build. Do not stack extra loaders on a broken one.

Can a script redeem codes for me?

Some GUIs include Auto Redeem Codes. It still needs level 10, and a stale list will spam expired strings. Keep the codes hub as the source of truth.