in order for the exploit to work, youll need to set the Attach() function to a button.
Attach the Api
You can use theAttach method like this:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Attach the module to Roblox
Attach method like this:
private void YOURBUTTON_CLICK(object sender, RoutedEventArgs e)
{
Api.inject();
}
private void inject_Click(object sender, RoutedEventArgs e)
{
Api.inject();
}