Cloudy API Documentation
  • SETUP
    • Introduction
    • Setting Up Your Project
    • Update Log
    • Cloudy API Tutorial
    • Credits
  • FUNCTIONS
    • AutoInject
    • Inject
    • Execute
    • GetClientsList
    • RegisterExecutor
    • IsInjected
    • AutoSetup
    • disableSecurity
    • isRobloxOpen
    • CheckRobloxVersion
    • GetUsername
    • killRoblox
    • AskAi
    • Cleanres
    • SetDiscordRpc
    • IsAutoInjectEnabled
  • credits
  • GetUserIdFromUsername
  • GetAvatar
  • SetScriptJS
  • AddTabJS
  • GetDiscordUsername
  • cPlaceId
  • cPlaceName
  • cPlaceImage
  • CHAT FUNCTIONS
    • ConnectToServer
    • ReceiveMessages
    • SendMessage
    • Disconnect
    • OnMessageReceived
    • OnError
    • Messages
Powered by GitBook
On this page
  1. FUNCTIONS

IsAutoInjectEnabled

Checks whether the Auto-Inject feature is currently enabled and returns a boolean value (true if enabled, false otherwise).

Usage:

Api.External.IsAutoInjectEnabled();

Example:

bool isEnabled = Api.External.IsAutoInjectEnabled(); // Check if Auto-Inject is enabled
Console.WriteLine(isEnabled ? "Auto-Inject is Enabled." : "Auto-Inject is Disabled.");
PreviousSetDiscordRpcNextcredits

Last updated 1 month ago