Introduction
xAPI is a fast, flexible and powerful pentesting and debugging tool written in pure luau. It can detour, decompile and clone functions, hook metamethods and features over 50 globals that emulate the functionality of most executors.
Installation
To install xAPI, you will need to install the module from the GitHub repository and then insert it into your game, preferably inside of game.ReplicatedStorage
.
You can then use the following script to load xAPI:
require(game.ReplicatedStorage.xAPI)()
Feedback and Improvements
- Go to Issues for questions or bugs
- Go to Pull Requests for improvements
Notes
Current version: 4.0
xAPI is not against the Roblox TOS, as it does not modify the client externally and only runs what it is allowed to within the Roblox environment.