Here's a collection of scripts I've amassed during my play-time.
Below are some things I think you'll be most interested in.
-
/qol/make-tabs-scrollable.jsThis script will allow you to scroll horizontally through your text-editor's opened tabs using the mouse wheel. (Demo) -
/qol/make-boxes-minimisable.jsThis script will allow you to minimise the game's modals (Active Scripts etc.) by double-clicking the title. (Demo) -
/qol/colourful-terminal.jsThis script will allow you to style terminal output with rudimentary styles, like<red></red>,<bold></bold>,<blue></blue>etc.. (Demo)
Quality of life scripts need running once to activate; they will end immediately, freeing up RAM, but continue to function.
/gui/server-list.jsRender a searchable list of servers with one-click root, connect or backdoor access. (Demo)
To install copy the contents of gui/install.js anywhere on your device and execute it.
-
/util/server/enslave.jsCopy a payload to all rooted servers and run it against a target.
This script depends on/lib/servers.js -
/util/server/reset.jsKills all running scripts on all rooted servers.
This script depends on/lib/servers.js