phoriah / xAPI4

A Powerful Pentesting and Debugging Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Powerful Pentesting and Debugging Tool

License:MIT License