Skip to content
/ xAPI4 Public

A Powerful Pentesting and Debugging Tool for Roblox

License

Notifications You must be signed in to change notification settings

3skue/xAPI4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 100 globals that emulate the functionality of most, if not all, executors.

Installation

To install xAPI, you will need to download the latest model from releases and insert it into game.ServerScriptService.

You can then use the following snippet to load xAPI into your script:

require(game.ReplicatedStorage:WaitForChild("xAPI"))()

Feedback and Improvements

  • Go to Issues for questions or bugs
  • Go to Pull Requests for improvements

Notes

Current version: 4.3

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.