CloudyAPI home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Get Started
Registration
Guides
API Reference
Documentation
Community
Blog
Get Started
Introduction
Quickstart
Registration
External
Injection
Execution
On this page
Main function setup
Get Started
Registration
injection message & co
You can skip that part, if you are only interested in internal Injection
Main function setup
make the Api register itself on startup
Copy
static
myexecutor
() {
Api
.
External
.
RegisterExecutor
(
"your-executor-name"
);
}
you can also put that in your Form1_Load() function.
This function configures the UserAgent and Injection message to your custom name.
Quickstart
Injection
Assistant
Responses are generated using AI and may contain mistakes.