RegisterExecutor

Registers a message that will be displayed when the script is injected.

Usage:

RegisterExecutor(string injectionMessage)

Example:

Api.External.RegisterExecutor("Custom Injection Message");

Last updated