Import
Import the seliware API into your project.Initialization
Required to initialize the API before using any of the methods or properties.You must initialize the API before using any of the methods or properties. It is recommended to call this function in the
Main
function found in the Program.cs
file.Injection
Inject into the roblox process. This returns a string with the status of the injection. If the injection is successful, the return value will beSuccess
.
The process id of the roblox process you want to inject into. If not provided, it will inject into the first roblox process found.
Detect if injected
To detect if the API is injected, you can use the
IsInjected
property.On Injection
Once the injection is successful, the
Injected
event will be fired.Execution
Execute a script in the roblox process.The script you want to execute in the roblox process.