No description
  • JavaScript 56.5%
  • TypeScript 43.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-07-24 20:08:32 +01:00
src first commit 2022-07-22 18:36:33 +01:00
.gitignore first commit 2022-07-22 18:36:33 +01:00
.npmignore Made executable 2022-07-24 20:08:32 +01:00
package.json Made executable 2022-07-24 20:08:32 +01:00
README.md Made executable 2022-07-24 20:08:32 +01:00
tsconfig.json first commit 2022-07-22 18:36:33 +01:00

rbxexec

Execute and control your Roblox exploit from the command line. This mainly supports Synapse but it is possible to add support for other exploits. The only issue is how attaching is going to work.

Usage

Usage: rbxexec [options] [command]

Execute and control your Roblox exploit from the command line

Options:
  -V, --version             output the version number
  -h, --help                display help for command

Commands:
  enable <path>             Enable Synapse's built in WebSocket
  attach                    Attach Synapse to Roblox
  execute [options] <data>  Executes a script
  hub-execute [options]     Executes a script from the script hub
  help [command]            display help for command