VINDICTA
Console · Function Deprecated
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

rconsoledestroy

Destroys the executor console window.

Deprecated
This was mainly used in KRNL and Synapse afaik, but since those have been long gone, most executors dont support these functions, nor are there any current scripts that have used them
function rconsoledestroy(): void

Synopsis

How it works

Destroys the allocated console window by calling FreeConsole(). This detaches the console from the process and closes the window. All handles (STD_OUTPUT_HANDLE, STD_INPUT_HANDLE) become invalid after this call. Calling rconsoleprint after destruction is undefined behavior.

Usage

Clean shutdown
rconsoledestroy()
Deprecated
This function is deprecated. The Vindicta executor console is always available and does not need to be destroyed.