Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 914 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 914 Bytes

Redirector Hack

Reasoning

The Redirector hack was made by Will.

In an effort to make hacking easier, and harder to patch, Will made the redirector hack. To put it simply, it modifies the game files to make it easier to hack. A little bit of voodoo cheat menus are included, and it's done! There are some occasional patches/fixes that require you to re-import the redirector json, but it's much better than the old {Boot} and {sprintf} methods.

Locally hosting Redirector (Advanced)

If for some reason redirector is down, instead of relying on our hosting for modified game files, you can host it locally!

  1. Install Node.js, Git is optional.

  2. Install the needed packages and dependencies.

    npm run setup
  3. Run the start script.

    npm start
  4. Profit! Redirector should now be pulling files from localhost:1337.