Scripts

Project Afternight Scripts

Autoplay loadstrings, executor caveats, and why a silent FC may not unlock the shop.

Last updated:

Afternight Scripts Hub

Project: Afternight is a skill game. The client still exposes SetAutoplay the same way many RoFNF engines do, so public autoplay scripts exist whether the studio likes it or not. This hub catalogues what is actually circulating, what is patched, and what will quietly refuse to credit shop unlocks. It is not a dare to ruin a 4v4.

Use autoplay scripts for the loadstrings and script safety before you paste anything into an executor.

What players actually search for

  • Autoplay / botplay that hits notes for you in solo.
  • Multiplayer autoplay that does not kick on song start.
  • Keyless hubs versus key-system wrappers.
  • Mobile executor support.

The honest split: solo botplay is widely documented. Versus autoplay is where kicks, empty leaderboard rows, and reports happen. If your goal is cosmetics, scripts that skip accuracy often skip the 70% toast too — the rewards page still wants a real pass.

Currently circulating families

PA autoplay loop. Finds a table with SetAutoplay via getgc(true) and sets it true every second so you do not re-execute between songs. Community notes: it may not add score, PFC, or MFC. Fine for practicing a chart you already unlocked; bad as a farm.

Unprotected API botplay. One-shot getGameFramework().SetAutoplay(true) while the song is already running. Execute too early and some clients kick. Needs an executor with getgc.

Loadstring auto player (key system). A wrapped hub bumped in August 2026. Expect a key prompt. Treat any extra “get key” site as optional malware until you read script safety.

Rayfield hubs with Activate Botplay / Autoplayer in multiplayer buttons. Same SetAutoplay guts, fancier window. Comments on public listings mention freezes and mobile UI that vanishes after redeem.

Patched novelty scripts. At least one “AfterFallacy / AfterFART” listing is marked patched. Do not waste a key on it.

Full snippets live on autoplay scripts. We do not host executors.

Executor reality check

Public comments over the last year mention Velocity, Swift, Bunni, and Ronix as sometimes working, and Xeno or Solara as often failing. That list rots every patch. If your executor lacks getgc, none of the classic snippets will see the framework table.

Bloxstrap is not an exploit. It is a launcher with FPS and fast-flag options. Chaotix’s settings video covers Bloxstrap separately from in-game toggles — see settings.

When a script is the wrong tool

If you want to learn a chart, use note speed, downscroll, and hitsounds from settings and the ladder on accuracy and FC. If you want cosmetics, play the requirement. If you want to troll a 4v4, expect reports and a wasted evening. Versus etiquette is on versus modes.

Scripts also will not spawn a code box. That question still belongs on the codes hub.

Keep this hub honest

Listings rot. A snippet that worked on the Madness Hits client may nil-index after Eye of Corruption. If getGameFramework() returns nil, the engine renamed the autoplay field or hid it from getgc. Stop mashing execute. Check updates and the autoplay page for a revised snippet, or put the executor down and play the song.

This wiki will keep documenting public loadstrings as they appear. It will also keep repeating the shop rule: no accuracy, no unlock.

FAQ

Frequently Asked Questions

Quick answers to the most common questions.

Does autoplay unlock shop items?

Only if the client still posts 70% accuracy at 1x. Many loops skip score and PFC. Confirm on how rewards work.

Which script should I try first?

The getgc SetAutoplay loop on autoplay scripts is the smallest. Read script safety first.

Will I get kicked in 1v1?

Early execute is the usual kick. Versus is riskier than solo. See versus modes.

Is Bloxstrap a script?

No. It is a launcher. FPS and fast flags belong in settings, not here.