Zenix API

Complete documentation for the Zenix exploit API

Getting Started

The zenix api is a api deticated to allowing anyone to create there own executor with a custom ui, it is built on the zenix executor. The zenix api is simple to use, with the smallest bit of coding knowledge required, it was made for skids.

Setup

idk ima ask the developer about this part later

zen.inject

zen.inject injects the exploit into roblox, allowing you to use zen.execute

zen.inject(TPID)

zen.execute

zen.execute is used to run lua scripts into the roblox client, the client MUST be injected into using zen.inject before executing

zen.execute(string)

zen.kill

used to kill the injected roblox client, can be used if the client gets frozen

zen.kill()

zen.find

zen.find is used to find roblox clients and see if they are injected or not, also gets there tpids which can be used for zen.inject

zen.find()